Skip to content

Commit af33d81

Browse files
authored
chore(release): update monorepo packages versions
1 parent e7e26b6 commit af33d81

13 files changed

Lines changed: 117 additions & 99 deletions

.changeset/bright-cats-check.md

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

.changeset/itchy-otters-lead.md

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

.changeset/jolly-chefs-behave.md

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

.changeset/large-pets-pay.md

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

.changeset/late-bats-study.md

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

.changeset/nine-cows-create.md

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

.changeset/petite-geckos-type.md

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

.changeset/twenty-buttons-fly.md

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

deployment/CHANGELOG.md

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

3+
## 11.7.0
4+
5+
### Minor Changes
6+
7+
- [#8079](https://github.com/graphql-hive/console/pull/8079)
8+
[`2b6d22f`](https://github.com/graphql-hive/console/commit/2b6d22f5d36c46e9bdc2425451fc96c5d42a0dbb)
9+
Thanks [@mish-elle](https://github.com/mish-elle)! - Added opt-in AWS IAM authentication for S3
10+
connections. When IAM is enabled, services authenticate to S3 using short-lived SigV4 pre-signed
11+
tokens instead of static passwords, since S3 connections are HTTP requests a new token will be
12+
generate for each call.
13+
14+
### New environment variables
15+
16+
| Variable | Service | Description |
17+
| ----------------------------------- | ------- | --------------------------------------------------------- |
18+
| `S3_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3. |
19+
| `S3_MIRROR_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Mirror. |
20+
| `S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Audit Log. |
21+
22+
### To enable
23+
24+
- `S3_*_AWS_IAM_AUTH_ENABLED=1`.
25+
- `S3_BUCKET_NAME` set to the AWS S3 bucket.
26+
- `S3_ENDPOINT` set with the S3 endpoint with the AWS Region (i.e.
27+
https://s3.us-east-1.amazonaws.com)
28+
29+
When `CDN_API=1` is set on the server, the CDN artifact handler also uses IAM-authenticated S3
30+
clients. Adds support for S3 Audit Logs exported to AWS S3.
31+
32+
- [#8230](https://github.com/graphql-hive/console/pull/8230)
33+
[`e7e26b6`](https://github.com/graphql-hive/console/commit/e7e26b6e6c2260cd60c09a56435742139ea73a77)
34+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support retries for deleting a schema in case the
35+
registry is busy and locked.
36+
37+
### Patch Changes
38+
39+
- [#8226](https://github.com/graphql-hive/console/pull/8226)
40+
[`c0873ac`](https://github.com/graphql-hive/console/commit/c0873ac45dfc893e7dd12115902bc7cdb2878419)
41+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Clarify successful GitHub schema checks by
42+
annotating breaking changes that are safe based on usage or approved.
43+
44+
- [#8232](https://github.com/graphql-hive/console/pull/8232)
45+
[`78f4ed4`](https://github.com/graphql-hive/console/commit/78f4ed4d0fcef0dcf9a89b3a80a2ca1cd3d2e1e6)
46+
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric Alerts: enhance Grafana
47+
with additional panels for tracking filtered vs unfiltered rule and group population and attaches
48+
additional data to evaluate-group span
49+
50+
- [#8235](https://github.com/graphql-hive/console/pull/8235)
51+
[`91f971f`](https://github.com/graphql-hive/console/commit/91f971f8f0c51b6960f4b1d484cfbf87e037a8d4)
52+
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric Alerts optimization:
53+
Creates a new daily ClickHouse rollup and routes long-windowed rules/groups
54+
55+
- [#8243](https://github.com/graphql-hive/console/pull/8243)
56+
[`883d183`](https://github.com/graphql-hive/console/commit/883d183b68ad3100e3db9b5c5e3bcbbb7c5ee090)
57+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix unexpected exception that could be raised when
58+
promoting a schema version within a monolithic project.
59+
60+
- [#8237](https://github.com/graphql-hive/console/pull/8237)
61+
[`68361c9`](https://github.com/graphql-hive/console/commit/68361c948180cf461aea4d04e1607407a8043344)
62+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerabilities
63+
[GHSA-gcfj-64vw-6mp9](https://github.com/advisories/GHSA-gcfj-64vw-6mp9),
64+
[GHSA-hcpx-6fm6-wx23](https://github.com/advisories/GHSA-hcpx-6fm6-wx23),
65+
[GHSA-f4gw-2p7v-4548](https://github.com/advisories/GHSA-f4gw-2p7v-4548),
66+
[GHSA-mwf2-3pr3-8698](https://github.com/advisories/GHSA-mwf2-3pr3-8698),
67+
[GHSA-xj6q-8x83-jv6g](https://github.com/advisories/GHSA-xj6q-8x83-jv6g), and
68+
[GHSA-j3f2-48v5-ccww](https://github.com/advisories/GHSA-j3f2-48v5-ccww).
69+
70+
- [#8244](https://github.com/graphql-hive/console/pull/8244)
71+
[`7a99575`](https://github.com/graphql-hive/console/commit/7a9957504492bc414f363b973763e65a56bc4099)
72+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support composing directive argument default values
73+
within the native composition.
74+
75+
```graphql
76+
extend schema
77+
@link(url: "https://specs.apollo.dev/federation/v2.5", import: ["@key", "@composeDirective"])
78+
@link(url: "https://myspecs.dev/access/v1.0", import: ["@access"])
79+
@composeDirective(name: "@access")
80+
81+
directive @access(scope: Scope! = PUBLIC) on FIELD_DEFINITION
82+
83+
enum Scope {
84+
PUBLIC
85+
PRIVATE
86+
}
87+
88+
type Query {
89+
hello: String @access
90+
}
91+
```
92+
93+
Previously, the `PUBLIC` default value in the above example would not be set in the composed
94+
result.
95+
396
## 11.6.0
497

598
### Minor 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": "11.6.0",
3+
"version": "11.7.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)