Releases: graphql-hive/console
Releases · graphql-hive/console
[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
@graphql-hive/[email protected]
[email protected]
Patch Changes
- #5872
580d349
Thanks @kamilkisiela! - Bump @theguild/federation-composition
to v0.14.1
@graphql-hive/[email protected]
Patch Changes
- #5872
580d349
Thanks @kamilkisiela! - Bump @theguild/federation-composition
to v0.14.1
[email protected]
Patch Changes
- #5858
11973c7
Thanks @kamilkisiela! - fix: conditional breaking changes form
#5852