v2.12.0-beta.1
Pre-release
Pre-release
·
5058 commits
to master
since this release
Changelog
This is a pre-release for v2.12.0
Easier upgrades to Hasura Enterprise with the same container image
To make it easier for you to try enterprise features, we have included them in this version of the hasura/graphql-engine container image. To learn more about this and the licensing model check out the docs.
Bug fixes and improvements
- server: add
rename_query_collectionmetadata API - server: fix behaviour of custom table name for
graphql-defaultnaming convention - server: require non-negative integers for server config flags: '--stripes', '--connections', '--timeout', 'conn-lifetime', '--pool-timeout', '--events-fetch-interval', '--async-actions-fetch-interval', '--websocket-keepalive', '--schema-sync-poll-interval', '--events-fetch-batch-size', '--graceful-shutdown-timeout', and '--websocket-connection-init-timeout'
- server: use varchar literals to compare with varchar columns where possible in SQLServer (fix #8735)
- server: Enable streaming subscriptions by default in the graphql-engine
- console: fix browse rows on BigQuery when the data sources are misaligned
- console: set min height for GraphiQL on API Explorer page for better display on smaller screens (fix #8826)
- cli: add
--disallow-inconsistent-metadataflag inhasura metadata apply. Setting this flag will prevent applying metadata which can introduce inconsistencies. - cli: fix issue with overwriting the
$PORTenv var in cli-migrations image (fixes #8770) - build: Updates base image to get the latest security updates