From dbe12cfcf938c3c0f2c6e8f683443be1d3f1d20c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 11:11:36 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/cuddly-yaks-peel.md | 5 -- .changeset/dry-news-join.md | 5 -- .changeset/few-mice-buy.md | 5 -- .changeset/good-countries-punch.md | 8 --- .changeset/honest-scissors-live.md | 7 --- .changeset/little-donuts-kiss.md | 9 ---- .changeset/nine-students-melt.md | 5 -- .changeset/short-donkeys-live.md | 12 ----- .changeset/spotty-pots-confess.md | 5 -- .changeset/stupid-candles-arrive.md | 5 -- .changeset/tender-maps-shout.md | 9 ---- deployment/CHANGELOG.md | 69 +++++++++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/apollo/CHANGELOG.md | 13 +++++ packages/libraries/apollo/package.json | 2 +- packages/libraries/cli/CHANGELOG.md | 14 +++++ packages/libraries/cli/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 9 ++++ packages/libraries/core/package.json | 2 +- packages/libraries/envelop/CHANGELOG.md | 13 +++++ packages/libraries/envelop/package.json | 2 +- packages/libraries/router/CHANGELOG.md | 9 ++++ packages/libraries/router/Cargo.toml | 2 +- packages/libraries/router/package.json | 2 +- packages/libraries/yoga/CHANGELOG.md | 13 +++++ packages/libraries/yoga/package.json | 2 +- 26 files changed, 148 insertions(+), 83 deletions(-) delete mode 100644 .changeset/cuddly-yaks-peel.md delete mode 100644 .changeset/dry-news-join.md delete mode 100644 .changeset/few-mice-buy.md delete mode 100644 .changeset/good-countries-punch.md delete mode 100644 .changeset/honest-scissors-live.md delete mode 100644 .changeset/little-donuts-kiss.md delete mode 100644 .changeset/nine-students-melt.md delete mode 100644 .changeset/short-donkeys-live.md delete mode 100644 .changeset/spotty-pots-confess.md delete mode 100644 .changeset/stupid-candles-arrive.md delete mode 100644 .changeset/tender-maps-shout.md diff --git a/.changeset/cuddly-yaks-peel.md b/.changeset/cuddly-yaks-peel.md deleted file mode 100644 index 248816b561..0000000000 --- a/.changeset/cuddly-yaks-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Display logs from the Preflight Script in Laboratory diff --git a/.changeset/dry-news-join.md b/.changeset/dry-news-join.md deleted file mode 100644 index 76e6dacabf..0000000000 --- a/.changeset/dry-news-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Remove the code leftovers related to activities (no longer a thing) diff --git a/.changeset/few-mice-buy.md b/.changeset/few-mice-buy.md deleted file mode 100644 index a813aaa2b9..0000000000 --- a/.changeset/few-mice-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Adds ability to select a default role for new OIDC users diff --git a/.changeset/good-countries-punch.md b/.changeset/good-countries-punch.md deleted file mode 100644 index 15ee1d9335..0000000000 --- a/.changeset/good-countries-punch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@graphql-hive/cli': patch -'hive': patch ---- - -Update `@theguild/federation-composition` to [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3) - - diff --git a/.changeset/honest-scissors-live.md b/.changeset/honest-scissors-live.md deleted file mode 100644 index 0905043985..0000000000 --- a/.changeset/honest-scissors-live.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hive': minor ---- - -Added a new environment variable `OPENTELEMETRY_TRACE_USAGE_REQUESTS` for `rate-limit` and `tokens` services. - -Self-hosters who wish to report telemetry information for `usage` service, can opt-in and set `OPENTELEMETRY_TRACE_USAGE_REQUESTS=1` to these services. This will skip sampling and will always trace requests originating from the `usage` service. diff --git a/.changeset/little-donuts-kiss.md b/.changeset/little-donuts-kiss.md deleted file mode 100644 index f2057e5079..0000000000 --- a/.changeset/little-donuts-kiss.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'hive-apollo-router-plugin': patch -'@graphql-hive/core': patch -'@graphql-hive/apollo': patch -'@graphql-hive/envelop': patch -'@graphql-hive/yoga': patch ---- - -Collect custom scalars from arguments and input object fields diff --git a/.changeset/nine-students-melt.md b/.changeset/nine-students-melt.md deleted file mode 100644 index ac074adc3b..0000000000 --- a/.changeset/nine-students-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Add multi-column sort to Insights > Operations table diff --git a/.changeset/short-donkeys-live.md b/.changeset/short-donkeys-live.md deleted file mode 100644 index 25b45f7076..0000000000 --- a/.changeset/short-donkeys-live.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'hive': minor ---- - -Show Impact metric in the Operations list on the Insights page. -Impact equals to the total time spent on this operation in the selected period in seconds. -It helps assess which operations contribute the most to overall latency. - - -``` -Impact = Requests * avg/1000 -``` diff --git a/.changeset/spotty-pots-confess.md b/.changeset/spotty-pots-confess.md deleted file mode 100644 index 90817c0b78..0000000000 --- a/.changeset/spotty-pots-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Disable "select organization" dropdown for OIDC accounts diff --git a/.changeset/stupid-candles-arrive.md b/.changeset/stupid-candles-arrive.md deleted file mode 100644 index 5883da8e7c..0000000000 --- a/.changeset/stupid-candles-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Add type definitions of global.lab to Preflight Script editor diff --git a/.changeset/tender-maps-shout.md b/.changeset/tender-maps-shout.md deleted file mode 100644 index 4a7f4b7806..0000000000 --- a/.changeset/tender-maps-shout.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'hive': minor ---- - -Added OpenTelemetry traces to Usage service using a new `OPENTELEMETRY_COLLECTOR_ENDPOINT` env var. - -This option is disabled by default for self-hosting, you can opt-in by setting `OPENTELEMETRY_COLLECTOR_ENDPOINT`. - - diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 7dd030c3a4..b77d8e48b3 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,74 @@ # hive +## 4.1.0 + +### Minor Changes + +- [#6400](https://github.com/graphql-hive/console/pull/6400) + [`d2a4387`](https://github.com/graphql-hive/console/commit/d2a4387b64fe71340159c536a05dd38b1a35c751) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Display logs from the Preflight Script + in Laboratory + +- [#6348](https://github.com/graphql-hive/console/pull/6348) + [`e754700`](https://github.com/graphql-hive/console/commit/e75470021282b84b622560c8a991c196ee7f24d7) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds ability to select a default role + for new OIDC users + +- [#6351](https://github.com/graphql-hive/console/pull/6351) + [`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3) + Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new environment variable + `OPENTELEMETRY_TRACE_USAGE_REQUESTS` for `rate-limit` and `tokens` services. + + Self-hosters who wish to report telemetry information for `usage` service, can opt-in and set + `OPENTELEMETRY_TRACE_USAGE_REQUESTS=1` to these services. This will skip sampling and will always + trace requests originating from the `usage` service. + +- [#6388](https://github.com/graphql-hive/console/pull/6388) + [`a8ff443`](https://github.com/graphql-hive/console/commit/a8ff443307fa9929f0b466c6a83d695bd5e707dd) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add multi-column sort to Insights > + Operations table + +- [#6389](https://github.com/graphql-hive/console/pull/6389) + [`781b140`](https://github.com/graphql-hive/console/commit/781b140ffb5d5256913941763b79665965c53a6c) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Show Impact metric in the Operations + list on the Insights page. Impact equals to the total time spent on this operation in the selected + period in seconds. It helps assess which operations contribute the most to overall latency. + + ``` + Impact = Requests * avg/1000 + ``` + +- [#6393](https://github.com/graphql-hive/console/pull/6393) + [`84fd770`](https://github.com/graphql-hive/console/commit/84fd770b6c7bc3fdd62af6d337889e3c2596ef15) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add type definitions of global.lab to + Preflight Script editor + +- [#6351](https://github.com/graphql-hive/console/pull/6351) + [`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3) + Thanks [@dotansimha](https://github.com/dotansimha)! - Added OpenTelemetry traces to Usage service + using a new `OPENTELEMETRY_COLLECTOR_ENDPOINT` env var. + + This option is disabled by default for self-hosting, you can opt-in by setting + `OPENTELEMETRY_COLLECTOR_ENDPOINT`. + +### Patch Changes + +- [#6386](https://github.com/graphql-hive/console/pull/6386) + [`d19229f`](https://github.com/graphql-hive/console/commit/d19229fb6e4f48237a925987ff1a60b6b651a784) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Remove the code leftovers related to + activities (no longer a thing) + +- [#6380](https://github.com/graphql-hive/console/pull/6380) + [`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update + `@theguild/federation-composition` to + [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3) + +- [#6399](https://github.com/graphql-hive/console/pull/6399) + [`607192e`](https://github.com/graphql-hive/console/commit/607192eaa5d6c3dcc6a2d0c4ff406a7d6f06ca42) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Disable "select organization" dropdown + for OIDC accounts + ## 4.0.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 7fd2171cfe..23c46964cc 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "4.0.1", + "version": "4.1.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index e1e9f6c081..42cc7c8e20 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/apollo +## 0.36.5 + +### Patch Changes + +- [#6383](https://github.com/graphql-hive/console/pull/6383) + [`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments + and input object fields + +- Updated dependencies + [[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]: + - @graphql-hive/core@0.8.4 + ## 0.36.4 ### Patch Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 51c0092d84..75477e574e 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.36.4", + "version": "0.36.5", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index ec4f7ea85c..1aaf8ed1da 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-hive/cli +## 0.46.1 + +### Patch Changes + +- [#6380](https://github.com/graphql-hive/console/pull/6380) + [`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update + `@theguild/federation-composition` to + [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3) + +- Updated dependencies + [[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]: + - @graphql-hive/core@0.8.4 + ## 0.46.0 ### Minor Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index c747bd69f7..099d380e21 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.46.0", + "version": "0.46.1", "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 0409c8fb72..1bb7788f88 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/core +## 0.8.4 + +### Patch Changes + +- [#6383](https://github.com/graphql-hive/console/pull/6383) + [`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments + and input object fields + ## 0.8.3 ### Patch Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 1701e33700..3bbcc08787 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.8.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index 88f2fd1896..62f6d4c4c8 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/envelop +## 0.33.13 + +### Patch Changes + +- [#6383](https://github.com/graphql-hive/console/pull/6383) + [`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments + and input object fields + +- Updated dependencies + [[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]: + - @graphql-hive/core@0.8.4 + ## 0.33.12 ### Patch Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index 4776b0696f..c3efbd3920 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.33.12", + "version": "0.33.13", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md index d1b7d18dcd..fbe108a606 100644 --- a/packages/libraries/router/CHANGELOG.md +++ b/packages/libraries/router/CHANGELOG.md @@ -1,5 +1,14 @@ # 16.10.2024 +## 1.1.1 + +### Patch Changes + +- [#6383](https://github.com/graphql-hive/console/pull/6383) + [`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments + and input object fields + ## 1.1.0 ### Minor Changes diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 990e7ca2bd..7ca995beb5 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 = "1.1.0" +version = "1.1.1" description = "Apollo-Router Plugin for Hive" [[bin]] diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json index 78b6c5196e..fd48e7a290 100644 --- a/packages/libraries/router/package.json +++ b/packages/libraries/router/package.json @@ -1,6 +1,6 @@ { "name": "hive-apollo-router-plugin", - "version": "1.1.0", + "version": "1.1.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 e7fd0d4eed..1c4f2d743a 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/yoga +## 0.39.3 + +### Patch Changes + +- [#6383](https://github.com/graphql-hive/console/pull/6383) + [`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments + and input object fields + +- Updated dependencies + [[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]: + - @graphql-hive/core@0.8.4 + ## 0.39.2 ### Patch Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 29f6e963e8..4a226c352b 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.39.2", + "version": "0.39.3", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": {