Releases: graphql-hive/console
Releases · graphql-hive/console
[email protected]
Major Changes
- #5941
762bcd8
Thanks @dotansimha! - Release v1 of Hive plugin for apollo-router
[email protected]
Patch Changes
-
#5945
03f08ca
Thanks @n1ru4l! - Require "registry write" permissions for approving
failed schema checks, schema versions, and the laboratory. -
#5989
a87a541
Thanks @kamilkisiela! - Retry calls to Github API when creating
check-runs -
#5989
a87a541
Thanks @kamilkisiela! - Inform users about Github API issues
when creating check runs
[email protected]
Patch Changes
- #5991
1ea4df9
Thanks @dotansimha! - Improvements to release pipeline and added
missing metadata to Cargo file
[email protected]
[email protected]
Patch Changes
- #5930
1b7acd6
Thanks @dotansimha! - Fixes for Crate publishing flow
[email protected]
[email protected]
Minor Changes
- #5922
28c6da8
Thanks @dotansimha! - Initial release of Hive plugin for
Apollo-Router
[email protected]
[email protected]
Patch Changes
-
#5898
1a92d7d
Thanks @dotansimha! - Initial release of
hive-apollo-router-plugin crate -
Report enum values when an enum is used as an output type and align with JS implementation
19.07.2024
- Writes
supergraph-schema.graphql
file to a temporary directory (the path depends on OS), and
this is now the default ofHIVE_CDN_SCHEMA_FILE_PATH
.
10.04.2024
HIVE_CDN_ENDPOINT
andendpoint
accept an URL with and without the/supergraph
part
09.01.2024
- Introduce
HIVE_CDN_SCHEMA_FILE_PATH
environment variable to specify where to download the
supergraph schema (default is./supergraph-schema.graphql
)
11.07.2023
- Use debug level when logging dropped operations
07.06.2023
- Introduce
enabled
flag (Usage Plugin)
23.08.2022
- Don't panic on scalars used as variable types
- Introduce
buffer_size
- Ignore operations including
__schema
or__type