Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.rst 55.99 KiB

Changes in synapse v0.18.4-rc1 (2016-11-14)

Changes:

  • Various database efficiency improvements (PR #1188, #1192)
  • Update default config to blacklist more internal IPs, thanks to Euan Kemp (PR #1198)
  • Allow specifying duration in minutes in config, thanks to Daniel Dent (PR #1625)

Bug fixes:

  • Fix media repo to set CORs headers on responses (PR #1190)
  • Fix registration to not error on non-ascii passwords (PR #1191)
  • Fix create event code to limit the number of prev_events (PR #1615)
  • Fix bug in transaction ID deduplication (PR #1624)

Changes in synapse v0.18.3 (2016-11-08)

SECURITY UPDATE

Explicitly require authentication when using LDAP3. This is the default on versions of ldap3 above 1.0, but some distributions will package an older version.

If you are using LDAP3 login and have a version of ldap3 older than 1.0 it is CRITICAL to updgrade.

Changes in synapse v0.18.2 (2016-11-01)

No changes since v0.18.2-rc5

Changes in synapse v0.18.2-rc5 (2016-10-28)

Bug fixes:

  • Fix prometheus process metrics in worker processes (PR #1184)

Changes in synapse v0.18.2-rc4 (2016-10-27)