Skip to content

Commit 02d53a8

Browse files
authored
chore(release): update monorepo packages versions
1 parent 82f0470 commit 02d53a8

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

.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.

deployment/CHANGELOG.md

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

3+
## 11.9.1
4+
5+
### Patch Changes
6+
7+
- [#8301](https://github.com/graphql-hive/console/pull/8301)
8+
[`df4ba0c`](https://github.com/graphql-hive/console/commit/df4ba0c2896b3d6683493dd4e225f6b5dae4e195)
9+
Thanks [@overpod](https://github.com/overpod)! - Add `EMAIL_PROVIDER_SMTP_IGNORE_TLS` environment
10+
variable for the `smtp` email provider.
11+
12+
Set it to `1` to never use STARTTLS, even when the SMTP server advertises support for it. This
13+
allows sending emails through servers without working TLS support. The variable is opt-in and
14+
defaults to `0`, so existing deployments keep their current behaviour.
15+
16+
- [#8296](https://github.com/graphql-hive/console/pull/8296)
17+
[`e239df7`](https://github.com/graphql-hive/console/commit/e239df71d4981f4a4acda865dd19a79eaf91bbe4)
18+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - cleanup old unused database tables
19+
320
## 11.9.0
421

522
### 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.9.1",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)