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

Commit

Permalink
1.1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jul 3, 2019
1 parent 91753ca commit 463d5a8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Synapse 1.1.0rc2 (2019-07-03)
=============================

Bugfixes
--------

- Fix regression in 1.1rc1 where OPTIONS requests to the media repo would fail. ([\#5593](https://github.com/matrix-org/synapse/issues/5593))
- 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))
- Fix a number of "Starting txn from sentinel context" warnings. ([\#5605](https://github.com/matrix-org/synapse/issues/5605))


Internal Changes
----------------

- Update github templates. ([\#5552](https://github.com/matrix-org/synapse/issues/5552))


Synapse 1.1.0rc1 (2019-07-02)
=============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/5552.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5593.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5596.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5605.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
except ImportError:
pass

__version__ = "1.1.0rc1"
__version__ = "1.1.0rc2"

0 comments on commit 463d5a8

Please sign in to comment.