diff --git a/.changeset/olive-walls-build.md b/.changeset/olive-walls-build.md deleted file mode 100644 index 944bc25f7c..0000000000 --- a/.changeset/olive-walls-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Ensure response body is read before timeout to avoid abort errors in S3 client (CDN) diff --git a/.changeset/three-gifts-battle.md b/.changeset/three-gifts-battle.md deleted file mode 100644 index 2aff5d5b82..0000000000 --- a/.changeset/three-gifts-battle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hive': patch ---- - -Adds an index to coordinates\_(daily,hourly,minutely) tables to speedup the -get_top_operations_for_types ClickHoue query. - -Reading of type and fields usage statisticts should be noticeably faster now on big datasets. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index bbea412a70..e827e70a11 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,22 @@ # hive +## 5.1.2 + +### Patch Changes + +- [#6518](https://github.com/graphql-hive/console/pull/6518) + [`a8a2da5`](https://github.com/graphql-hive/console/commit/a8a2da5d65c09885dd3aa6d9bbe017cf4b9efebf) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure response body is read before + timeout to avoid abort errors in S3 client (CDN) + +- [#6536](https://github.com/graphql-hive/console/pull/6536) + [`6cdcef1`](https://github.com/graphql-hive/console/commit/6cdcef1b2a1f75da372f22ddeefe3951a85fd02c) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds an index to + coordinates\_(daily,hourly,minutely) tables to speedup the get_top_operations_for_types ClickHoue + query. + + Reading of type and fields usage statisticts should be noticeably faster now on big datasets. + ## 5.1.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 573d8bd4d3..f4d0960e1f 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "5.1.1", + "version": "5.1.2", "private": true, "scripts": { "generate": "tsx generate.ts",