Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.69 KB

File metadata and controls

55 lines (38 loc) · 1.69 KB

Changelog

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.

Added

Changed

Deprecated

Removed

Fixed

Security

0.3.0 - 2025-11-25

  • Addressing adding Enumerate with FR24 Categories to Flight Position methods #18
  • Renaming count() method to get_count() to keep things consistent

0.2.0 - 2025-09-18

Added

  • No provided key class
  • String converstion in query parameters fix. Addressing #15

0.1.0 - 2025-08-04

Added

  • 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+