Releases: graphql-hive/console
@graphql-hive/[email protected]
Minor Changes
-
#2080
331a1116
Thanks @n1ru4l! - Introduce new config file format. Please move the
accessToken
property to aregistry
object.The old top-level property approach is now considered deprecated and will no longer be supported
in the next major version of the CLI.{ - "accessToken": "xxxxxd4cxxx980xxxxf3099efxxxxx" + "registry": { + "accessToken": "xxxxxd4cxxx980xxxxf3099efxxxxx" + } }
-
#2080
331a1116
Thanks @n1ru4l! - Support fetching artifacts from the CDN with
hive artifact:fetch
.See the readme for more information.
Patch Changes
- #1461
f66f6714
Thanks @renovate! - Update [email protected]
@graphql-hive/[email protected]
Patch Changes
- #1357
9fc97488
Thanks @kamilkisiela! - RemoveQuery._entities
when
extracting original SDL from Fed v2
@graphql-hive/[email protected]
Minor Changes
-
#1305
cdf2e8a7
Thanks @kamilkisiela! - Support Federation v2 in schema
reporting -
#1224
cf14c18d
Thanks @rperryng! - skip directive arguments during usage
collection -
#1305
cdf2e8a7
Thanks @kamilkisiela! - Add @apollo/server and @envelop/types
as optional dependencies -
#1305
cdf2e8a7
Thanks @kamilkisiela! - Support @apollo/server
@graphql-hive/[email protected]
Patch Changes
- #1326
99f7c66a
Thanks @kamilkisiela! - Do not show "Skipping" when publishing
schema to the modern model
@graphql-hive/[email protected]
Patch Changes
- #1132
fcec5f7b
Thanks @kamilkisiela! - Export ErrorCode type
@graphql-hive/[email protected]
Patch Changes
3688d09a
Thanks @kamilkisiela! - Update README
@graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
-
#862
d2aa98a5
Thanks @n1ru4l! - Use new CDN endpoint for retrieving the service
list -
#971
0abc58b9
Thanks @n1ru4l! - Retry failed requests upon CDN issues.
Patch Changes
-
#776
e46b5dda
Thanks @n1ru4l! - Use correct default value for 'enabled'. -
#904
20edc8c5
Thanks @dotansimha! - Upgrade dependencyaxios
to v1 -
#904
20edc8c5
Thanks @dotansimha! - Upgrade dependency
apollo-server-plugin-base
@graphql-hive/[email protected]
Patch Changes
- #1047
8c2cc65b
Thanks @kamilkisiela! - Bump
@graphql-hive/[email protected]
Patch Changes
-
#904
20edc8c5
Thanks @dotansimha! - Upgrade dependency git-parse to v3 -
#909
9a4a69bb
Thanks @dotansimha! - Upgrade oclif to latest version -
#930
a972fe26
Thanks @kamilkisiela! - Support nullable Query.latestVersion