|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to |
| 7 | +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 8 | + |
| 9 | +## [Unreleased] |
| 10 | + |
| 11 | +## [0.1.10] - 2024-12-XX |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Updated to Python 3.13+ |
| 16 | + ([65c5121](https://github.com/LeakIX/LeakIXClient-Python/commit/65c5121)) |
| 17 | +- Updated l9format requirement from 1.3.1a3 to 1.3.2 |
| 18 | + ([0975c1c](https://github.com/LeakIX/LeakIXClient-Python/commit/0975c1c)) |
| 19 | +- Updated fire requirement from ^0.5.0 to >=0.5,<0.8 |
| 20 | + ([7cb5dae](https://github.com/LeakIX/LeakIXClient-Python/commit/7cb5dae)) |
| 21 | +- Bumped actions/setup-python from 5 to 6 |
| 22 | + ([b1bc0da](https://github.com/LeakIX/LeakIXClient-Python/commit/b1bc0da)) |
| 23 | +- Bumped actions/checkout from 4 to 6 |
| 24 | + ([6777ad9](https://github.com/LeakIX/LeakIXClient-Python/commit/6777ad9)) |
| 25 | + |
| 26 | +### Infrastructure |
| 27 | + |
| 28 | +- Added pip-audit security scanning to CI |
| 29 | + ([62550bc](https://github.com/LeakIX/LeakIXClient-Python/commit/62550bc)) |
| 30 | +- Added Dependabot configuration for Python and GitHub Actions |
| 31 | + ([4dd4948](https://github.com/LeakIX/LeakIXClient-Python/commit/4dd4948)) |
| 32 | + |
| 33 | +## [0.1.9] - Previous Release |
| 34 | + |
| 35 | +### Added |
| 36 | + |
| 37 | +- Initial documented release |
| 38 | +- Python client for LeakIX API |
| 39 | +- Support for service and leak queries |
| 40 | +- Host lookup by IPv4 |
| 41 | +- Plugin listing for authenticated users |
| 42 | +- Subdomain queries |
| 43 | +- Bulk export functionality |
| 44 | +- Query building with MustQuery, MustNotQuery, ShouldQuery |
| 45 | +- Field filters: TimeField, PluginField, IPField, PortField, CountryField |
| 46 | + |
| 47 | +[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.10...HEAD |
| 48 | +[0.1.10]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.9...v0.1.10 |
| 49 | +[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 |
0 commit comments