diff --git a/.changeset/chubby-sites-remain.md b/.changeset/chubby-sites-remain.md deleted file mode 100644 index cc880826f11..00000000000 --- a/.changeset/chubby-sites-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Hide unnecessary elements from header when screen is narrow diff --git a/.changeset/curly-birds-itch.md b/.changeset/curly-birds-itch.md deleted file mode 100644 index 80b1532ee5f..00000000000 --- a/.changeset/curly-birds-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Correctly check the global environment feature flag in for app deployments and fix app deployment pagination diff --git a/.changeset/lazy-eagles-draw.md b/.changeset/lazy-eagles-draw.md deleted file mode 100644 index 362b1223a90..00000000000 --- a/.changeset/lazy-eagles-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix exception raised by server when updating user profile information. diff --git a/.changeset/sixty-flowers-flash.md b/.changeset/sixty-flowers-flash.md deleted file mode 100644 index 69546c7cdc1..00000000000 --- a/.changeset/sixty-flowers-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Update Redis client to support connecting to IPv6 networks. diff --git a/.changeset/yummy-ears-accept.md b/.changeset/yummy-ears-accept.md deleted file mode 100644 index 07110a56aec..00000000000 --- a/.changeset/yummy-ears-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hive': patch ---- - -Do not swallow 4XX HTTP errors as 500 internal server errors when sentry error reporting is enabled. - -Send the same predictable error responses with and without the sentry plugin enabled. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index b801c1f496c..11efba2ca8b 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,38 @@ # hive +## 8.13.0 + +### Minor Changes + +- [#7333](https://github.com/graphql-hive/console/pull/7333) + [`4aa5247`](https://github.com/graphql-hive/console/commit/4aa524779c257602864f582fc3eb02b02c86d29a) + Thanks [@alexdaima](https://github.com/alexdaima)! - Update Redis client to support connecting to + IPv6 networks. + +### Patch Changes + +- [#7381](https://github.com/graphql-hive/console/pull/7381) + [`415a9c1`](https://github.com/graphql-hive/console/commit/415a9c19d27e825c55bd9b492f8316624b4d6cf7) + Thanks [@jdolle](https://github.com/jdolle)! - Hide unnecessary elements from header when screen + is narrow + +- [#7352](https://github.com/graphql-hive/console/pull/7352) + [`727e525`](https://github.com/graphql-hive/console/commit/727e525abbd26dce638278ee26e0311f725571e1) + Thanks [@jdolle](https://github.com/jdolle)! - Correctly check the global environment feature flag + in for app deployments and fix app deployment pagination + +- [#7391](https://github.com/graphql-hive/console/pull/7391) + [`d027f99`](https://github.com/graphql-hive/console/commit/d027f99321aa338209b42a89133a112926a22f7f) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix exception raised by server when updating user + profile information. + +- [#7389](https://github.com/graphql-hive/console/pull/7389) + [`a9a3e5f`](https://github.com/graphql-hive/console/commit/a9a3e5f9f1e942302bd6ce884f9afa011f2a7a96) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Do not swallow 4XX HTTP errors as 500 internal + server errors when sentry error reporting is enabled. + + Send the same predictable error responses with and without the sentry plugin enabled. + ## 8.12.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 9e37a6a2a7e..5f0c54298d0 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.12.1", + "version": "8.13.0", "private": true, "scripts": { "generate": "tsx generate.ts",