We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27feb33 commit e547391Copy full SHA for e547391
1 file changed
CHANGELOG.md
@@ -8,6 +8,15 @@ and this project adheres to
8
9
## [Unreleased]
10
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
20
### Changed
21
22
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
0 commit comments