Merge tag 'v1.14.0rc2' into develop
Synapse 1.14.0rc2 (2020-05-27) ============================== Bugfixes -------- - Fix cache config to not apply cache factor to event cache. Regression in v1.14.0rc1. ([\#7578](https://github.com/matrix-org/synapse/issues/7578)) - Fix bug where `ReplicationStreamer` was not always started when replication was enabled. Bug introduced in v1.14.0rc1. ([\#7579](https://github.com/matrix-org/synapse/issues/7579)) - Fix specifying individual cache factors for caches with special characters in their name. Regression in v1.14.0rc1. ([\#7580](https://github.com/matrix-org/synapse/issues/7580)) Improved Documentation ---------------------- - Fix the OIDC `client_auth_method` value in the sample config. ([\#7581](https://github.com/matrix-org/synapse/issues/7581))
Showing
- CHANGES.md 17 additions, 0 deletionsCHANGES.md
- docs/sample_config.yaml 7 additions, 1 deletiondocs/sample_config.yaml
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/config/cache.py 39 additions, 5 deletionssynapse/config/cache.py
- synapse/config/oidc_config.py 1 addition, 1 deletionsynapse/config/oidc_config.py
- synapse/replication/tcp/handler.py 3 additions, 0 deletionssynapse/replication/tcp/handler.py
- synapse/util/caches/lrucache.py 4 additions, 0 deletionssynapse/util/caches/lrucache.py
- tests/config/test_cache.py 44 additions, 0 deletionstests/config/test_cache.py
Loading
Please register or sign in to comment