Skip to content

v0.12.2

Compare
Choose a tag to compare
@camargo camargo released this 25 Jul 18:03
· 718 commits to develop since this release

Breaking Changes

  1. The UI View API endpoints were removed from the aerie-gateway in this release.
    Please see the UI View GraphQL API documentation for how to make the same queries against Hasura using GraphQL.
  2. The Activity Tables UI View schema changed a field name from startTime to start_time. See the documentation for an example.

What's Changed

New Features

  • feat: move UI view API from Gateway to Hasura by @camargo in #61
  • feat: add base path to config and all URLs by @camargo in #65

Bug Fixes

  • fix: add Hasura web socket URL by @camargo in #66
    • A new environment variable was added called HASURA_WEB_SOCKET_URL which allows for configuration of the web socket URL separately from the client and server URLs. See the deployment docker-compose.yml for a usage example.

Refactoring

Testing

  • test: add e2e constraints fixtures and tests by @camargo in #63
  • test: add more unique names to e2e tests by @camargo in #68

Documentation

Full Changelog: v0.12.1...v0.12.2