Skip to content
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/all-pumas-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-signs-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-buses-say.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-ducks-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-pumas-carry.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/deep-lies-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-mails-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/evil-results-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-paws-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rules-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-peaches-stick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-ads-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-eyes-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-cooks-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/true-foxes-happen.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ docker/docker-compose.override.yml
test-results/

target
Cargo.lock
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In a repository that includes services and deployments (like Hive), it is recommended to commit the Cargo.lock file to ensure deterministic and reproducible builds across different environments and CI/CD pipelines. Ignoring it can lead to inconsistencies in dependency resolution.

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

## 11.0.3

### Patch Changes

- [#7993](https://github.com/graphql-hive/console/pull/7993)
[`730771f`](https://github.com/graphql-hive/console/commit/730771fb503fd91974c1494944cd5426cf74a552)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-72c6-fx6q-fr5w](https://github.com/advisories/GHSA-72c6-fx6q-fr5w).

- [#7988](https://github.com/graphql-hive/console/pull/7988)
[`d7e7025`](https://github.com/graphql-hive/console/commit/d7e7025624ba66459515778c0724a58397a5f1b4)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-247c-9743-5963](https://github.com/advisories/GHSA-247c-9743-5963).

- [#7961](https://github.com/graphql-hive/console/pull/7961)
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
[`nodemailer`](https://github.com/nodemailer/nodemailer) to address vulnerability
[GHSA-vvjj-xcjg-gr5g](https://github.com/advisories/GHSA-vvjj-xcjg-gr5g).

- [#7993](https://github.com/graphql-hive/console/pull/7993)
[`730771f`](https://github.com/graphql-hive/console/commit/730771fb503fd91974c1494944cd5426cf74a552)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-v9ww-2j6r-98q6](https://github.com/advisories/GHSA-v9ww-2j6r-98q6).

- [#7976](https://github.com/graphql-hive/console/pull/7976)
[`ed9ab34`](https://github.com/graphql-hive/console/commit/ed9ab34c705be4b7946dfcbede91926f00f1ed4a)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerability
[GHSA-r4q5-vmmm-2653](https://github.com/advisories/GHSA-r4q5-vmmm-2653)

- [#7967](https://github.com/graphql-hive/console/pull/7967)
[`9708f71`](https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying
`@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL.

This mitigates the following error in apollo-router upon processing the supergraph:

```
could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred:
- Core feature type `join__ContextArgument` cannot use @inaccessible.
- Core feature type `join__FieldValue` cannot use @inaccessible.
```

- [#7993](https://github.com/graphql-hive/console/pull/7993)
[`730771f`](https://github.com/graphql-hive/console/commit/730771fb503fd91974c1494944cd5426cf74a552)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-xq3m-2v4x-88gg](https://github.com/advisories/GHSA-xq3m-2v4x-88gg).

- [#7978](https://github.com/graphql-hive/console/pull/7978)
[`9c6989c`](https://github.com/graphql-hive/console/commit/9c6989cd929df3b071cba2c5652cc18988127897)
Thanks [@jdolle](https://github.com/jdolle)! - Add schema linting support for type extensions

- [#7993](https://github.com/graphql-hive/console/pull/7993)
[`730771f`](https://github.com/graphql-hive/console/commit/730771fb503fd91974c1494944cd5426cf74a552)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[CVE-2026-6414](https://github.com/advisories/GHSA-x428-ghpx-8j92).

- [#7988](https://github.com/graphql-hive/console/pull/7988)
[`d7e7025`](https://github.com/graphql-hive/console/commit/d7e7025624ba66459515778c0724a58397a5f1b4)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-39q2-94rc-95cp](https://github.com/advisories/GHSA-39q2-94rc-95cp).

- [#7980](https://github.com/graphql-hive/console/pull/7980)
[`c46b2f2`](https://github.com/graphql-hive/console/commit/c46b2f221936ca60e49bce3a2fea25bb40378266)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[GHSA-fvcv-3m26-pcqx](https://github.com/advisories/GHSA-fvcv-3m26-pcqx).

- [#7993](https://github.com/graphql-hive/console/pull/7993)
[`730771f`](https://github.com/graphql-hive/console/commit/730771fb503fd91974c1494944cd5426cf74a552)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
[CVE-2026-6410](https://github.com/advisories/GHSA-pr96-94w5-mx2h).

- [#7961](https://github.com/graphql-hive/console/pull/7961)
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
[`opentelemetry-go`](https://github.com/open-telemetry/opentelemetry-go) to address vulnerability
[CVE-2026-39883](https://github.com/advisories/GHSA-hfvc-g4fc-pqhx).

## 11.0.2

### Patch 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": "11.0.2",
"version": "11.0.3",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/libraries/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-hive/laboratory

## 0.1.4

### Patch Changes

- [#7963](https://github.com/graphql-hive/console/pull/7963)
[`4a8bd4f`](https://github.com/graphql-hive/console/commit/4a8bd4fd1b4fbb34076e97d06ed1341432de451d)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Implemented functionality that allows
to have multiple queries in same operation while working only with focused one (run button, query
builder)

- [#7892](https://github.com/graphql-hive/console/pull/7892)
[`fab4b03`](https://github.com/graphql-hive/console/commit/fab4b03ace2ff20759bbcd33465d00a5cbbc4c97)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Hive Laboratory renders Hive Router
query plan if included in response extensions

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/laboratory",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"license": "MIT",
"main": "./dist/hive-laboratory.cjs.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/libraries/render-laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @graphql-yoga/render-graphiql

## 0.1.4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog header (line 1) and historical entries appear to be copied from @graphql-yoga/render-graphiql. Please update the header to @graphql-hive/render-laboratory to match the package name and maintain consistency.


### Patch Changes

- [#7963](https://github.com/graphql-hive/console/pull/7963)
[`4a8bd4f`](https://github.com/graphql-hive/console/commit/4a8bd4fd1b4fbb34076e97d06ed1341432de451d)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Implemented functionality that allows
to have multiple queries in same operation while working only with focused one (run button, query
builder)

- [#7892](https://github.com/graphql-hive/console/pull/7892)
[`fab4b03`](https://github.com/graphql-hive/console/commit/fab4b03ace2ff20759bbcd33465d00a5cbbc4c97)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Hive Laboratory renders Hive Router
query plan if included in response extensions

- Updated dependencies
[[`4a8bd4f`](https://github.com/graphql-hive/console/commit/4a8bd4fd1b4fbb34076e97d06ed1341432de451d),
[`fab4b03`](https://github.com/graphql-hive/console/commit/fab4b03ace2ff20759bbcd33465d00a5cbbc4c97)]:
- @graphql-hive/laboratory@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/render-laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/render-laboratory",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"description": "",
"repository": {
Expand Down
Loading