Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #6151

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/dirty-schools-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-garlics-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-windows-clean.md

This file was deleted.

31 changes: 31 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "1.2.4",
"version": "2.0.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
Loading