Skip to content

Commit dad07a4

Browse files
authored
Upcoming Release Changes (#8300)
1 parent 3dbda7d commit dad07a4

25 files changed

Lines changed: 113 additions & 64 deletions

.changeset/discord-webhook-alerts.md

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

.changeset/puny-roses-shine.md

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

.changeset/smtp-ignore-tls.md

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

.changeset/violet-kings-sell.md

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

.changeset/workflows-encryption-secret.md

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

deployment/CHANGELOG.md

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

3+
## 11.10.0
4+
5+
### Minor Changes
6+
7+
- [#8184](https://github.com/graphql-hive/console/pull/8184)
8+
[`4540184`](https://github.com/graphql-hive/console/commit/4540184353ce927d41296f75113a7bce334b28bb)
9+
Thanks [@ben-m-klein](https://github.com/ben-m-klein)! - Add Discord as a first-class alert
10+
channel with Discord webhook formatting for alert notifications.
11+
12+
### Patch Changes
13+
14+
- [#8301](https://github.com/graphql-hive/console/pull/8301)
15+
[`df4ba0c`](https://github.com/graphql-hive/console/commit/df4ba0c2896b3d6683493dd4e225f6b5dae4e195)
16+
Thanks [@overpod](https://github.com/overpod)! - Add `EMAIL_PROVIDER_SMTP_IGNORE_TLS` environment
17+
variable for the `smtp` email provider.
18+
19+
Set it to `1` to never use STARTTLS, even when the SMTP server advertises support for it. This
20+
allows sending emails through servers without working TLS support. The variable is opt-in and
21+
defaults to `0`, so existing deployments keep their current behaviour.
22+
23+
- [#8296](https://github.com/graphql-hive/console/pull/8296)
24+
[`e239df7`](https://github.com/graphql-hive/console/commit/e239df71d4981f4a4acda865dd19a79eaf91bbe4)
25+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - cleanup old unused database tables
26+
27+
- [#8305](https://github.com/graphql-hive/console/pull/8305)
28+
[`dee12d9`](https://github.com/graphql-hive/console/commit/dee12d9aa030ac3da5d6c87ea8d85bfc7276c3ab)
29+
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Add `ENCRYPTION_SECRET`
30+
environment variable to the `workflows` service.
31+
32+
The service needs it to decrypt the Slack token stored by the API service when it dispatches
33+
metric-alert notifications. Set it to the same value as `ENCRYPTION_SECRET` on the server and
34+
schema services, otherwise the token cannot be decrypted and Slack notifications fail.
35+
36+
The variable is optional, so existing deployments keep booting after an upgrade. When it is not
37+
set the service starts normally and every other task keeps running, but Slack metric-alert
38+
notifications are skipped.
39+
340
## 11.9.0
441

542
### 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.9.0",
3+
"version": "11.10.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/apollo
22

3+
## 0.48.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3dbda7d`](https://github.com/graphql-hive/console/commit/3dbda7dbe895173578cc4c452a85ef6c2ce07383)]:
9+
- @graphql-hive/core@0.22.1
10+
311
## 0.48.2
412

513
### Patch Changes

packages/libraries/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/apollo",
3-
"version": "0.48.2",
3+
"version": "0.48.3",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.48.2';
1+
export const version = '0.48.3';

0 commit comments

Comments
 (0)