Skip to content

Releases: mrjackwills/adsbdb

v0.4.1

17 Jan 15:29
e36c699
Compare
Choose a tag to compare

2025-01-17

Chores

Docs

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

16 Jan 22:15
7351809
Compare
Choose a tag to compare

2025-01-16

Chores

Docs

Features

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

03 Dec 14:17
1d0603c
Compare
Choose a tag to compare

2024-12-03

Chores

Features

Fixes

  • increase redis container memory limit, [ 0f46369]

see CHANGELOG.md for more details

v0.3.5

22 Oct 11:13
828d7df
Compare
Choose a tag to compare

2024-10-22

Chores

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

06 Sep 15:55
fdc17cb
Compare
Choose a tag to compare

2024-09-06

Chores

Docs

Fixes

  • health_api.sh updated, [70af303]
  • Dockerfile commands change case, [ecaab20]

Refactors

  • replace OnceCell with std::sync::LazyLock, [94308fb]
  • Healthchecks updated, [a852f6c]

see CHANGELOG.md for more details

v0.3.3

25 Jul 15:47
4977cc8
Compare
Choose a tag to compare

2024-07-25

Chores

Fixes

  • connect to postgres using new_without_pgpass(), [78736e6]
  • run.sh, [0a8c13a]

Refactors

  • dead code removed, [4062f4a]
  • switch from tabs to spaces in SQL queries, [fb85706]

see CHANGELOG.md for more details

v0.3.2

17 Jun 08:51
04ba184
Compare
Choose a tag to compare

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

07 May 11:53
b1d076e
Compare
Choose a tag to compare

2024-05-07

Chores

Fixes

  • only print ratelimit details if % UPPER_LIMIT, [8d51bbe]
  • site random callsign fix, [838f9a9]

Tests

  • dependency change for redis method, [7d67aab]

see CHANGELOG.md for more details

v0.3.0

10 Apr 17:38
afd9e76
Compare
Choose a tag to compare

2024-04-10

Chores

  • docker-compose version removed, [cb3f8ec]
  • dependencies updated, [4042197]

Features

Fixes

  • site html typo, [ed01451]
  • Breaking Change registered_owner_operator_flag_code is now an Option<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

v0.2.9

16 Feb 15:32
c29c7dc
Compare
Choose a tag to compare

2024-02-16

Chores

Features

  • store cache in redis hash, [5b60a49]
  • display package name & version at application start, [b421f1e]

Refactors

see CHANGELOG.md for more details