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 aa7e53a commit 4096cc0Copy full SHA for 4096cc0
1 file changed
CHANGELOG.md
@@ -8,8 +8,20 @@ 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
+- `get_api_status()` and `is_pro()` methods for account info
17
+- Rate limit handling with automatic retry and exponential backoff
18
+- Streaming `bulk_export_stream()` for memory-efficient exports
19
+- Async example in `example/example_async_client.py`
20
21
### Changed
22
23
+- Lowered Python requirement from 3.13 to 3.11
24
+- Moved inline code examples from README to `example/` directory
25
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
26
27
## [0.1.10] - 2024-12-XX
0 commit comments