Skip to content

Upcoming Release Changes #6834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-years-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-beds-bow.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/plenty-clouds-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-rings-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-crabs-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bags-deny.md

This file was deleted.

48 changes: 48 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# hive

## 8.1.0

### Minor Changes

- [#6843](https://github.com/graphql-hive/console/pull/6843)
[`d175fba`](https://github.com/graphql-hive/console/commit/d175fba8f17f36ce3205e14032eee89222f85f08)
Thanks [@dotansimha](https://github.com/dotansimha)! - Make `Target.graphqlEndpointUrl` available
in public GraphQL API

### Patch Changes

- [#6829](https://github.com/graphql-hive/console/pull/6829)
[`e81cea8`](https://github.com/graphql-hive/console/commit/e81cea889c26b3ee0453defbfec5a78ba24e90a6)
Thanks [@jdolle](https://github.com/jdolle)! - Add pg index for getSchemaVersionByActionId to
improve lookup performance

- [#6850](https://github.com/graphql-hive/console/pull/6850)
[`faa22bb`](https://github.com/graphql-hive/console/commit/faa22bbe662f0df7cca3b9045a22d495897714ee)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix issue where contract composition marks types
occuring in multiple subgraphs as `@inaccessible` despite being used within the public API schema.

- [#6845](https://github.com/graphql-hive/console/pull/6845)
[`114e7bc`](https://github.com/graphql-hive/console/commit/114e7bcf6860030b668fb1af7faed3650c278a51)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update `@theguild/federation-composition` to
`0.19.0`

Increases federation composition compatibility.

- Fix errors raised by `@requires` with union field selection set
- Fix incorrectly raised `IMPLEMENTED_BY_INACCESSIBLE` error for inaccessible object fields where
the object type is inaccessible.
- Add support for `@provides` fragment selection sets on union type fields.
- Fix issue where the satisfiability check raised an exception for fields that share different
object type and interface definitions across subgraphs.
- Fix issue where scalar type marked with `@inaccessible` does not fail the composition if all
usages are not marked with `@inaccessible`.
- Support composing executable directives from subgraphs into the supergraph

- [#6862](https://github.com/graphql-hive/console/pull/6862)
[`6cf18b9`](https://github.com/graphql-hive/console/commit/6cf18b9d9c10dfcbd95d148571dc305eb5c71b4c)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Show whether a breaking change is safe based on
usage within the GitHub check-run summary.

- [#6864](https://github.com/graphql-hive/console/pull/6864)
[`35a69a1`](https://github.com/graphql-hive/console/commit/35a69a1064319c74b9b76a521698ce1260383f08)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Validate schema stitching output sdl. Previously,
this caused invalid SDL to be promoted as the latest valid schema version.

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "8.0.0",
"version": "8.1.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @graphql-hive/cli

## 0.50.2

### Patch Changes

- [#6845](https://github.com/graphql-hive/console/pull/6845)
[`114e7bc`](https://github.com/graphql-hive/console/commit/114e7bcf6860030b668fb1af7faed3650c278a51)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update `@theguild/federation-composition` to
`0.19.0`

Increases federation composition compatibility.

- Fix errors raised by `@requires` with union field selection set
- Fix incorrectly raised `IMPLEMENTED_BY_INACCESSIBLE` error for inaccessible object fields where
the object type is inaccessible.
- Add support for `@provides` fragment selection sets on union type fields.
- Fix issue where the satisfiability check raised an exception for fields that share different
object type and interface definitions across subgraphs.
- Fix issue where scalar type marked with `@inaccessible` does not fail the composition if all
usages are not marked with `@inaccessible`.
- Support composing executable directives from subgraphs into the supergraph

## 0.50.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.50.1",
"version": "0.50.2",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
Loading