github hasura/graphql-engine v2.0.0-alpha.10

latest releases: v2.36.8, cli/v2.36.8, cli/v2.44.0-beta.1...
pre-release3 years ago

Changelog

Bug fixes and improvements

  • server: aggregation fields are now supported on mssql
  • server: accept a new env conf HASURA_GRAPHQL_EVENTS_FETCH_BATCH_SIZE to configure the number of rows being fetched from the events log table in a single batch
  • server: restore proper batching behavior in event trigger processing so that at most 2x batch events are checked out at a time
  • server: fix regression: on_conflict was missing in the schema for inserts in tables where the current user has no columns listed in their update permissions (fix #6804)
  • server: fix one-to-one relationship bug which prevented adding one-to-one relationships which didn't have the same column name for target and source
  • server: decrease polling interval for scheduled triggers from 60 to 10 seconds
  • server: Change HASURA_GRAPHQL_SCHEMA_POLL_INTERVAL env var to HASURA_GRAPHQL_SCHEMA_SYNC_POLL_INTERVAL and schema-poll-interval option to --schema-sync-poll-interval.
  • console: fix Postgres table creation when table has a non-lowercase name and a comment (#6760)
  • cli: fix regression - metadata apply —dry-run was overwriting local metadata files with metadata on server when it should just display the differences.

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.