v1.0.1
Summary of New Features
- Important critical security update from Hasura
v2.12.0
tov2.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
- Bulk SeqJSON Actions by @dyst5422 in #503
- Ignore gaps outside of evaluation bounds for intospans by @JoelCourtney in #510
- Include gaps in violations by @JoelCourtney in #484
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
- Add standalone Aerie Docker images by @camargo in #495
- Fix Nasa Scrub in GitHub Actions by @camargo in #538
Documentation
- Update scheduling goal examples to use Temporal.Duration by @mattdailis in #483
- Update command expansion docs by @camargo in #485
- Fix broken links in Docs by @Mythicaeda in #486
- Add external dataset CSV example by @camargo in #487
- Provide Markdown Syntax in Documentation Examples by @Mythicaeda in #497
- Add docs page on temporal subset scheduling by @mattdailis in #505
- Plan Branch/Merge Docs by @Mythicaeda in #528
Build System and Dependencies
- Updated the hausra and postgres container names with the aerie prefix by @cohansen in #492
- Update Hasura from v2.12.0 to v2.12.1 by @Mythicaeda in #527
- Update Gradle to 7.6 by @camargo in #540
New Contributors
Full Changelog: v1.0.0...v1.0.1