All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2025-11-25
- Addressing adding Enumerate with FR24 Categories to Flight Position methods #18
- Renaming
count()method toget_count()to keep things consistent
0.2.0 - 2025-09-18
- No provided key class
- String converstion in query parameters fix. Addressing #15
0.1.0 - 2025-08-04
- Initial release of the official Flightradar24 API Python SDK
- Core client with authentication and rate limiting support
- Live flight positions API endpoint
- Historic flight positions API endpoint
- Flight summary and tracking information
- Airport data retrieval
- Airline information lookup
- Geographic models for coordinates and bounds
- Comprehensive error handling with custom exceptions
- Type hints and Pydantic models for all API responses
- Usage tracking and API limits monitoring
- Unit and integration tests
- Documentation and examples
- Support for Python 3.9+