|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.4.0 (2025-09-08) |
| 4 | + |
| 5 | +Full Changelog: [v0.3.0...v0.4.0](https://github.com/Benchify/benchify-sdk-python/compare/v0.3.0...v0.4.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([c198ddf](https://github.com/Benchify/benchify-sdk-python/commit/c198ddfd22c52c72b76871ab46b04f173f04bb8a)) |
| 10 | +* **api:** api update ([7bfe950](https://github.com/Benchify/benchify-sdk-python/commit/7bfe950911df09137062ba3ebcda1bd595038125)) |
| 11 | +* **api:** api update ([fbfc4f7](https://github.com/Benchify/benchify-sdk-python/commit/fbfc4f7deb9daa0f44e63faac6679de268c4b168)) |
| 12 | +* **api:** api update ([07eecd5](https://github.com/Benchify/benchify-sdk-python/commit/07eecd55d41eccc9e0458e86953cfd2ace4df597)) |
| 13 | +* **api:** api update ([f87668b](https://github.com/Benchify/benchify-sdk-python/commit/f87668b95b3994606ff161fec99b6db3e784dd78)) |
| 14 | +* **api:** api update ([54363e0](https://github.com/Benchify/benchify-sdk-python/commit/54363e025d3bc72b709c6396ae0106ebc8ac10e3)) |
| 15 | +* **api:** api update ([64bb2c7](https://github.com/Benchify/benchify-sdk-python/commit/64bb2c7146518ea47ac317ca9f8057ff9856b83d)) |
| 16 | +* **api:** manual updates ([248af00](https://github.com/Benchify/benchify-sdk-python/commit/248af000b7e4455c6d52cf9b88d5a21762955eb7)) |
| 17 | +* **api:** manual updates ([c73abc0](https://github.com/Benchify/benchify-sdk-python/commit/c73abc0457baabed7963a191da6b8196d9ec11d4)) |
| 18 | +* **api:** manual updates ([673c4c1](https://github.com/Benchify/benchify-sdk-python/commit/673c4c18214716cd8e1bf4adb1a4aad82c92d3fd)) |
| 19 | +* improve future compat with pydantic v3 ([e58d96d](https://github.com/Benchify/benchify-sdk-python/commit/e58d96d6b395588f8c2cdf68448af94b29668964)) |
| 20 | +* **types:** replace List[str] with SequenceNotStr in params ([600f360](https://github.com/Benchify/benchify-sdk-python/commit/600f360aab19c08f293bceb112f4694aa0d3eed7)) |
| 21 | + |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +* avoid newer type syntax ([a7101dd](https://github.com/Benchify/benchify-sdk-python/commit/a7101dde3a1454ff7cad1fdb75e342a896fe180d)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** add Sequence related utils ([45704f1](https://github.com/Benchify/benchify-sdk-python/commit/45704f12568562f461f32e9fdbc10da00940f0bd)) |
| 31 | +* **internal:** change ci workflow machines ([266d71e](https://github.com/Benchify/benchify-sdk-python/commit/266d71e50478d32e3f3974bdc53926791437af75)) |
| 32 | +* **internal:** move mypy configurations to `pyproject.toml` file ([8502fd8](https://github.com/Benchify/benchify-sdk-python/commit/8502fd8e78fb9e5aed8d552798f9020ff1977b0a)) |
| 33 | +* **internal:** update pyright exclude list ([f2e7661](https://github.com/Benchify/benchify-sdk-python/commit/f2e7661d7d4776cdd258671f1da3133d9a9d22a5)) |
| 34 | +* **tests:** simplify `get_platform` test ([7e0d87a](https://github.com/Benchify/benchify-sdk-python/commit/7e0d87a2dd73c17ad77e4eb6dea21b5654e4e944)) |
| 35 | +* update github action ([4b44888](https://github.com/Benchify/benchify-sdk-python/commit/4b44888aed8836ba34f24dade4456e9769334b52)) |
| 36 | +* update SDK settings ([c47c3d1](https://github.com/Benchify/benchify-sdk-python/commit/c47c3d1130263df6a14df21db2678d7873016c7c)) |
| 37 | + |
3 | 38 | ## 0.3.0 (2025-08-18)
|
4 | 39 |
|
5 | 40 | Full Changelog: [v0.2.0...v0.3.0](https://github.com/Benchify/benchify-sdk-python/compare/v0.2.0...v0.3.0)
|
|
0 commit comments