File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
58## [ Unreleased]
69
710### Added
8- - Initial SDK release
911
1012### Changed
1113
@@ -17,5 +19,23 @@ All notable changes to this project will be documented in this file.
1719
1820### Security
1921
20- ## [ 0.1.0] - TBD
21- - First release.
22+ ## [ 0.1.0] - 2025-08-04
23+
24+ ### Added
25+ - Initial release of the official Flightradar24 API Python SDK
26+ - Core client with authentication and rate limiting support
27+ - Live flight positions API endpoint
28+ - Historic flight positions API endpoint
29+ - Flight summary and tracking information
30+ - Airport data retrieval
31+ - Airline information lookup
32+ - Geographic models for coordinates and bounds
33+ - Comprehensive error handling with custom exceptions
34+ - Type hints and Pydantic models for all API responses
35+ - Usage tracking and API limits monitoring
36+ - Unit and integration tests
37+ - Documentation and examples
38+ - Support for Python 3.9+
39+
40+ [ Unreleased ] : https://github.com/flightradar24/fr24api-sdk/compare/v0.1.0...HEAD
41+ [ 0.1.0 ] : https://github.com/flightradar24/fr24api-sdk/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " fr24sdk"
7- version = " 0.0.1 "
7+ version = " 0.1.0 "
88description = " Python SDK for the Flightradar24 API"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments