Releases: mrjackwills/adsbdb
v0.4.1
2025-01-17
Chores
- create_release v0.6.2, [bb95aa4]
Docs
- readme & site updated, [ef82779]
Fixes
- change update routes from POST to PATCH, [52b7c9d]
- aircraft update route allow
Registered Owner Flag Code
to be null, [653a1d7]
Refactors
- combine allow_update and argon_hash environmental variables, [8c22675]
see CHANGELOG.md for more details
v0.4.0
2025-01-16
Chores
Docs
Features
- Update POST endpoints, [646e42c]
With the correct Authorization header, and when the features is enabled via environmental variables, the /aircraft
and /callsign
routes can accept
a POST request which will update their respective entries.
Fixes
- Increase api Docker memory limit, [e36915e]
see CHANGELOG.md for more details
v0.3.6
v0.3.5
2024-10-22
Chores
- .devcontainer update, [d71b697]
- create_release.sh updated, [9cf12fb]
- dependencies updated, [05c9550], [9c677e5], [d25b53f]
- create_release version bump, [c9ba864]
Features
Fixes
- remove postgres connection timeout options, [dda709a]
Refactors
- use turbofish with redis expire, [ee370b2]
Reverts
see CHANGELOG.md for more details
v0.3.4
v0.3.3
v0.3.2
2024-06-17
Chores
Fixes
- sql init, [c6ed976]
- change docker-compose directory locations, [8fa49f0]
- move styles into index.css, [9a74305]
Refactors
see CHANGELOG.md for more details
v0.3.1
v0.3.0
2024-04-10
Chores
Features
Fixes
- site html typo, [ed01451]
- Breaking Change
registered_owner_operator_flag_code
is now anOption<String>
, this was necessary due to the new data insertions as detailed below, [55da40f]
New Aircraft
The number of aircraft that adsbdb contains has been expanded from 191872 to 414002, an increase of 222130. This can be broken down by country of origin to;
17 Switzerland, 25 Netherlands, 31 Singapore, 55 Isle of Man, 227 Ireland, 265 France, 840 China, 12335 Australia, 14388 United Kingdom, 18011 Canada, and 173358 United States of America. There is also an insertion of 2578 from miscellaneous sources.
The vast majority of this data comes from the Civil Aircraft Registries of the respective countries. However not all data from these registries is included, either due to missing data fields, or in the case of mainly the American and Canadian registries, typos – far too many typos to try to correct.
Flight route & other data
The flight routes coverage has also been improved, from 171907 to 250892, an increase of 78985. To supplement this, 381 airlines and 25 airports have also been inserted.
If you are aware of any more aircraft registries available for download, or find any errors that will have undoubtedly snuck in, please feel free to report them to the GitHub Issues page
see CHANGELOG.md for more details