Skip to content

Commit 4096cc0

Browse files
committed
Update CHANGELOG with v0.2.0 additions
1 parent aa7e53a commit 4096cc0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,20 @@ 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+
- `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+
1121
### Changed
1222

23+
- Lowered Python requirement from 3.13 to 3.11
24+
- Moved inline code examples from README to `example/` directory
1325
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
1426

1527
## [0.1.10] - 2024-12-XX

0 commit comments

Comments
 (0)