diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-06-25 14:42:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 14:42:27 +0100 |
commit | 36cb5706417a75b8d1044422705820b9295d5639 (patch) | |
tree | fc9d37420a219a5430d969f912c411bd624d9c0e /changelog.d | |
parent | Merge pull request #3441 from matrix-org/erikj/redo_erasure (diff) | |
download | synapse-36cb5706417a75b8d1044422705820b9295d5639.tar.xz |
Use towncrier to build the changelog (#3425)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3324.removal | 1 | ||||
-rw-r--r-- | changelog.d/3327.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3332.misc | 0 | ||||
-rw-r--r-- | changelog.d/3334.feature | 1 | ||||
-rw-r--r-- | changelog.d/3340.doc | 1 | ||||
-rw-r--r-- | changelog.d/3341.misc | 0 | ||||
-rw-r--r-- | changelog.d/3344.feature | 1 | ||||
-rw-r--r-- | changelog.d/3347.misc | 0 | ||||
-rw-r--r-- | changelog.d/3348.misc | 0 | ||||
-rw-r--r-- | changelog.d/3349.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3355.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3356.misc | 0 | ||||
-rw-r--r-- | changelog.d/3363.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3371.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3372.feature | 1 |
15 files changed, 10 insertions, 0 deletions
diff --git a/changelog.d/3324.removal b/changelog.d/3324.removal new file mode 100644 index 0000000000..11dc6a3d74 --- /dev/null +++ b/changelog.d/3324.removal @@ -0,0 +1 @@ +Remove was_forgotten_at diff --git a/changelog.d/3327.bugfix b/changelog.d/3327.bugfix new file mode 100644 index 0000000000..97e8c0a990 --- /dev/null +++ b/changelog.d/3327.bugfix @@ -0,0 +1 @@ +Strip access_token from outgoing requests diff --git a/changelog.d/3332.misc b/changelog.d/3332.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3332.misc diff --git a/changelog.d/3334.feature b/changelog.d/3334.feature new file mode 100644 index 0000000000..71c98f7262 --- /dev/null +++ b/changelog.d/3334.feature @@ -0,0 +1 @@ +Cache factor override system for specific caches \ No newline at end of file diff --git a/changelog.d/3340.doc b/changelog.d/3340.doc new file mode 100644 index 0000000000..8395564ec7 --- /dev/null +++ b/changelog.d/3340.doc @@ -0,0 +1 @@ +``doc/postgres.rst``: fix display of the last command block. Thanks to @ArchangeGabriel! diff --git a/changelog.d/3341.misc b/changelog.d/3341.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3341.misc diff --git a/changelog.d/3344.feature b/changelog.d/3344.feature new file mode 100644 index 0000000000..ab2e4fcef4 --- /dev/null +++ b/changelog.d/3344.feature @@ -0,0 +1 @@ +Add metrics to track appservice transactions diff --git a/changelog.d/3347.misc b/changelog.d/3347.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3347.misc diff --git a/changelog.d/3348.misc b/changelog.d/3348.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3348.misc diff --git a/changelog.d/3349.bugfix b/changelog.d/3349.bugfix new file mode 100644 index 0000000000..aa45bab3ba --- /dev/null +++ b/changelog.d/3349.bugfix @@ -0,0 +1 @@ +Redact AS tokens in logs diff --git a/changelog.d/3355.bugfix b/changelog.d/3355.bugfix new file mode 100644 index 0000000000..80105a0e95 --- /dev/null +++ b/changelog.d/3355.bugfix @@ -0,0 +1 @@ +Fix federation backfill from SQLite servers diff --git a/changelog.d/3356.misc b/changelog.d/3356.misc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changelog.d/3356.misc diff --git a/changelog.d/3363.bugfix b/changelog.d/3363.bugfix new file mode 100644 index 0000000000..d8895195c2 --- /dev/null +++ b/changelog.d/3363.bugfix @@ -0,0 +1 @@ +Fix event-purge-by-ts admin API diff --git a/changelog.d/3371.bugfix b/changelog.d/3371.bugfix new file mode 100644 index 0000000000..553f2b126e --- /dev/null +++ b/changelog.d/3371.bugfix @@ -0,0 +1 @@ +Fix event filtering in get_missing_events handler diff --git a/changelog.d/3372.feature b/changelog.d/3372.feature new file mode 100644 index 0000000000..7f58f3ccac --- /dev/null +++ b/changelog.d/3372.feature @@ -0,0 +1 @@ +Try to log more helpful info when a sig verification fails |