Changelog
Bug fixes and improvements
- server: Strings in suitable notation are now permitted for all numerical input fields.
- server: Fix bug that didn't stream any data when the cursor column of a streaming subscription had a custom identifier set.
- server: fix handling non-latin text elements in array literals in Postgres (fix #8961)
- server: Make
args
optional in BigQuery computed fields that are backed by functions that don't take any user-specified arguments. (close #8904) - server: Fix an issue the server's handling of the
graphql-ws
protocol, in which the server can cause an infinite ping-pong loop. (fix #8967) - server: Add
get_rows_count
arg inget_event_invocations
andget_scheduled_events
metadata APIs, when it isfalse
, the total rows count is not included in the response. - server: drop associated event triggers when a source is removed via the
replace_metadata
metadata API - server: update tracing log to use original hex values sent in request header
- server: Improve error reporting when root fields originating from Actions or Remote schemas conflict
- server: fix applying migrations when the same SQL function is used as both a computed field and as a root field (fix #8643)
- console: fix local object relationship deletion in new relationships page (fix #9024)
- console: Add a shortcut for creating a query collection operation using the introspection query or any query defined in the GraphiQL tab
- console: add schema preview for remote schemas
- console: Remove the old allow list section and add a link to the new Allow List Manager in the settings.
- console: Fix column selection bug for select and insert permissions on the table permissions page (fix 8937)
- console: allow users to edit comments on DB views using the console (fixes 8846)
- console: allow resizing GraphiQL in API explorer (fix #8880)
- cli: Fix
schema
block being dropped from SDL when exporting remote schema permissions (fix #8579)