Skip to content

Releases: NASA-AMMOS/aerie-gateway

v1.4.0

03 Apr 19:14
358dff7
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Mar 00:35
53a6507
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Mar 20:12
c07dfbd
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Feb 21:02
43e561f
Compare
Choose a tag to compare

Breaking Changes

  • The "GraphQL Playground" has been removed. It existed as an old artifact from switching from Apollo to Hasura and has not worked with our Hasura schema for awhile. Additionally there are many other third-party options available for exploring our GraphQL schema. If you are running Aerie locally please see the Hasura Console at http://localhost:8080/console. If you need a more targeted GraphQL explorer please take a look at https://altairgraphql.dev/.

What's Changed

  • Remove playground dependency and routes by @camargo in #18

Full Changelog: v1.0.2...v1.1.0

v1.0.2

25 Jan 21:30
Compare
Choose a tag to compare

Breaking Changes

  • The UI view /view/validate endpoint was removed from the gateway and added to the UI server. Any downstream code must now POST to /view/validate on the UI server. The UI server has the same API semantics so no other changes are needed other than changing the endpoint target server. So if you are running Aerie locally with the default ports you would change http://localhost:9000/view/validate to http://localhost/view/validate.

What's Changed

Refactoring

  • Remove UI view schema and endpoint by @camargo in #14

Continuous Integration

  • Add multi-arch image build, update action versions by @skovati in #15
  • Temporarily remove multi-arch image build by @skovati in #16
  • Add multi-arch build, remove untagged deletion action by @skovati in #17

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Dec 19:25
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Nov 00:01
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v0.13.2...v1.0.0

v0.13.2

19 Oct 01:31
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v0.13.1...v0.13.2

v0.13.1

03 Oct 17:34
Compare
Choose a tag to compare

What's Changed

New Features

  • feat: add name and collapsed fields to UI view timeline row schema by @AaronPlave in #9

Bug Fixes

  • fix: upload unique file when POSTing to /files endpoint by @camargo in #13

Continuous Integration

Documentation

Build System and Dependencies

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

06 Sep 17:11
Compare
Choose a tag to compare

What's Changed

  • ci: fix trivy scanning action by @skovati in #6
  • ci: hardcode lowercase nasa-ammos by @skovati in #7
  • feat: update activityTables schema in view for saving preferences by @duranb in #8

New Contributors

  • @duranb made their first contribution in #8

Full Changelog: v0.12.3...v0.13.0