Upcoming Release Changes (#6523)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-02-21 11:55:23 +02:00 committed by GitHub
parent e99f6856f9
commit 7074d5c0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Ensure response body is read before timeout to avoid abort errors in S3 client (CDN)

View file

@ -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.

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "hive",
"version": "5.1.1",
"version": "5.1.2",
"private": true,
"scripts": {
"generate": "tsx generate.ts",