Releases: graphql-hive/console
@graphql-hive/cli@0.23.0
Minor Changes
- #2430
951f6865
Thanks @kamilkisiela! - Use lighter solution to get commit sha
and author from git
@graphql-hive/cli@0.22.0
Minor Changes
- #1730
9238a1f9
Thanks @dotansimha! - Added support for new warnings feature
duringschema:check
commands
@graphql-hive/cli@0.21.0
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
@graphql-hive/client@0.23.1
Patch Changes
- #1357
9fc97488
Thanks @kamilkisiela! - RemoveQuery._entities
when
extracting original SDL from Fed v2
@graphql-hive/client@0.23.0
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/cli@0.20.2
Patch Changes
- #1326
99f7c66a
Thanks @kamilkisiela! - Do not show "Skipping" when publishing
schema to the modern model
@graphql-hive/external-composition@0.0.2
Patch Changes
- #1132
fcec5f7b
Thanks @kamilkisiela! - Export ErrorCode type
@graphql-hive/cli@0.20.1
Patch Changes
3688d09a
Thanks @kamilkisiela! - Update README
@graphql-hive/cli@0.20.0
@graphql-hive/client@0.22.0
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