Skip to content

Releases: mrjackwills/adsbdb

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

v0.2.8

09 Feb 17:02
01929f0
Compare
Choose a tag to compare

2024-02-09

Chores

Features

  • change redis client to Fred, [df40d99]
  • matrix cross platform GitHub build, [eb7daed]

Fixes

Refactors

see CHANGELOG.md for more details

v0.2.7

05 Jan 18:04
Compare
Choose a tag to compare

2024-01-05

Chores

Features

Fixes

  • ApiError import/export,[0400ab6]
  • .gitattributes(?), [b238df2]
  • redis dependency updates, [e6da9e0]
  • scraping error message more detail, [a3a1263]

Refactors

  • dead code removed & re-ordered, [9d6d51b]

Reverts

  • graceful shutdown re-introduced, [2fa3c1c]

Tests

  • ratelimit tests improvement, [cbd7bb7]

see CHANGELOG.md for more details

v0.2.6

28 Nov 12:42
Compare
Choose a tag to compare

2023-11-28

Chores

Features

  • ApplicationState placed into an Arc, [47287de]
  • Track scrapers in a hashmap, [88cca3b]
  • ModelAirline & ModelFlightroue use PgPool instead of transaction, [ddf06c0]
  • &String -> &str, [c3eef0d]

Fixes

  • ModelFlightRoute function call, [980fde0]
  • ratelimit attempted fix, [51fdf56]

Refactors

  • redis_to_serde tracing, [0a52063]

see CHANGELOG.md for more details

v0.2.5

26 Aug 08:07
Compare
Choose a tag to compare

2023-08-26

Chores

Fixes

  • correctly copy .sqlx files into container, [6e76d61]

Test

  • scraped transaction callsign change, [22c67fc]

see CHANGELOG.md for more details