Skip to content

Commit 5f44186

Browse files
committed
CHANGELOG: add 0.2.0 entry for async client and l9format 1.4.0
1 parent b47ade8 commit 5f44186

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.2.0] - 2026-02-XX
12+
13+
### Added
14+
15+
- Async client (`AsyncClient`) with full async/await support using
16+
httpx ([8895e58], [#28])
17+
- Simple `search()` method accepting raw query strings on both
18+
clients ([8895e58], [#28])
19+
- `get_domain()` method for domain lookups ([8895e58], [#28])
20+
- `get_api_status()` and `is_pro()` methods for account status
21+
detection ([8895e58], [#28])
22+
- `bulk_export_stream()` streaming generator for memory-efficient
23+
bulk exports ([8895e58], [#28])
24+
25+
### Changed
26+
27+
- Bumped l9format from 1.3.2 to 1.4.0 ([b47ade8], [#28])
28+
- Lowered minimum Python requirement from 3.13 to 3.11 ([8895e58],
29+
[#28])
30+
1131
## [0.1.10] - 2024-12-XX
1232

1333
### Changed
@@ -38,15 +58,21 @@ and this project adheres to
3858
- Query building with MustQuery, MustNotQuery, ShouldQuery
3959
- Field filters: TimeField, PluginField, IPField, PortField, CountryField
4060

41-
[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.10...HEAD
61+
[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.2.0...HEAD
62+
[0.2.0]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.10...v0.2.0
4263
[0.1.10]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.9...v0.1.10
4364
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
4465

4566
<!-- Commit links -->
67+
[8895e58]: https://github.com/LeakIX/LeakIXClient-Python/commit/8895e58
68+
[b47ade8]: https://github.com/LeakIX/LeakIXClient-Python/commit/b47ade8
4669
[65c5121]: https://github.com/LeakIX/LeakIXClient-Python/commit/65c5121
4770
[0975c1c]: https://github.com/LeakIX/LeakIXClient-Python/commit/0975c1c
4871
[7cb5dae]: https://github.com/LeakIX/LeakIXClient-Python/commit/7cb5dae
4972
[b1bc0da]: https://github.com/LeakIX/LeakIXClient-Python/commit/b1bc0da
5073
[6777ad9]: https://github.com/LeakIX/LeakIXClient-Python/commit/6777ad9
5174
[62550bc]: https://github.com/LeakIX/LeakIXClient-Python/commit/62550bc
5275
[4dd4948]: https://github.com/LeakIX/LeakIXClient-Python/commit/4dd4948
76+
77+
<!-- PR links -->
78+
[#28]: https://github.com/LeakIX/LeakIXClient-Python/pull/28

0 commit comments

Comments
 (0)