diff --git a/.changeset/dirty-schools-call.md b/.changeset/dirty-schools-call.md deleted file mode 100644 index 8cb433106c..0000000000 --- a/.changeset/dirty-schools-call.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'hive': major ---- - -Upgrade the PostgreSQL version for Docker Compose from version 14.13 to use 16.4. - -**This change is published as major, as it requires attention based on your setup.** - -For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud provider's or IT's -recommendation. - -For self-hosters running in Docker, you can read about [upgrading PostgreSQL in a Docker container here](https://helgeklein.com/blog/upgrading-postgresql-in-docker-container/). - -> The Hive data that was previously created with PostgreSQL v14 is compatible with v16. diff --git a/.changeset/old-garlics-eat.md b/.changeset/old-garlics-eat.md deleted file mode 100644 index 6b8414fa47..0000000000 --- a/.changeset/old-garlics-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Improvement for OTEL tracing and added missing attributes diff --git a/.changeset/purple-windows-clean.md b/.changeset/purple-windows-clean.md deleted file mode 100644 index 080f1df694..0000000000 --- a/.changeset/purple-windows-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Performance improvements for Postgres DB calls (specifically `getSchemasOfVersion`, see -https://github.com/graphql-hive/console/pull/6154) diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 51729e13fe..3f3b6fbc12 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,36 @@ # hive +## 2.0.0 + +### Major Changes + +- [#6142](https://github.com/graphql-hive/console/pull/6142) + [`25f1460`](https://github.com/graphql-hive/console/commit/25f14604f482ac42826c63ec08bc108a67d37fd0) + Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the PostgreSQL version for Docker + Compose from version 14.13 to use 16.4. + + **This change is published as major, as it requires attention based on your setup.** + + For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud + provider's or IT's recommendation. + + For self-hosters running in Docker, you can read about + [upgrading PostgreSQL in a Docker container here](https://helgeklein.com/blog/upgrading-postgresql-in-docker-container/). + + > The Hive data that was previously created with PostgreSQL v14 is compatible with v16. + +### Patch Changes + +- [#6156](https://github.com/graphql-hive/console/pull/6156) + [`b6eb5d0`](https://github.com/graphql-hive/console/commit/b6eb5d0e71e5b1d7575756d440bdbfb3116950b7) + Thanks [@dotansimha](https://github.com/dotansimha)! - Improvement for OTEL tracing and added + missing attributes + +- [#6156](https://github.com/graphql-hive/console/pull/6156) + [`b6eb5d0`](https://github.com/graphql-hive/console/commit/b6eb5d0e71e5b1d7575756d440bdbfb3116950b7) + Thanks [@dotansimha](https://github.com/dotansimha)! - Performance improvements for Postgres DB + calls (specifically `getSchemasOfVersion`, see https://github.com/graphql-hive/console/pull/6154) + ## 1.2.4 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 1ba8ca698c..37334519d8 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "1.2.4", + "version": "2.0.0", "private": true, "scripts": { "generate": "tsx generate.ts",