|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.0-alpha.4 (2025-04-23) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/metavoiceio/postcall-python-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +* **perf:** optimize some hot paths ([ecb9584](https://github.com/metavoiceio/postcall-python-sdk/commit/ecb9584f8036124fc3ddb790137a9b89eb831b6e)) |
| 10 | +* **perf:** skip traversing types for NotGiven values ([8aa6646](https://github.com/metavoiceio/postcall-python-sdk/commit/8aa664658cb5ef7f5e1ce83879153a5bfc13bb51)) |
| 11 | + |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +* **ci:** add timeout thresholds for CI jobs ([8543410](https://github.com/metavoiceio/postcall-python-sdk/commit/85434108fded1daf5474c27c14d08007f3314ed2)) |
| 16 | +* **client:** minor internal fixes ([d24355f](https://github.com/metavoiceio/postcall-python-sdk/commit/d24355f4724c10a740b0f194bcdf10c4972beb38)) |
| 17 | +* fix typos ([#14](https://github.com/metavoiceio/postcall-python-sdk/issues/14)) ([eb2a3c0](https://github.com/metavoiceio/postcall-python-sdk/commit/eb2a3c098ebfe67e716367b3224f738b11707d16)) |
| 18 | +* **internal:** base client updates ([dee6c3e](https://github.com/metavoiceio/postcall-python-sdk/commit/dee6c3ef9c7292359f6ac2bab4357a1b2b2b87c3)) |
| 19 | +* **internal:** bump pyright version ([879292d](https://github.com/metavoiceio/postcall-python-sdk/commit/879292dba00b4e72ad92cddf7d04705044214b99)) |
| 20 | +* **internal:** expand CI branch coverage ([3a957ac](https://github.com/metavoiceio/postcall-python-sdk/commit/3a957ac21c2e4b83edc8987202c6a4e777a86a40)) |
| 21 | +* **internal:** import reformatting ([dff6dbc](https://github.com/metavoiceio/postcall-python-sdk/commit/dff6dbc5b2174dc22d61bdfbf956fa15a3bec444)) |
| 22 | +* **internal:** reduce CI branch coverage ([d430c9e](https://github.com/metavoiceio/postcall-python-sdk/commit/d430c9e7721e788a4d7f07be09f4db0c2fdfc2fd)) |
| 23 | +* **internal:** remove trailing character ([#16](https://github.com/metavoiceio/postcall-python-sdk/issues/16)) ([6767b9e](https://github.com/metavoiceio/postcall-python-sdk/commit/6767b9ecc2264d69984db9d7fa59c34a672487c0)) |
| 24 | +* **internal:** slight transform perf improvement ([#17](https://github.com/metavoiceio/postcall-python-sdk/issues/17)) ([4e0ac65](https://github.com/metavoiceio/postcall-python-sdk/commit/4e0ac65d5cd7f3233705312152ded82d84771682)) |
| 25 | +* **internal:** update models test ([0b4fc44](https://github.com/metavoiceio/postcall-python-sdk/commit/0b4fc44e40883a30180ac46971af0e4ce4d22d3e)) |
| 26 | +* **internal:** update pyright settings ([ad15860](https://github.com/metavoiceio/postcall-python-sdk/commit/ad15860a9f338e088392dcfca63c19e71303faf3)) |
| 27 | + |
3 | 28 | ## 0.1.0-alpha.3 (2025-03-19) |
4 | 29 |
|
5 | 30 | Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/metavoiceio/postcall-python-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) |
|
0 commit comments