Skip to content

v1.0.1

Compare
Choose a tag to compare
@camargo camargo released this 19 Dec 21:21
· 2095 commits to develop since this release
dc05a06

Summary of New Features

  • Important critical security update from Hasura v2.12.0 to v2.12.1. See the security advisory here.
  • Gaps in constraint violations are now returned from the constraint violations query. UI support coming soon.
  • New GraphQL queries for generating Seq JSON in bulk.
  • New standalone Aerie Docker images for Hasura and Postgres that include Aerie-specific Hasura metadata and SQL tables respectively.
  • Update Gradle to version 7.6.
  • Lots of documentation updates.
  • Various bug fixes.

What's Changed

Breaking Changes

Please see our latest upgrade guide for complete instructions for upgrading from 1.0.0 to 1.0.1.

  • Use a record instead of a pair for profile segments by @mattdailis in #434

New Features

Bug Fixes

  • Added the path param to schema types by @cohansen in #508
  • Temp fix NASA Scrub scan by @camargo in #534
  • Fix infinite loop issue with recurrence goal and global scheduling condition + warning message by @adrienmaillard in #525
  • Make negative delays throw exceptions by @mattdailis in #533
  • Fix serialization of Duration to avoid rounding to millisecond by @mattdailis in #520
  • Added an override for qs to fix dependabot vulnerability by @cohansen in #539

Continuous Integration

Documentation

Build System and Dependencies

New Contributors

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