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/10428.removal1
-rw-r--r--changelog.d/15464.bugfix1
-rw-r--r--changelog.d/15537.misc1
-rw-r--r--changelog.d/15599.bugfix1
-rw-r--r--changelog.d/15601.bugfix1
-rw-r--r--changelog.d/15602.misc1
-rw-r--r--changelog.d/15604.misc1
-rw-r--r--changelog.d/15606.misc1
-rw-r--r--changelog.d/15607.bugfix1
-rw-r--r--changelog.d/15610.misc1
-rw-r--r--changelog.d/15611.feature1
-rw-r--r--changelog.d/15613.doc1
-rw-r--r--changelog.d/15614.bugfix1
-rw-r--r--changelog.d/15615.misc1
-rw-r--r--changelog.d/15620.misc1
-rw-r--r--changelog.d/15621.misc1
-rw-r--r--changelog.d/15624.bugfix1
-rw-r--r--changelog.d/15625.misc1
-rw-r--r--changelog.d/15626.misc1
-rw-r--r--changelog.d/15630.misc1
-rw-r--r--changelog.d/15633.misc1
-rw-r--r--changelog.d/15636.misc1
-rw-r--r--changelog.d/15639.misc1
-rw-r--r--changelog.d/15640.misc1
-rw-r--r--changelog.d/15641.misc1
-rw-r--r--changelog.d/15642.misc1
-rw-r--r--changelog.d/15643.misc1
-rw-r--r--changelog.d/15646.misc1
-rw-r--r--changelog.d/15648.doc1
-rw-r--r--changelog.d/15651.misc1
30 files changed, 30 insertions, 0 deletions
diff --git a/changelog.d/10428.removal b/changelog.d/10428.removal
new file mode 100644
index 0000000000..c056e89585
--- /dev/null
+++ b/changelog.d/10428.removal
@@ -0,0 +1 @@
+Remove the old version of the R30 (30-day retained users) phone-home metric.
diff --git a/changelog.d/15464.bugfix b/changelog.d/15464.bugfix
new file mode 100644
index 0000000000..3c655989b3
--- /dev/null
+++ b/changelog.d/15464.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where setting the read marker could fail when using message retention. Contributed by Nick @ Beeper (@fizzadar).
diff --git a/changelog.d/15537.misc b/changelog.d/15537.misc
new file mode 100644
index 0000000000..979e0ba977
--- /dev/null
+++ b/changelog.d/15537.misc
@@ -0,0 +1 @@
+Add not null constraint to column full_user_id of tables profiles and user_filters.
diff --git a/changelog.d/15599.bugfix b/changelog.d/15599.bugfix
new file mode 100644
index 0000000000..b58af8ad55
--- /dev/null
+++ b/changelog.d/15599.bugfix
@@ -0,0 +1 @@
+Print full error and stack-trace of any exception that occurs during startup/initialization.
diff --git a/changelog.d/15601.bugfix b/changelog.d/15601.bugfix
new file mode 100644
index 0000000000..426db6cea3
--- /dev/null
+++ b/changelog.d/15601.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the `url_preview_url_blacklist` configuration setting was not applied to oEmbed or image URLs found while previewing a URL.
diff --git a/changelog.d/15602.misc b/changelog.d/15602.misc
new file mode 100644
index 0000000000..cdd0c039bd
--- /dev/null
+++ b/changelog.d/15602.misc
@@ -0,0 +1 @@
+Run mypy type checking with the minimum supported Python version to catch new usage that isn't backwards-compatible.
diff --git a/changelog.d/15604.misc b/changelog.d/15604.misc
new file mode 100644
index 0000000000..92d1d600bc
--- /dev/null
+++ b/changelog.d/15604.misc
@@ -0,0 +1 @@
+Fix subscriptable type usage in Python <3.9.
diff --git a/changelog.d/15606.misc b/changelog.d/15606.misc
new file mode 100644
index 0000000000..568c0d3fc5
--- /dev/null
+++ b/changelog.d/15606.misc
@@ -0,0 +1 @@
+Update internal terminology.
diff --git a/changelog.d/15607.bugfix b/changelog.d/15607.bugfix
new file mode 100644
index 0000000000..a2767adbe2
--- /dev/null
+++ b/changelog.d/15607.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where filters with multiple backslashes were rejected.
diff --git a/changelog.d/15610.misc b/changelog.d/15610.misc
new file mode 100644
index 0000000000..2eff30f6e3
--- /dev/null
+++ b/changelog.d/15610.misc
@@ -0,0 +1 @@
+Instrument `state` and `state_group` storage-related operations to better picture what's happening when tracing.
diff --git a/changelog.d/15611.feature b/changelog.d/15611.feature
new file mode 100644
index 0000000000..7cfb46fd0a
--- /dev/null
+++ b/changelog.d/15611.feature
@@ -0,0 +1 @@
+Add a new admin API to create a new device for a user.
diff --git a/changelog.d/15613.doc b/changelog.d/15613.doc
new file mode 100644
index 0000000000..94733facf0
--- /dev/null
+++ b/changelog.d/15613.doc
@@ -0,0 +1 @@
+Warn users that at least 3.75GB of space is needed for the nix Synapse development environment.
diff --git a/changelog.d/15614.bugfix b/changelog.d/15614.bugfix
new file mode 100644
index 0000000000..b523ae6eb1
--- /dev/null
+++ b/changelog.d/15614.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.82.0 where the error message displayed when validation of the `app_service_config_files` config option fails would be incorrectly formatted.
diff --git a/changelog.d/15615.misc b/changelog.d/15615.misc
new file mode 100644
index 0000000000..a39fd0a098
--- /dev/null
+++ b/changelog.d/15615.misc
@@ -0,0 +1 @@
+Re-type config paths in `ConfigError`s to be `StrSequence`s instead of `Iterable[str]`s.
diff --git a/changelog.d/15620.misc b/changelog.d/15620.misc
new file mode 100644
index 0000000000..568c0d3fc5
--- /dev/null
+++ b/changelog.d/15620.misc
@@ -0,0 +1 @@
+Update internal terminology.
diff --git a/changelog.d/15621.misc b/changelog.d/15621.misc
new file mode 100644
index 0000000000..5d060f4dbc
--- /dev/null
+++ b/changelog.d/15621.misc
@@ -0,0 +1 @@
+Update Mutual Rooms (MSC2666) implementation to match new proposal text.
\ No newline at end of file
diff --git a/changelog.d/15624.bugfix b/changelog.d/15624.bugfix
new file mode 100644
index 0000000000..fde515ba62
--- /dev/null
+++ b/changelog.d/15624.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where deactivated users were still able to login using the custom `org.matrix.login.jwt` login type (if enabled).
diff --git a/changelog.d/15625.misc b/changelog.d/15625.misc
new file mode 100644
index 0000000000..7ea8cc9433
--- /dev/null
+++ b/changelog.d/15625.misc
@@ -0,0 +1 @@
+Remove the unstable identifiers from faster joins ([MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706).
diff --git a/changelog.d/15626.misc b/changelog.d/15626.misc
new file mode 100644
index 0000000000..0016cdbf10
--- /dev/null
+++ b/changelog.d/15626.misc
@@ -0,0 +1 @@
+Fix the olddeps CI.
diff --git a/changelog.d/15630.misc b/changelog.d/15630.misc
new file mode 100644
index 0000000000..a30304bfd6
--- /dev/null
+++ b/changelog.d/15630.misc
@@ -0,0 +1 @@
+Fix two memory leaks in `trial` test runs.
diff --git a/changelog.d/15633.misc b/changelog.d/15633.misc
new file mode 100644
index 0000000000..4126a20602
--- /dev/null
+++ b/changelog.d/15633.misc
@@ -0,0 +1 @@
+Trace how many new events from the backfill response we need to process.
diff --git a/changelog.d/15636.misc b/changelog.d/15636.misc
new file mode 100644
index 0000000000..82329c5e43
--- /dev/null
+++ b/changelog.d/15636.misc
@@ -0,0 +1 @@
+Remove duplicate timestamp from test logs (`_trial_temp/test.log`).
diff --git a/changelog.d/15639.misc b/changelog.d/15639.misc
new file mode 100644
index 0000000000..92230e206f
--- /dev/null
+++ b/changelog.d/15639.misc
@@ -0,0 +1 @@
+Bump types-setuptools from 67.7.0.2 to 67.8.0.0.
diff --git a/changelog.d/15640.misc b/changelog.d/15640.misc
new file mode 100644
index 0000000000..4c2a3dbc52
--- /dev/null
+++ b/changelog.d/15640.misc
@@ -0,0 +1 @@
+Bump types-pillow from 9.5.0.2 to 9.5.0.4.
diff --git a/changelog.d/15641.misc b/changelog.d/15641.misc
new file mode 100644
index 0000000000..a85d85c58e
--- /dev/null
+++ b/changelog.d/15641.misc
@@ -0,0 +1 @@
+Bump sphinx from 6.1.3 to 6.2.1.
diff --git a/changelog.d/15642.misc b/changelog.d/15642.misc
new file mode 100644
index 0000000000..5d6125140d
--- /dev/null
+++ b/changelog.d/15642.misc
@@ -0,0 +1 @@
+Bump furo from 2023.3.27 to 2023.5.20.
diff --git a/changelog.d/15643.misc b/changelog.d/15643.misc
new file mode 100644
index 0000000000..5bd2e74071
--- /dev/null
+++ b/changelog.d/15643.misc
@@ -0,0 +1 @@
+Bump pygithub from 1.58.1 to 1.58.2.
diff --git a/changelog.d/15646.misc b/changelog.d/15646.misc
new file mode 100644
index 0000000000..872afe30b8
--- /dev/null
+++ b/changelog.d/15646.misc
@@ -0,0 +1 @@
+Limit the size of the `HomeServerConfig` cache in trial test runs.
diff --git a/changelog.d/15648.doc b/changelog.d/15648.doc
new file mode 100644
index 0000000000..70f65ebbff
--- /dev/null
+++ b/changelog.d/15648.doc
@@ -0,0 +1 @@
+Remove outdated comment from the generated and sample homeserver log configs.
\ No newline at end of file
diff --git a/changelog.d/15651.misc b/changelog.d/15651.misc
new file mode 100644
index 0000000000..4d7c0248b2
--- /dev/null
+++ b/changelog.d/15651.misc
@@ -0,0 +1 @@
+Bump requests from 2.28.2 to 2.31.0.