Releases: flightaware/firestarter
Releases · flightaware/firestarter
v3.2.3
v3.2.2
Fixes a number of race conditions between firestarter services. Increases the robustness of connection & reconnection logic.
Improved documentation around memory requirements and tuning timescaledb.
Fixes a lexicographical bug when testing performance in CI.
v3.2.1
Add logic to detect if the firestarter connection has not received new data in a long time. This happens when the pitr
from firehose stays at the same value for multiple consecutive keepalive messages. When detected, restart the connection.
This release also expands firestarter's Docker support to build on M1 Macs and arm-based platforms.
v3.2.0
v3.1.2
Update packages
Use Github Actions to automatically build & push Firestarter images to GHCR
v3.1.1
v3.1.0
v3.0.1
v3.0.0
- add additional db-updater to handle airborne position messages
- display positions on flight info pages with a Google Static Map
v2.0.0
- Use kafka for message queuing from the connector to the db-updater
- Add unit/integration tests and Travis CI