Skip to content
Open
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/curly-birds-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-flowers-flash.md

This file was deleted.

16 changes: 16 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# hive

## 8.13.0

### Minor Changes

- [#7333](https://github.com/graphql-hive/console/pull/7333)
[`4aa5247`](https://github.com/graphql-hive/console/commit/4aa524779c257602864f582fc3eb02b02c86d29a)
Thanks [@alexdaima](https://github.com/alexdaima)! - Update Redis client to support connecting to
IPv6 networks.

### Patch Changes

- [#7352](https://github.com/graphql-hive/console/pull/7352)
[`727e525`](https://github.com/graphql-hive/console/commit/727e525abbd26dce638278ee26e0311f725571e1)
Thanks [@jdolle](https://github.com/jdolle)! - Correctly check the global environment feature flag
in for app deployments and fix app deployment pagination

## 8.12.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": "8.12.1",
"version": "8.13.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
Loading