Releases: graphql-hive/console
hive@8.0.0
Major Changes
-
#6810
ae65069
Thanks @n1ru4l! - Add mutation fields for managing schema contracts
to the public api schema.Mutation.createContract
Mutation.disableContract
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6722
aab6e7c
Thanks @n1ru4l! - Add mutation fields for managing users to the
public api schema.Mutation.assignMemberRole
Mutation.createMemberRole
Mutation.deleteMemberRole
Mutation.deleteOrganizationInvitation
Mutation.inviteToOrganizationByEmail
Mutation.updateMemberRole
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6786
20bfc4c
Thanks @n1ru4l! - Add mutation fields for managing projects to the
public api schema.Mutation.createProject
Mutation.updateProjectSlug
Mutation.deleteProject
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6795
3552957
Thanks @n1ru4l! - Add fields for querying usage datato the public api
schema.Target.schemaCoordinateStats
Target.clientStats
Target.operationsStats
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema.
Minor Changes
- #6764
bbd5643
Thanks @jdolle! - Track provided operation arguments/inputs and use
them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
case"
Patch Changes
-
#6780
6c0b6f3
Thanks @jdolle! - Add pg indexes to help with org delete -
#6814
7574cce
Thanks @jdolle! - Fix random infinite loop on schema checks page -
#6792
54acc25
Thanks @jdolle! - Adjust contract to target foreign key reference to
cascade delete -
#6793
81df783
Thanks @jdolle! - Adjust date range selector ui
@graphql-hive/yoga@0.42.1
Patch Changes
- Updated dependencies
[bbd5643
]:- @graphql-hive/core@0.12.0
@graphql-hive/envelop@0.36.1
Patch Changes
- Updated dependencies
[bbd5643
]:- @graphql-hive/core@0.12.0
@graphql-hive/core@0.12.0
@graphql-hive/cli@0.50.1
Patch Changes
- Updated dependencies
[bbd5643
]:- @graphql-hive/core@0.12.0
@graphql-hive/apollo@0.39.1
Patch Changes
- Updated dependencies
[bbd5643
]:- @graphql-hive/core@0.12.0
hive@7.0.2
Please refer to https://github.com/graphql-hive/console/releases/tag/hive%407.0.0 for the full changelog - this release was made to correct a publishing issue to GitHub Packages.
hive@7.0.1
Please refer to https://github.com/graphql-hive/console/releases/tag/hive%407.0.0 for the full changelog - this release was made to correct a publishing issue to GitHub Packages.
Please use 7.0.2
image instead.
hive@7.0.0
Major Changes
-
#6758
0cf1194
Thanks @n1ru4l! - Add target management fields to the public GraphQL
API schema.This includes the following fields and related types/fields:
Mutation.updateTargetConditionalBreakingChangeConfiguration
Mutation.updateTargetSlug
Mutation.updateTargetDangerousChangeClassification
Mutation.createTarget
Mutation.deleteTarget
Mutation.createCdnAccessToken
Mutation.deleteCdnAccessToken
Target.conditionalBreakingChangeConfiguration
Target.failDiffOnDangerousChange
Target.cdnAccessTokens
Organization.availableOrganizationAccessTokenPermissionGroups
BREAKING CHANGE This renames existing types and fields within the private GraphQL schema.
Minor Changes
-
#6771
4dcd45a
Thanks @jdolle! - Add meta and subgraph data to coordinate insights
page; Fix SubgraphChip service link -
#6626
2056307
Thanks @jdolle! - Add target breaking change setting to turn
dangerous changes into breaking changes -
#6658
e6a970f
Thanks @n1ru4l! - Adjust GraphQL schema according to schema design
policies. -
#6701
f2fe6c8
Thanks @n1ru4l! - Print dangerous schema changes as own section in
github changes. -
#6662
2b220a5
Thanks @n1ru4l! - Support federation composition validation for
IMPLEMENTED_BY_INACCESSIBLE
. -
#6678
8fd9ad0
Thanks @n1ru4l! - DeprecateCriticalityLevel
scalar and fields
referencing it in favor of theSeverityLevelType
scalar. ExposeSchemaChange.severityLevel
and
SchemaChange.severityReason
via the public API endpoint. -
#6614
c1d9c05
Thanks @n1ru4l! - Add new route/graphql-public
to theserver
service which contains the public GraphQL API (fields and types will follow). -
#6675
ed66171
Thanks @kamilkisiela! - Updates the
@theguild/federation-composition
tov0.18.1
that includes the following changes:- Support progressive overrides (
@override(label: "<value>")
) - Allow to use
@composeDirective
on a built-in scalar (like@oneOf
) - Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
600ms) - Ensure nested key fields are marked as
@shareable
- Stop collecting paths when a leaf field was reached (performance improvement)
- Avoid infinite loop when entity field returns itself
- Support progressive overrides (
-
#6665
cb41478
Thanks @kamilkisiela! - Update
@theguild/federation-composition
tov0.16.0
.- Support Apollo Federation
v2.7
, but without the progressive@override
. - Support Apollo Federation
v2.8
, but without the@context
and@fromContext
directives. - Support Apollo Federation
v2.9
, including@cost
and@listSize
directives.
- Support Apollo Federation
-
#6683
ab774b7
Thanks @jdolle! - Make url optional for subsequent federated schema
publishes
Patch Changes
-
#6716
1767037
Thanks @jdolle! - Improve slack alert error logs -
#6687
349b78f
Thanks @jdolle! - Improve resource ID tooltip behavior -
#6685
a107ad3
Thanks @n1ru4l! - Fix failing schema contract composition. -
#6770
8e02a49
Thanks @jdolle! - Adjust contract logic to allow removing mutation
and subscription types -
#6602
df3e5a2
Thanks @jdolle! - Added directions for publishing on no schema
component -
#6759
132feb9
Thanks @jdolle! - Reduce usage service readiness threshold; Disable
nagles algorithm and increase keepAlive from 60s to 180s for KafkaJS -
#6713
4f9aeae
Thanks @jdolle! - Do not store empty metadata in db -
#6718
fd9b160
Thanks @jdolle! - upgrade 'got' package to fix TimeoutError case -
#6752
d0404db
Thanks @jdolle! - Improve external composer UX: Handle network errors
gracefully, do not use native composer when testing, and improve settings UI -
#6755
60981bd
Thanks @jdolle! - Correctly set usage service state to Ready after
processing all of the fallback queue. -
#6632
9b2bec6
Thanks @jdolle! - Capture Stripe.js load error to avoid raising an
unhandled error -
#6706
4435820
Thanks @n1ru4l! - Improve contract schema building for subgraphs
using theextend
keyword.
hive-apollo-router-plugin@2.1.2
Patch Changes
- #6788
6f0af0e
Thanks @dotansimha! - Bump version to trigger release, fix
lockfile