Releases: NASA-AMMOS/aerie-gateway
Releases · NASA-AMMOS/aerie-gateway
v1.4.0
There are no new changes in this release.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
There are no new changes in this release.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
There are no new changes in this release.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Breaking Changes
- The UI view
/view/validate
endpoint was removed from the gateway and added to the UI server. Any downstream code must nowPOST
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 changehttp://localhost:9000/view/validate
tohttp://localhost/view/validate
.
What's Changed
Refactoring
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
There are no new changes in this release.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
There are no new changes in this release.
Full Changelog: v0.13.2...v1.0.0
v0.13.2
There are no new changes in this release.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
New Features
- feat: add name and collapsed fields to UI view timeline row schema by @AaronPlave in #9
Bug Fixes
Continuous Integration
Documentation
Build System and Dependencies
New Contributors
- @AaronPlave made their first contribution in #9
Full Changelog: v0.13.0...v0.13.1