Releases: graphql-hive/console
[email protected]
Minor Changes
-
#5564
e0eb3bd
Thanks @dimaMachina! - Add preflight scripts for laboratory.It is now possible to add a preflight script within the laboratory that executes before sending a
GraphQL request.
Learn more. -
#5530
38c14e2
Thanks @TuvalSimha! - Add organization audit log.Each organization now has an audit log of all user actions that can be exported by admins.
Exported audit logs are stored on the pre-configured S3 storage.In case you want to store exported audit logs on a separate S3 bucket, you can use the
S3_AUDIT_LOG
prefixed environment variables for the configuration. -
#6234
eecd099
Thanks @kamilkisiela! - Adds
lab.prompt(message, defaultValue)
to Preflight Script API
Patch Changes
-
#6232
ff44b62
Thanks @kamilkisiela! - Improvements to UI of Preflight Script
(Laboratory) -
#6233
7b0c920
Thanks @kamilkisiela! - Tiny UI fixes
@graphql-hive/[email protected]
Patch Changes
- #6224
592d3b3
Thanks @kamilkisiela! - Extends debug information. Prints a
list of files of the script directory and a path of included node binary. To enable debug mode,
pass DEBUG=1 environment variable when running the CLI.
[email protected]
Patch Changes
- #6158
3093c9f
Thanks @dotansimha! - Added missing index for postgres db field
"schema_version_changes.schema_version_id"
[email protected]
Major Changes
-
#6142
25f1460
Thanks @TuvalSimha! - Upgrade the PostgreSQL version for Docker
Compose from version 14.13 to use 16.4.This change is published as major, as it requires attention based on your setup.
For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud
provider's or IT's recommendation.For self-hosters running in Docker, you can read about
upgrading PostgreSQL in a Docker container here.The Hive data that was previously created with PostgreSQL v14 is compatible with v16.
Patch Changes
-
#6156
b6eb5d0
Thanks @dotansimha! - Improvement for OTEL tracing and added
missing attributes -
#6156
b6eb5d0
Thanks @dotansimha! - Performance improvements for Postgres DB
calls (specificallygetSchemasOfVersion
, see #6154)
[email protected]
Patch Changes
- #6138
349a67d
Thanks @kamilkisiela! - Prevent stripe.js from loading
automatically
[email protected]
Patch Changes
-
#6115
0d7ce02
Thanks @kamilkisiela! - Move information about target and
organization to logger's metadata in usage service -
#6121
6d78547
Thanks @kamilkisiela! - Make optional properties optional or
nullable in usage report v2 -
#6111
cffd08a
Thanks @kamilkisiela! - Fix a missing @join__field on a query
field where @OverRide is used, but not in all subgraphs.
[email protected]
Minor Changes
-
#5732
1d3c566
Thanks @dotansimha! - Updated Apollo-Router custom plugin for
Hive to use Usage reporting spec v2.
Learn more -
#5732
1d3c566
Thanks @dotansimha! - Add support for persisted documents using
Hive App Deployments.
Learn more
[email protected]
[email protected]
Patch Changes
- #6057
e4f8b0a
Thanks @kamilkisiela! - Explain what Hive is in README
@graphql-hive/[email protected]
Patch Changes
- #6057
e4f8b0a
Thanks @kamilkisiela! - Explain what Hive is in README