Skip to content

v0.2.15

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:31
8f9c7a9

v0.2.15 ~ "API key expiry actually persists"


Highlights

  • API key expiration works again. Selecting an expiry in the developers console (immediately, in 1 hour, in 24 hours, …) silently saved NULL — Ember Data's date transform discarded the relative expiration strings before they reached the API. A new expiration transform passes them through for the server to resolve, so expires_at is persisted for every option. Pair with fleetbase/core-api#246 for immediately to revoke a key reliably at the boundary instant. (#43)
  • The engine's test suite is runnable. ember test previously crashed before executing a single test; the engine now eager-loads for its own test runs (hosts still get the lazy engine), and regression tests cover the expiration serialization path.

Need help?

What's Changed

  • ci(release): tag automatically when a dev-v* branch merges to main by @roncodes in #42
  • fix: API key expiration dropdown never persists — date transform nulls relative expiration strings by @roncodes in #43
  • Release v0.2.15 by @roncodes in #44

Full Changelog: v0.2.14...v0.2.15