diff --git a/.changeset/bitter-goats-bow.md b/.changeset/bitter-goats-bow.md deleted file mode 100644 index 743de3359d..0000000000 --- a/.changeset/bitter-goats-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -Add progress log to app:create diff --git a/.changeset/cold-bananas-admire.md b/.changeset/cold-bananas-admire.md deleted file mode 100644 index ebb7dc68ef..0000000000 --- a/.changeset/cold-bananas-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Stay in the opened page when switching between targets diff --git a/.changeset/full-moments-sleep.md b/.changeset/full-moments-sleep.md deleted file mode 100644 index 2aef3855d5..0000000000 --- a/.changeset/full-moments-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -add operation counts by selected client to insights filter diff --git a/.changeset/moody-radios-switch.md b/.changeset/moody-radios-switch.md deleted file mode 100644 index f9f62b06e1..0000000000 --- a/.changeset/moody-radios-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Fix paginated operations list filtering if there are many operations by passing a list of operation -IDs to filter on diff --git a/.changeset/pretty-toes-laugh.md b/.changeset/pretty-toes-laugh.md deleted file mode 100644 index 3dc79a1dae..0000000000 --- a/.changeset/pretty-toes-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix input cursor reset for org and project diff --git a/.changeset/short-pillows-wink.md b/.changeset/short-pillows-wink.md deleted file mode 100644 index 136ecb2204..0000000000 --- a/.changeset/short-pillows-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Adjust token creation ui to make toggling all/granular and services/apps more intuitive diff --git a/.changeset/slow-wasps-admire.md b/.changeset/slow-wasps-admire.md deleted file mode 100644 index abadd934e0..0000000000 --- a/.changeset/slow-wasps-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix first schema check landing width; fix flickering sidenav on schema check loading" diff --git a/.changeset/stale-mice-push.md b/.changeset/stale-mice-push.md deleted file mode 100644 index b87ad3f8a9..0000000000 --- a/.changeset/stale-mice-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -fix explorer field input cursor reset diff --git a/.changeset/tangy-ravens-love.md b/.changeset/tangy-ravens-love.md deleted file mode 100644 index 6b78cd0b31..0000000000 --- a/.changeset/tangy-ravens-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -fix error printing in logs diff --git a/.changeset/thirty-laws-hang.md b/.changeset/thirty-laws-hang.md deleted file mode 100644 index d618675ece..0000000000 --- a/.changeset/thirty-laws-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -add search to app deployment version by operation name diff --git a/.changeset/violet-rats-judge.md b/.changeset/violet-rats-judge.md deleted file mode 100644 index 541699b4e5..0000000000 --- a/.changeset/violet-rats-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Add selected counts to insights client filter diff --git a/.changeset/wicked-rooms-mate.md b/.changeset/wicked-rooms-mate.md deleted file mode 100644 index d444d281c5..0000000000 --- a/.changeset/wicked-rooms-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Refine schema composition settings UI diff --git a/.changeset/wild-bags-know.md b/.changeset/wild-bags-know.md deleted file mode 100644 index 35a40117dd..0000000000 --- a/.changeset/wild-bags-know.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Prevent potential resource exhaustion in the deprecated schema explorer for large -schemas. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 79076d589b..b019dd6c67 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,66 @@ # hive +## 8.3.0 + +### Minor Changes + +- [#7030](https://github.com/graphql-hive/console/pull/7030) + [`12c5665`](https://github.com/graphql-hive/console/commit/12c5665a43396388516c31d22ff2f3c719007447) + Thanks [@jdolle](https://github.com/jdolle)! - add operation counts by selected client to insights + filter + +- [#7060](https://github.com/graphql-hive/console/pull/7060) + [`93967de`](https://github.com/graphql-hive/console/commit/93967de720fb4f74780d6d5cf760d54eadba8de4) + Thanks [@jdolle](https://github.com/jdolle)! - add search to app deployment version by operation + name + +- [#7035](https://github.com/graphql-hive/console/pull/7035) + [`88ce5d3`](https://github.com/graphql-hive/console/commit/88ce5d3587b880ccba58bd9736042a8a8f1ef81f) + Thanks [@jdolle](https://github.com/jdolle)! - Add selected counts to insights client filter + +- [#7050](https://github.com/graphql-hive/console/pull/7050) + [`d1ec149`](https://github.com/graphql-hive/console/commit/d1ec149b9e0178f1ead24a6f79d9c9848f72a762) + Thanks [@XiNiHa](https://github.com/XiNiHa)! - Refine schema composition settings UI + +### Patch Changes + +- [#7033](https://github.com/graphql-hive/console/pull/7033) + [`2449790`](https://github.com/graphql-hive/console/commit/2449790e24b807939adf72de13787f7c48719e1b) + Thanks [@XiNiHa](https://github.com/XiNiHa)! - Stay in the opened page when switching between + targets + +- [#7030](https://github.com/graphql-hive/console/pull/7030) + [`12c5665`](https://github.com/graphql-hive/console/commit/12c5665a43396388516c31d22ff2f3c719007447) + Thanks [@jdolle](https://github.com/jdolle)! - Fix paginated operations list filtering if there + are many operations by passing a list of operation IDs to filter on + +- [#7067](https://github.com/graphql-hive/console/pull/7067) + [`7a39b32`](https://github.com/graphql-hive/console/commit/7a39b323d9167664a6e499dce3bb6f40caaf2e52) + Thanks [@jdolle](https://github.com/jdolle)! - Fix input cursor reset for org and project + +- [#7045](https://github.com/graphql-hive/console/pull/7045) + [`0f26e42`](https://github.com/graphql-hive/console/commit/0f26e4253de96b3107972993410dc32a659dbcc2) + Thanks [@jdolle](https://github.com/jdolle)! - Adjust token creation ui to make toggling + all/granular and services/apps more intuitive + +- [#7066](https://github.com/graphql-hive/console/pull/7066) + [`58658a4`](https://github.com/graphql-hive/console/commit/58658a49b5ef23f2d884c4a6966e4dca30b1a1b1) + Thanks [@jdolle](https://github.com/jdolle)! - Fix first schema check landing width; fix + flickering sidenav on schema check loading" + +- [#7061](https://github.com/graphql-hive/console/pull/7061) + [`5cac244`](https://github.com/graphql-hive/console/commit/5cac2441fd475aff2d38faac5ebf51a7e08baf58) + Thanks [@jdolle](https://github.com/jdolle)! - fix explorer field input cursor reset + +- [#7071](https://github.com/graphql-hive/console/pull/7071) + [`1b7c7b5`](https://github.com/graphql-hive/console/commit/1b7c7b5506eca9e78fee1a4fef150562e73873c5) + Thanks [@jdolle](https://github.com/jdolle)! - fix error printing in logs + +- [#7074](https://github.com/graphql-hive/console/pull/7074) + [`8eb9e14`](https://github.com/graphql-hive/console/commit/8eb9e144b7e9a452b2d596776d75d136540207ff) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Prevent potential resource exhaustion in the + deprecated schema explorer for large schemas. + ## 8.2.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index d61d6e2207..d208e2b78a 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.2.1", + "version": "8.3.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 6a83f3a517..a6dfa23004 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.50.5 + +### Patch Changes + +- [#7046](https://github.com/graphql-hive/console/pull/7046) + [`8c49615`](https://github.com/graphql-hive/console/commit/8c4961549f265946edcf744c6180b76b2217c4a3) + Thanks [@jdolle](https://github.com/jdolle)! - Add progress log to app:create + ## 0.50.4 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index f39212bbe8..617abc2098 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.50.4", + "version": "0.50.5", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",