|
1 | 1 | # hive |
2 | 2 |
|
| 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 | + |
3 | 40 | ## 11.9.0 |
4 | 41 |
|
5 | 42 | ### Minor Changes |
|
0 commit comments