Files
wingbits/CHANGELOG.md
T
rmcguire 3bef5ea660
Publish / release (push) Successful in 25s
add changelog
2026-06-23 22:51:28 -04:00

1.5 KiB

Changelog

All notable changes to this project are documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.1 - 2026-06-23

Added

  • MinSpeed/MaxSpeed aircraft filters in pkg/types/readsb, selectable between ground speed and true airspeed via the SpeedSource type. MaxSpeed drops aircraft with no speed reading.

0.2.0 - 2026-06-23

Added

  • Client retry configuration with exponential backoff (RetryConfig, WithRetry). Retries transport errors and 5xx responses; never retries 4xx or context cancellation.
  • String-typed enums for readsb message type and emitter category.

0.1.1 - 2026-06-22

Added

  • License.

0.1.0 - 2026-06-22

Added

  • Initial release: pkg/types/readsb and pkg/types/wingbits decode types, the pkg/client HTTP client with one-shot queries and channel/iterator polling for every endpoint, the cmd/wingbits CLI, and a README.