Skip to content

v0.9.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidebriani davidebriani released this 15 Jul 12:02
· 51 commits to main since this release
v0.9.0-rc.1
f31436f

These are all the changes from v0.8:

Added

  • Allow generating admin JWT using gen-edgehog-jwt.

Changed

  • Change logo and brand images with the latest brand revision.
  • BREAKING: The Admin API is now JSON-API compliant, which implies a slightly different format,
    check out the newly added OpenAPI document.
  • BREAKING: This release includes some breaking changes in the GraphQL API, make sure to check out
    the GraphQL schema if you were using the APIs directly. Note that we could add more breaking
    changes before the final release.

Fixed

  • Wrong input params used in GraphQL mutation when creating a base image, leading to a rejected operation (#574).
  • Fix docker-compose local build.
  • Fix OTA operation events not being handled, leading to a successful OTA operation while the device was still pending.