changelog

This commit is contained in:
Amber Brown 2018-07-05 20:46:40 +10:00
parent be8b32dbc2
commit 89690aaaeb
29 changed files with 47 additions and 19 deletions

View file

@ -1 +0,0 @@
Remove was_forgotten_at

View file

@ -1 +0,0 @@
Strip access_token from outgoing requests

View file

View file

@ -1 +0,0 @@
Cache factor override system for specific caches

View file

@ -1 +0,0 @@
``doc/postgres.rst``: fix display of the last command block. Thanks to @ArchangeGabriel!

View file

View file

@ -1 +0,0 @@
Add metrics to track appservice transactions

View file

View file

View file

@ -1 +0,0 @@
Redact AS tokens in logs

View file

@ -1 +0,0 @@
Fix federation backfill from SQLite servers

View file

View file

@ -1 +0,0 @@
Fix event-purge-by-ts admin API

View file

@ -1 +0,0 @@
Fix event filtering in get_missing_events handler

View file

@ -1 +0,0 @@
Try to log more helpful info when a sig verification fails

View file

@ -1 +0,0 @@
Reinstate lost run_on_reactor in unit tests

View file

View file

View file

@ -1 +0,0 @@
Synapse is now stricter regarding accepting events which it cannot retrieve the prev_events for.

View file

@ -1 +0,0 @@
Synapse now uses the best performing JSON encoder/decoder according to your runtime (simplejson on CPython, stdlib json on PyPy).

View file

@ -1 +0,0 @@
Add optional ip_range_whitelist param to AS registration files to lock AS IP access

View file

View file

@ -1 +0,0 @@
Fix bug where synapse would explode when receiving unicode in HTTP User-Agent header

View file

@ -1 +0,0 @@
Invalidate cache on correct thread to avoid race

View file

View file

@ -1 +0,0 @@
Reject invalid server names in federation requests

View file

@ -1 +0,0 @@
Reject invalid server names in homeserver.yaml

View file

@ -1 +0,0 @@
Add blacklist & whitelist of servers allowed to send events to a room via ``m.room.server_acl`` event.