Skip to content

Commit 1fcf855

Browse files
chore(release): update monorepo packages versions
1 parent 6cdcef1 commit 1fcf855

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

.changeset/olive-walls-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-gifts-battle.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

deployment/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# hive
22

3+
## 5.1.2
4+
5+
### Patch Changes
6+
7+
- [#6518](https://github.com/graphql-hive/console/pull/6518)
8+
[`a8a2da5`](https://github.com/graphql-hive/console/commit/a8a2da5d65c09885dd3aa6d9bbe017cf4b9efebf)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ensure response body is read before
10+
timeout to avoid abort errors in S3 client (CDN)
11+
12+
- [#6536](https://github.com/graphql-hive/console/pull/6536)
13+
[`6cdcef1`](https://github.com/graphql-hive/console/commit/6cdcef1b2a1f75da372f22ddeefe3951a85fd02c)
14+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds an index to
15+
coordinates\_(daily,hourly,minutely) tables to speedup the get_top_operations_for_types ClickHoue
16+
query.
17+
18+
Reading of type and fields usage statisticts should be noticeably faster now on big datasets.
19+
320
## 5.1.1
421

522
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)