Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 463d5a8

Browse files
committed
1.1.0rc2
1 parent 91753ca commit 463d5a8

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Synapse 1.1.0rc2 (2019-07-03)
2+
=============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix regression in 1.1rc1 where OPTIONS requests to the media repo would fail. ([\#5593](https://github.com/matrix-org/synapse/issues/5593))
8+
- Removed the `SYNAPSE_SMTP_*` docker container environment variables. Using these environment variables prevented the docker container from starting in Synapse v1.0, even though they didn't actually allow any functionality anyway. Users are advised to remove `SYNAPSE_SMTP_HOST`, `SYNAPSE_SMTP_PORT`, `SYNAPSE_SMTP_USER`, `SYNAPSE_SMTP_PASSWORD` and `SYNAPSE_SMTP_FROM` environment variables from their docker run commands. ([\#5596](https://github.com/matrix-org/synapse/issues/5596))
9+
- Fix a number of "Starting txn from sentinel context" warnings. ([\#5605](https://github.com/matrix-org/synapse/issues/5605))
10+
11+
12+
Internal Changes
13+
----------------
14+
15+
- Update github templates. ([\#5552](https://github.com/matrix-org/synapse/issues/5552))
16+
17+
118
Synapse 1.1.0rc1 (2019-07-02)
219
=============================
320

changelog.d/5552.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5593.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5596.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5605.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
except ImportError:
3636
pass
3737

38-
__version__ = "1.1.0rc1"
38+
__version__ = "1.1.0rc2"

0 commit comments

Comments
 (0)