github hasura/graphql-engine v2.6.0-beta.1

latest releases: v2.44.0, cli/v2.36.5-3, v2.36.5-3...
pre-release2 years ago

Changelog

Breaking changes

  • The query and raw-query field from http-logs for metadata requests are removed by default. Use
    HASURA_GRAPHQL_ENABLE_METADATA_QUERY_LOGGING to renable those fields.

Bug fixes and improvements

  • server: remove 'query' and 'raw-query' field from logs for metadata queries by default. Use HASURA_GRAPHQL_ENABLE_METADATA_QUERY_LOGGING to renable those fields.
  • server: clear_metadata now correctly archives event triggers and the drop source API drops indirect dependencies created by remote relationships when the dependent source is dropped.
  • server: fix inserting values into columns with case sensitive enum types for PostgreSQL/Citus backends (fix #4014)
  • server: remote relationships can be defined on and to Microsoft SQL Server tables
  • server: fix issues with JSON key encoding for remote schemas (fixes #7543 and #8200)
  • server: fix Microsoft SQL Server insert mutation when relationships are used in check permissions (fix #8225)
  • server: refactor GraphQL query static analysis and improve OpenAPI warning messages
  • server: avoid a resource leak when connecting to PostgreSQL fails
  • console: add support for setting aggregation query permissions for Microsoft SQL Server
  • console: add support for RS-to-DB and RS-to-RS joins to Remote Schemas tab
  • console: removed the need for clicking the Modify btn before editing a remote schema (#1193, #8262)
  • cli: fix remote schema metadata formatting issues (#7608)
  • cli: fix query collections metadata formatting issues (#7616)
  • docs: support for graphql-ws is considered GA

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.