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

Commit

Permalink
0.99.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Feb 1, 2019
1 parent fa79498 commit 30fd2f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Synapse 0.99.0rc4 (2019-02-01)
==============================

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

- Update federation routing logic to check .well-known before SRV ([\#4539](https://github.com/matrix-org/synapse/issues/4539))
- Improve performance of handling servers with invalid .well-known ([\#4542](https://github.com/matrix-org/synapse/issues/4542))
- Treat an invalid .well-known file the same as an absent one ([\#4544](https://github.com/matrix-org/synapse/issues/4544))


Synapse 0.99.0rc3 (2019-01-31)
==============================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4542.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4544.misc

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 @@ -27,4 +27,4 @@
except ImportError:
pass

__version__ = "0.99.0rc3"
__version__ = "0.99.0rc4"

0 comments on commit 30fd2f8

Please sign in to comment.