Skip to content

v1.8.0

Compare
Choose a tag to compare
@camargo camargo released this 13 Jun 19:58
· 1449 commits to develop since this release
97b3735

Summary

  • Default user roles and permissions are now included in Hasura metadata
  • The sequencing eDSL now support activate, load, and request
  • The scheduling eDSL now supports filtering based on activity arguments with a forEach expression
  • Resource types are now stored in a resource_type table, allowing for better querying. The getResourceTypes action has been marked as deprecated and will be removed in a future release.
  • Update services to use the org.postgresql JDBC driver. We hope this fixes a long-standing IllegalStateException issue.
  • The SampledResource has been updated to include a user-configurable sample period
  • Various performance improving scheduler updates
  • Update Postgres to 14.8

What's Changed

Breaking Changes

Please see our latest upgrade guide for complete instructions for upgrading from 1.7.0 to 1.8.0.

  • Changed constraint violation api to return a list of violations rathe… by @cohansen in #931
  • Default Roles for Hasura by @Mythicaeda in #940

New Features

Bug Fixes

Performance Improvements

Refactoring

  • Add Hasura relationships to support Expansion Runs UI by @jeffpamer in #957

Documentation

  • Update env var docs with latest changes by @camargo in #973

Build System and Dependencies

Full Changelog: v1.7.0...v1.8.0