Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent b6eb5d0 commit 36ec5d2
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
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

0 comments on commit 36ec5d2

Please sign in to comment.