Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/olive-walls-build.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/three-gifts-battle.md

This file was deleted.

17 changes: 17 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "5.1.1",
"version": "5.1.2",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
Loading