summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14263.misc1
-rw-r--r--changelog.d/14545.misc1
-rw-r--r--changelog.d/14546.misc1
-rw-r--r--changelog.d/14644.bugfix1
-rw-r--r--changelog.d/14665.misc1
-rw-r--r--changelog.d/14669.bugfix1
-rw-r--r--changelog.d/14672.misc1
-rw-r--r--changelog.d/14673.doc1
-rw-r--r--changelog.d/14674.doc1
-rw-r--r--changelog.d/14676.misc1
-rw-r--r--changelog.d/14680.misc1
-rw-r--r--changelog.d/14681.misc1
-rw-r--r--changelog.d/14685.misc1
-rw-r--r--changelog.d/14693.misc1
-rw-r--r--changelog.d/14694.misc1
-rw-r--r--changelog.d/14695.misc1
-rw-r--r--changelog.d/14696.misc1
-rw-r--r--changelog.d/14697.misc1
-rw-r--r--changelog.d/14698.misc1
-rw-r--r--changelog.d/14699.misc1
-rw-r--r--changelog.d/14700.misc1
-rw-r--r--changelog.d/14701.misc1
-rw-r--r--changelog.d/14702.misc1
-rw-r--r--changelog.d/14707.misc1
24 files changed, 24 insertions, 0 deletions
diff --git a/changelog.d/14263.misc b/changelog.d/14263.misc
new file mode 100644
index 0000000000..11d9446a4b
--- /dev/null
+++ b/changelog.d/14263.misc
@@ -0,0 +1 @@
+Improve performance of the `/hierarchy` endpoint.
diff --git a/changelog.d/14545.misc b/changelog.d/14545.misc
new file mode 100644
index 0000000000..60b6761a51
--- /dev/null
+++ b/changelog.d/14545.misc
@@ -0,0 +1 @@
+Faster remote room joins: stream the un-partial-stating of events over replication.
\ No newline at end of file
diff --git a/changelog.d/14546.misc b/changelog.d/14546.misc
new file mode 100644
index 0000000000..60b6761a51
--- /dev/null
+++ b/changelog.d/14546.misc
@@ -0,0 +1 @@
+Faster remote room joins: stream the un-partial-stating of events over replication.
\ No newline at end of file
diff --git a/changelog.d/14644.bugfix b/changelog.d/14644.bugfix
new file mode 100644
index 0000000000..711088bb7e
--- /dev/null
+++ b/changelog.d/14644.bugfix
@@ -0,0 +1 @@
+Fix the *MAU Limits* section of the Grafana dashboard relying on a specific `job` name for the workers of a Synapse deployment.
\ No newline at end of file
diff --git a/changelog.d/14665.misc b/changelog.d/14665.misc
new file mode 100644
index 0000000000..2b7c96143d
--- /dev/null
+++ b/changelog.d/14665.misc
@@ -0,0 +1 @@
+Change `handle_new_client_event` signature so that a 429 does not reach clients on `PartialStateConflictError`, and internally retry when needed instead.
diff --git a/changelog.d/14669.bugfix b/changelog.d/14669.bugfix
new file mode 100644
index 0000000000..bea316b065
--- /dev/null
+++ b/changelog.d/14669.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.70.0 which could cause spurious `UNIQUE constraint failed` errors in the `rotate_notifs` background job.
diff --git a/changelog.d/14672.misc b/changelog.d/14672.misc
new file mode 100644
index 0000000000..b94ebed971
--- /dev/null
+++ b/changelog.d/14672.misc
@@ -0,0 +1 @@
+Remove dependency on jQuery on reCAPTCHA page.
diff --git a/changelog.d/14673.doc b/changelog.d/14673.doc
new file mode 100644
index 0000000000..7baf5f7f38
--- /dev/null
+++ b/changelog.d/14673.doc
@@ -0,0 +1 @@
+Declare support for Python 3.11.
diff --git a/changelog.d/14674.doc b/changelog.d/14674.doc
new file mode 100644
index 0000000000..df21417819
--- /dev/null
+++ b/changelog.d/14674.doc
@@ -0,0 +1 @@
+Fix `target_memory_usage` being used in the description for the actual `cache_autotune` sub-option `target_cache_memory_usage`.
diff --git a/changelog.d/14676.misc b/changelog.d/14676.misc
new file mode 100644
index 0000000000..8a41df9c64
--- /dev/null
+++ b/changelog.d/14676.misc
@@ -0,0 +1 @@
+Faster joins: make `computer_state_after_events` consistent with other state-fetching functions that take a `StateFilter`.
diff --git a/changelog.d/14680.misc b/changelog.d/14680.misc
new file mode 100644
index 0000000000..d44571b731
--- /dev/null
+++ b/changelog.d/14680.misc
@@ -0,0 +1 @@
+Add missing type hints.
diff --git a/changelog.d/14681.misc b/changelog.d/14681.misc
new file mode 100644
index 0000000000..d44571b731
--- /dev/null
+++ b/changelog.d/14681.misc
@@ -0,0 +1 @@
+Add missing type hints.
diff --git a/changelog.d/14685.misc b/changelog.d/14685.misc
new file mode 100644
index 0000000000..3ba2270100
--- /dev/null
+++ b/changelog.d/14685.misc
@@ -0,0 +1 @@
+Improve type annotations for the helper methods on a `CachedFunction`.
\ No newline at end of file
diff --git a/changelog.d/14693.misc b/changelog.d/14693.misc
new file mode 100644
index 0000000000..86771f41b2
--- /dev/null
+++ b/changelog.d/14693.misc
@@ -0,0 +1 @@
+Bump JasonEtco/create-an-issue from 2.8.1 to 2.8.2.
diff --git a/changelog.d/14694.misc b/changelog.d/14694.misc
new file mode 100644
index 0000000000..146238d8c5
--- /dev/null
+++ b/changelog.d/14694.misc
@@ -0,0 +1 @@
+Bump anyhow from 1.0.66 to 1.0.68.
diff --git a/changelog.d/14695.misc b/changelog.d/14695.misc
new file mode 100644
index 0000000000..57e08498be
--- /dev/null
+++ b/changelog.d/14695.misc
@@ -0,0 +1 @@
+Bump blake2 from 0.10.5 to 0.10.6.
diff --git a/changelog.d/14696.misc b/changelog.d/14696.misc
new file mode 100644
index 0000000000..9849366b9f
--- /dev/null
+++ b/changelog.d/14696.misc
@@ -0,0 +1 @@
+Bump serde_json from 1.0.89 to 1.0.91.
diff --git a/changelog.d/14697.misc b/changelog.d/14697.misc
new file mode 100644
index 0000000000..514209fcc3
--- /dev/null
+++ b/changelog.d/14697.misc
@@ -0,0 +1 @@
+Bump serde from 1.0.150 to 1.0.151.
diff --git a/changelog.d/14698.misc b/changelog.d/14698.misc
new file mode 100644
index 0000000000..2e2072183e
--- /dev/null
+++ b/changelog.d/14698.misc
@@ -0,0 +1 @@
+Bump lxml from 4.9.1 to 4.9.2.
diff --git a/changelog.d/14699.misc b/changelog.d/14699.misc
new file mode 100644
index 0000000000..d73ef25634
--- /dev/null
+++ b/changelog.d/14699.misc
@@ -0,0 +1 @@
+Bump hiredis from 2.0.0 to 2.1.0.
diff --git a/changelog.d/14700.misc b/changelog.d/14700.misc
new file mode 100644
index 0000000000..253eb1721d
--- /dev/null
+++ b/changelog.d/14700.misc
@@ -0,0 +1 @@
+Bump types-jsonschema from 4.17.0.1 to 4.17.0.2.
diff --git a/changelog.d/14701.misc b/changelog.d/14701.misc
new file mode 100644
index 0000000000..05c89d5948
--- /dev/null
+++ b/changelog.d/14701.misc
@@ -0,0 +1 @@
+Bump sentry-sdk from 1.11.1 to 1.12.0.
diff --git a/changelog.d/14702.misc b/changelog.d/14702.misc
new file mode 100644
index 0000000000..17c0485f12
--- /dev/null
+++ b/changelog.d/14702.misc
@@ -0,0 +1 @@
+Bump types-setuptools from 65.6.0.1 to 65.6.0.2.
diff --git a/changelog.d/14707.misc b/changelog.d/14707.misc
new file mode 100644
index 0000000000..38f47a6f30
--- /dev/null
+++ b/changelog.d/14707.misc
@@ -0,0 +1 @@
+Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.
\ No newline at end of file