diff --git a/.changeset/curvy-hoops-stick.md b/.changeset/curvy-hoops-stick.md deleted file mode 100644 index c6d4f6911..000000000 --- a/.changeset/curvy-hoops-stick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/core': patch ---- - -Update the tiny-lru dependency diff --git a/.changeset/flower-ball-gulp.md b/.changeset/flower-ball-gulp.md deleted file mode 100644 index 20c344153..000000000 --- a/.changeset/flower-ball-gulp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Show affected app deployments for breaking schema changes. When a schema check detects breaking changes, it now shows which active app deployments would be affected, including the specific operations within each deployment that use the affected schema coordinates. diff --git a/.changeset/fluffy-tigers-film.md b/.changeset/fluffy-tigers-film.md deleted file mode 100644 index fca95711e..000000000 --- a/.changeset/fluffy-tigers-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive-apollo-router-plugin': patch ---- - -Updated `hive-apollo-router-plugin` to use `hive-console-sdk` from crates.io instead of a local dependency. The plugin now uses `graphql-tools::parser` instead of `graphql-parser` to leverage the parser we now ship in `graphql-tools` crate. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 1069440fe..e5428086b 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,16 @@ # hive +## 9.1.0 + +### Minor Changes + +- [#7388](https://github.com/graphql-hive/console/pull/7388) + [`53f9d5e`](https://github.com/graphql-hive/console/commit/53f9d5e30337b10ea0fdc954b56687d495556c77) + Thanks [@adambenhassen](https://github.com/adambenhassen)! - Show affected app deployments for + breaking schema changes. When a schema check detects breaking changes, it now shows which active + app deployments would be affected, including the specific operations within each deployment that + use the affected schema coordinates. + ## 9.0.0 ### Major Changes diff --git a/deployment/package.json b/deployment/package.json index 647319892..46caacb29 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "9.0.0", + "version": "9.1.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index b48f7da12..3d349fa12 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/apollo +## 0.47.1 + +### Patch Changes + +- Updated dependencies + [[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]: + - @graphql-hive/core@0.20.1 + ## 0.47.0 ### Minor Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 467fa30ca..c76bdb5d5 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.47.0", + "version": "0.47.1", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/apollo/src/version.ts b/packages/libraries/apollo/src/version.ts index 80fcddf8b..d827475fd 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.47.0'; +export const version = '0.47.1'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 10618e6f4..0c24741c4 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.57.3 + +### Patch Changes + +- Updated dependencies + [[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]: + - @graphql-hive/core@0.20.1 + ## 0.57.2 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 10825fe3c..8b7f4e16f 100644 --- a/packages/libraries/cli/README.md +++ b/packages/libraries/cli/README.md @@ -81,7 +81,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/create.ts)_ ## `hive app:publish` @@ -108,7 +108,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -135,7 +135,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -159,7 +159,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -202,7 +202,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -246,7 +246,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -305,7 +305,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -350,7 +350,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -382,7 +382,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -415,7 +415,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/fetch.ts)_ ## `hive schema:publish FILE` @@ -459,7 +459,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -522,7 +522,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.2/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.3/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 3866d187a..d310eae0c 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.57.2", + "version": "0.57.3", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index 20334eca3..558bab562 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/core +## 0.20.1 + +### Patch Changes + +- [#7507](https://github.com/graphql-hive/console/pull/7507) + [`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d) + Thanks [@doronrosenberg](https://github.com/doronrosenberg)! - Update the tiny-lru dependency + ## 0.20.0 ### Minor Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 96480fb51..ae1a7301e 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.20.0", + "version": "0.20.1", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index 1c5b9fd45..4f1152168 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.20.0'; +export const version = '0.20.1'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index fca53104d..61503fe8e 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/envelop +## 0.40.3 + +### Patch Changes + +- Updated dependencies + [[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]: + - @graphql-hive/core@0.20.1 + ## 0.40.2 ### Patch Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index ea25df332..e878f9d88 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.40.2", + "version": "0.40.3", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/envelop/src/version.ts b/packages/libraries/envelop/src/version.ts index d1778a383..6acfd2e16 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.40.2'; +export const version = '0.40.3'; diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md index 0032d164e..9cf284ed7 100644 --- a/packages/libraries/router/CHANGELOG.md +++ b/packages/libraries/router/CHANGELOG.md @@ -1,5 +1,16 @@ # 16.10.2024 +## 3.0.1 + +### Patch Changes + +- [#7476](https://github.com/graphql-hive/console/pull/7476) + [`f4d5f7e`](https://github.com/graphql-hive/console/commit/f4d5f7ee5bf50bc8b621b011696d43757de2e071) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updated `hive-apollo-router-plugin` to + use `hive-console-sdk` from crates.io instead of a local dependency. The plugin now uses + `graphql-tools::parser` instead of `graphql-parser` to leverage the parser we now ship in + `graphql-tools` crate. + ## 3.0.0 ### Major Changes diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 38f9fa9d2..ee79a99f9 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/" edition = "2021" license = "MIT" publish = true -version = "3.0.0" +version = "3.0.1" description = "Apollo-Router Plugin for Hive" [[bin]] diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json index d762644be..5ddc8bb92 100644 --- a/packages/libraries/router/package.json +++ b/packages/libraries/router/package.json @@ -1,6 +1,6 @@ { "name": "hive-apollo-router-plugin", - "version": "3.0.0", + "version": "3.0.1", "private": true, "scripts": { "sync-cargo-file": "./sync-cargo-file.sh" diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 161caf88f..16cc76f7b 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/yoga +## 0.47.1 + +### Patch Changes + +- Updated dependencies + [[`8bbbfb8`](https://github.com/graphql-hive/console/commit/8bbbfb8aa6aa4c59b9ad515dfbbe12616931f82d)]: + - @graphql-hive/core@0.20.1 + ## 0.47.0 ### Minor Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 3d5d5efd2..20ca21733 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.47.0", + "version": "0.47.1", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": { diff --git a/packages/libraries/yoga/src/version.ts b/packages/libraries/yoga/src/version.ts index 80fcddf8b..d827475fd 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.47.0'; +export const version = '0.47.1'; diff --git a/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx b/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx index 996515ec0..0a8eaf4ba 100644 --- a/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx +++ b/packages/web/docs/src/content/schema-registry/self-hosting/get-started.mdx @@ -152,7 +152,7 @@ using the link below ```sh -curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker/docker-compose.community.yml +curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml ``` @@ -160,7 +160,7 @@ curl -O https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker ```sh -wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.0.0/docker/docker-compose.community.yml +wget https://raw.githubusercontent.com/graphql-hive/console/hive@9.1.0/docker/docker-compose.community.yml ``` @@ -179,7 +179,7 @@ We recommend sticking to a specific version to avoid breaking changes. The `late correspons to the latest stable release. ```sh -export DOCKER_TAG=":9.0.0" +export DOCKER_TAG=":9.1.0" ``` After picking a version set the `DOCKER_TAG` environment variable to that value. @@ -188,7 +188,7 @@ After picking a version set the `DOCKER_TAG` environment variable to that value. ```bash export DOCKER_REGISTRY="ghcr.io/graphql-hive/" -export DOCKER_TAG=":9.0.0" # Pin this to an exact version +export DOCKER_TAG=":9.1.0" # Pin this to an exact version export HIVE_ENCRYPTION_SECRET=$(openssl rand -hex 16) export HIVE_APP_BASE_URL="http://localhost:8080" export HIVE_EMAIL_FROM="no-reply@graphql-hive.com"