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/10776.feature1
-rw-r--r--changelog.d/10777.misc1
-rw-r--r--changelog.d/10785.misc1
-rw-r--r--changelog.d/10810.bugfix1
-rw-r--r--changelog.d/10812.misc1
-rw-r--r--changelog.d/10815.misc1
-rw-r--r--changelog.d/10816.misc1
-rw-r--r--changelog.d/10817.misc1
-rw-r--r--changelog.d/10823.misc1
-rw-r--r--changelog.d/10834.misc1
10 files changed, 10 insertions, 0 deletions
diff --git a/changelog.d/10776.feature b/changelog.d/10776.feature
new file mode 100644

index 0000000000..aec0685a3d --- /dev/null +++ b/changelog.d/10776.feature
@@ -0,0 +1 @@ +Only allow the [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send?chunk_id=xxx` endpoint to connect to an already existing insertion event. diff --git a/changelog.d/10777.misc b/changelog.d/10777.misc new file mode 100644
index 0000000000..aed78a16f5 --- /dev/null +++ b/changelog.d/10777.misc
@@ -0,0 +1 @@ +Split out [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) meta events to their own fields in the `/batch_send` response. diff --git a/changelog.d/10785.misc b/changelog.d/10785.misc new file mode 100644
index 0000000000..39a37b90b1 --- /dev/null +++ b/changelog.d/10785.misc
@@ -0,0 +1 @@ +Add missing type hints to REST servlets. diff --git a/changelog.d/10810.bugfix b/changelog.d/10810.bugfix new file mode 100644
index 0000000000..43e91f1f51 --- /dev/null +++ b/changelog.d/10810.bugfix
@@ -0,0 +1 @@ +Fix a case where logging contexts would go missing when federation requests time out. diff --git a/changelog.d/10812.misc b/changelog.d/10812.misc new file mode 100644
index 0000000000..586a0b3a96 --- /dev/null +++ b/changelog.d/10812.misc
@@ -0,0 +1 @@ +Use direct references to config flags. diff --git a/changelog.d/10815.misc b/changelog.d/10815.misc new file mode 100644
index 0000000000..fc2534dc14 --- /dev/null +++ b/changelog.d/10815.misc
@@ -0,0 +1 @@ +Specify the type of token in generic "Invalid token" error messages. \ No newline at end of file diff --git a/changelog.d/10816.misc b/changelog.d/10816.misc new file mode 100644
index 0000000000..2ca55b334a --- /dev/null +++ b/changelog.d/10816.misc
@@ -0,0 +1 @@ +Make `StateFilter` frozen so it is hashable. diff --git a/changelog.d/10817.misc b/changelog.d/10817.misc new file mode 100644
index 0000000000..39a37b90b1 --- /dev/null +++ b/changelog.d/10817.misc
@@ -0,0 +1 @@ +Add missing type hints to REST servlets. diff --git a/changelog.d/10823.misc b/changelog.d/10823.misc new file mode 100644
index 0000000000..0532969900 --- /dev/null +++ b/changelog.d/10823.misc
@@ -0,0 +1 @@ +Add type hints to the state database. diff --git a/changelog.d/10834.misc b/changelog.d/10834.misc new file mode 100644
index 0000000000..037695e6e9 --- /dev/null +++ b/changelog.d/10834.misc
@@ -0,0 +1 @@ +Factor out PNG image data to a constant to be used in several tests.