Skip to content

Commit 24652f0

Browse files
authored
Upcoming Release Changes (#8022)
1 parent a3ba6cc commit 24652f0

14 files changed

Lines changed: 90 additions & 78 deletions

.changeset/easy-nights-pick.md

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

.changeset/free-papers-draw.md

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

.changeset/funny-ravens-read.md

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

.changeset/loose-parts-add.md

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

.changeset/mighty-pigs-prove.md

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

.changeset/nasty-birds-invent.md

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

.changeset/odd-ends-run.md

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

.changeset/tame-onions-add.md

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

.changeset/twelve-teeth-judge.md

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

deployment/CHANGELOG.md

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

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- [#8015](https://github.com/graphql-hive/console/pull/8015)
8+
[`80b7600`](https://github.com/graphql-hive/console/commit/80b76004da822f9f526fef3160b51c834865d266)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Write app deployment manifest to CDN upon app
10+
activation and retirement. The app deployment manifest can be used to discover what hashes belong
11+
to an app deployment version.
12+
13+
- [#7982](https://github.com/graphql-hive/console/pull/7982)
14+
[`63e6827`](https://github.com/graphql-hive/console/commit/63e682791fbb3c53f05e34329043c8fc8b705189)
15+
Thanks [@jetocotoje](https://github.com/jetocotoje)! - Add configuration for specifying services
16+
listening host. It is now possible to specify on which host the services are listening.
17+
Furthermore, the services can be configured to only listing on IPv6.
18+
19+
The behaviour can be configrued via the two new environment variables `SERVER_HOST` and
20+
`SERVER_HOST_IPV6_ONLY` for each service.
21+
22+
```
23+
SERVER_HOST="::"
24+
SERVER_HOST_IPV6_ONLY="0"
25+
```
26+
27+
### Patch Changes
28+
29+
- [#8020](https://github.com/graphql-hive/console/pull/8020)
30+
[`a989647`](https://github.com/graphql-hive/console/commit/a989647908ad7635831d7bd753076fb12f98dbe8)
31+
Thanks [@jdolle](https://github.com/jdolle)! - OIDC verification domains are now inserted and
32+
compared against lowercase domains. Any existing domains that use an uppercase letter must be
33+
converted to lowercase. This is to avoid an unnecessary convert to LOWER() in the SQL statements.
34+
35+
To convert existing domains, run the SQL query:
36+
37+
```
38+
UPDATE oidc_integration_domains
39+
SET domain_name=LOWER(domain_name)
40+
WHERE domain_name != LOWER(domain_name)
41+
;
42+
```
43+
44+
- [#8040](https://github.com/graphql-hive/console/pull/8040)
45+
[`931c327`](https://github.com/graphql-hive/console/commit/931c3274bf69984d00a3db3e6e20adcfcd39ad4b)
46+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerabilityies
47+
[GHSA-q7rr-3cgh-j5r3](https://github.com/advisories/GHSA-q7rr-3cgh-j5r3).
48+
49+
- [#8035](https://github.com/graphql-hive/console/pull/8035)
50+
[`0cd6cc5`](https://github.com/graphql-hive/console/commit/0cd6cc5606e8cf3c952583feec956c8f024ee615)
51+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
52+
[GHSA-pf86-5x62-jrwf](https://github.com/advisories/GHSA-pf86-5x62-jrwf)
53+
54+
- [#8021](https://github.com/graphql-hive/console/pull/8021)
55+
[`51e5baa`](https://github.com/graphql-hive/console/commit/51e5baa0dd42b9a5fcd499e60f03baa0c45c8da9)
56+
Thanks [@jdolle](https://github.com/jdolle)! - "INPUT_FIELD_ADDED" is now classified as Dangerous
57+
(was NonBreaking) when the added field has a default value, since rolling deploys can expose
58+
consumers to the default before producers are ready.
59+
60+
- [#8035](https://github.com/graphql-hive/console/pull/8035)
61+
[`0cd6cc5`](https://github.com/graphql-hive/console/commit/0cd6cc5606e8cf3c952583feec956c8f024ee615)
62+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
63+
[GHSA-5wm8-gmm8-39j9](https://github.com/advisories/GHSA-5wm8-gmm8-39j9)
64+
65+
- [#8035](https://github.com/graphql-hive/console/pull/8035)
66+
[`0cd6cc5`](https://github.com/graphql-hive/console/commit/0cd6cc5606e8cf3c952583feec956c8f024ee615)
67+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
68+
[GHSA-q3j6-qgpj-74h6](https://github.com/advisories/GHSA-q3j6-qgpj-74h6)
69+
370
## 11.0.4
471

572
### Patch Changes

0 commit comments

Comments
 (0)