Skip to content

Latest commit

 

History

History
183 lines (99 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

183 lines (99 loc) · 2.94 KB

CHANGELOG

Emoji Cheatsheet

  • ✏️ doc updates
  • 🐛 when fixing a bug
  • 🚀 when making general improvements
  • ✅ when adding tests
  • ⬆️ when upgrading dependencies
  • 🎉 when adding new features

Version History

v4.4.0 - 2024-10-17

  • ⬆️ Update Core Deps

v4.3.0 - 2024-10-15

  • 🚀 Add support for RapidAPI

v4.2.0 - 2024-07-22

  • 🚀 Remove agency types

v4.1.0 - 2024-07-17

  • 🚀 Add group types

v4.0.1 - 2024-07-16

  • 🐛 Fix internal typing

v4.0.0 - 2024-07-16

  • 🎉 Output all metadata to CloudTAK
  • 🚀 Add ability to set query lat/lng and dist
  • 🚀 Fully Typed input/output
  • 🚀 Leaner environment in favour of Style Editor in UI

v3.2.0

  • ⬆️ Remove initial down detection in favour of striaght data flow

v3.1.1

  • ⬆️ Update to latest ETL Base

v3.1.0

  • 🚀 Update to latest metadata version

v3.0.0

  • 🚀 Update to new token format

v2.0.4

  • ⬆️ Update deps

v2.0.3

  • ⬆️ Update Push locations & Action Versions

v2.0.2

  • ⬆️ Update Core Deps

v2.0.1

  • 🐛 await Schema calls

v2.0.0

  • 🚀 Update to ETL-Base@2 to support output Schema

v1.16.0

  • 🚀 Add remarks and stale to Alerts

v1.15.1

  • 🐛 Human Readable Coordinate Formatting

v1.15.0

  • 🎉 Submit Alerts as CoT and use updated Alert API

v1.14.0

  • 🚀 Improved filtering of missing aircraft

v1.13.1

  • 🐛 Fix TS Dep bug

v1.13.0

  • 🚀 Update core library to Typescript
  • ⬆️ Update to latest ETL-Base to support new alert() fn
  • 🎉 Add comparison check for DynamoDB known items

v1.12.2

  • 🐛 Ensure IDs are populated

v1.12.1

  • 🚀 Update to new API Style for accessing env vars

v1.12.0

  • 🎉 Add course and speed properties

v1.11.0

  • 🐛 Avoid submitting duplicates
  • 🚀 Avoid multiple iters of features array

v1.10.0

  • 🐛 Convert alt. to meters & swich to geom value to match up with HAE

v1.9.0

  • 🎉 Overwrite callsign with optional user provided callsign
  • 🚀 Move known aircraft check to after initial submission for performance gains

v1.8.0

  • 🎉 Add Icon Supoort

v1.7.1

  • 🐛 JSON Schema Syntax Fix

v1.7.0

  • 🚀 Add domain field to input values

v1.6.0

  • 🚀 Significantly increased API Distance

v1.5.0

  • 🚀 Migrate to ETL Base Library

v1.4.0

  • 🚀 Add CoT Type

v1.3.2

  • 🚀 Add display: table to schema

v1.3.1

  • 🐛 Fix lint

v1.3.0

  • 🚀 More complex schema expectations

v1.2.1

  • 🚀 Update to OIDC based ECR Creds

v1.2.0

  • 🎉 Add the ability to limit returned features by a list of ids

v1.1.1

  • 🐛 Don't stringify schema output

v1.1.0

  • 🎉 Add schema option
  • 🐛 Fix string in ele coordinates

v1.0.0

  • 🎉 Initial Commit