Skip to content

Commit d159e3b

Browse files
committed
Docs: Update CHANGELOG for _get rename and 204 fix
1 parent 3d2cf4e commit d159e3b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ and this project adheres to
1919

2020
### Changed
2121

22+
- Rename `__get` to `_get` in sync Client for uniform API with AsyncClient ([1126bd2])
2223
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
2324
- Updated l9format requirement from =1.4.0 to =2.0.0 ([df916e5], [#68])
2425

2526
### Added
2627

2728
- Add Python 3.11, 3.12, and 3.14 support ([d111628])
2829

30+
### Fixed
31+
32+
- Return `SuccessResponse` for HTTP 204 No Content instead of `ErrorResponse` ([3d2cf4e])
33+
2934
### Removed
3035

3136
- Removed dependency on serde (unmaintained), replaced with dataclasses
@@ -75,6 +80,8 @@ and this project adheres to
7580
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
7681

7782
<!-- Commit links -->
83+
[1126bd2]: https://github.com/LeakIX/LeakIXClient-Python/commit/1126bd2
84+
[3d2cf4e]: https://github.com/LeakIX/LeakIXClient-Python/commit/3d2cf4e
7885
[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c
7986
[6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
8087
[d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628

0 commit comments

Comments
 (0)