Skip to content

Commit 44b55b6

Browse files
committed
Docs: Update CHANGELOG for v0.2.0
1 parent 76d84cc commit 44b55b6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,26 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
### Added
12+
13+
- AsyncClient with full async/await support using httpx
14+
- Simple `search()` API accepting raw query strings
15+
- `get_domain()` method for domain lookups
16+
- Streaming `bulk_export_stream()` for memory-efficient exports
17+
- `serialize_queries()` helper to reduce query serialization duplication
18+
- Async example in `example/example_async_client.py`
19+
1120
### Changed
1221

22+
- Use `__get` in both sync and async clients for uniform internal API
23+
- Widen query type from `Query` to `AbstractQuery` to accept `RawQuery` directly
1324
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
1425
- Updated l9format requirement from =1.4.0 to =2.0.0 ([df916e5], [#68])
1526

27+
### Fixed
28+
29+
- Return `SuccessResponse` for HTTP 204 No Content instead of `ErrorResponse`
30+
1631
### Added
1732

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

0 commit comments

Comments
 (0)