mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#6523)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e99f6856f9
commit
7074d5c0c3
4 changed files with 18 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Ensure response body is read before timeout to avoid abort errors in S3 client (CDN)
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue