Convert unstable changelog to towncrier
This commit is contained in:
parent
9277e4c52d
commit
ee9abc5fd7
28 changed files with 29 additions and 70 deletions
|
@ -1,73 +1,3 @@
|
||||||
Unreleased changes
|
|
||||||
==================
|
|
||||||
|
|
||||||
- Changes to the API which will be backwards-compatible for clients:
|
|
||||||
|
|
||||||
- New endpoints:
|
|
||||||
|
|
||||||
- ``POST /user_directory/search``
|
|
||||||
(`#1096 <https://github.com/matrix-org/matrix-doc/pull/1096>`_).
|
|
||||||
- ``GET /rooms/{roomId}/event/{eventId}``
|
|
||||||
(`#1110 <https://github.com/matrix-org/matrix-doc/pull/1110>`_).
|
|
||||||
- ``POST /delete_devices``
|
|
||||||
(`#1239 <https://github.com/matrix-org/matrix-doc/pull/1239>`_).
|
|
||||||
|
|
||||||
- Sticker messages:
|
|
||||||
- Add sticker message event definition.
|
|
||||||
(`#1158 <https://github.com/matrix-org/matrix-doc/pull/1158>`_).
|
|
||||||
- Document the ``server_name`` parameter on ``/join/{roomIdOrAlias}``
|
|
||||||
(`#1364 <https://github.com/matrix-org/matrix-doc/pull/1364>`_).
|
|
||||||
- Add 'token' parameter to /keys/query endpoint
|
|
||||||
(`#1104 <https://github.com/matrix-org/matrix-doc/pull/1104>`_).
|
|
||||||
- Add the room visibility options for the room directory
|
|
||||||
(`#1141 <https://github.com/matrix-org/matrix-doc/pull/1141>`_).
|
|
||||||
- Add spec for ignoring users
|
|
||||||
(`#1142 <https://github.com/matrix-org/matrix-doc/pull/1142>`_).
|
|
||||||
- Add the ``/register/available`` endpoint for username availability
|
|
||||||
(`#1151 <https://github.com/matrix-org/matrix-doc/pull/1151>`_).
|
|
||||||
- Add ``allow_remote`` to the content repo to avoid routing loops
|
|
||||||
(`#1265 <https://github.com/matrix-org/matrix-doc/pull/1265>`_).
|
|
||||||
- Add report content API
|
|
||||||
(`#1264 <https://github.com/matrix-org/matrix-doc/pull/1264>`_).
|
|
||||||
- Document ``/logout/all`` endpoint
|
|
||||||
(`#1263 <https://github.com/matrix-org/matrix-doc/pull/1263>`_).
|
|
||||||
- Document `highlights` field in /search response
|
|
||||||
(`#1274 <https://github.com/matrix-org/matrix-doc/pull/1274>`_).
|
|
||||||
- Document the GET version of ``/login``
|
|
||||||
(`#1361 <https://github.com/matrix-org/matrix-doc/pull/1361>`_).
|
|
||||||
|
|
||||||
- Spec clarifications:
|
|
||||||
|
|
||||||
- Update ``ImageInfo`` and ``ThumbnailInfo`` dimension schema descriptions
|
|
||||||
to clarify that they relate to intended display size, as opposed to the
|
|
||||||
intrinsic size of the image file.
|
|
||||||
(`#1158 <https://github.com/matrix-org/matrix-doc/pull/1158>`_).
|
|
||||||
- Mark ``home_server`` return field for ``/login`` and ``/register``
|
|
||||||
endpoints as deprecated
|
|
||||||
(`#1097 <https://github.com/matrix-org/matrix-doc/pull/1097>`_).
|
|
||||||
- Fix response format of ``/keys/changes`` endpoint
|
|
||||||
(`#1106 <https://github.com/matrix-org/matrix-doc/pull/1106>`_).
|
|
||||||
- Clarify default values for some fields on the /search API
|
|
||||||
(`#1109 <https://github.com/matrix-org/matrix-doc/pull/1109>`_).
|
|
||||||
- Fix the representation of ``m.presence`` events
|
|
||||||
(`#1137 <https://github.com/matrix-org/matrix-doc/pull/1137>`_).
|
|
||||||
- Clarify that ``m.tag`` ordering is done with numbers, not strings
|
|
||||||
(`#1139 <https://github.com/matrix-org/matrix-doc/pull/1139>`_).
|
|
||||||
- Clarify that ``/account/whoami`` should consider application services
|
|
||||||
(`#1152 <https://github.com/matrix-org/matrix-doc/pull/1152>`_).
|
|
||||||
- Mark ``GET /rooms/{roomId}/members`` as requiring authentication
|
|
||||||
(`#1245 <https://github.com/matrix-org/matrix-doc/pull/1244>`_).
|
|
||||||
- Define what a ``RoomEvent`` is on ``/rooms/{roomId}/messages``
|
|
||||||
(`#1380 <https://github.com/matrix-org/matrix-doc/pull/1380>`_).
|
|
||||||
- Describe ``StateEvent`` for ``/createRoom``
|
|
||||||
(`#1329 <https://github.com/matrix-org/matrix-doc/pull/1329>`_).
|
|
||||||
- Describe how the ``reason`` is handled for kicks/bans
|
|
||||||
(`#1362 <https://github.com/matrix-org/matrix-doc/pull/1362>`_).
|
|
||||||
- Clarify that clients must leave rooms before forgetting them
|
|
||||||
(`#1378 <https://github.com/matrix-org/matrix-doc/pull/1378>`_).
|
|
||||||
- Clarify the request and result types on ``/search``
|
|
||||||
(`#1381 <https://github.com/matrix-org/matrix-doc/pull/1381>`_).
|
|
||||||
|
|
||||||
r0.3.0
|
r0.3.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
1
changelogs/client_server/newsfragments/1096.new
Normal file
1
changelogs/client_server/newsfragments/1096.new
Normal file
|
@ -0,0 +1 @@
|
||||||
|
``POST /user_directory/search``
|
|
@ -0,0 +1 @@
|
||||||
|
Mark ``home_server`` return field for ``/login`` and ``/register`` endpoints as deprecated
|
1
changelogs/client_server/newsfragments/1104.feature
Normal file
1
changelogs/client_server/newsfragments/1104.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add ``token`` parameter to the ``/keys/query`` endpoint
|
|
@ -0,0 +1 @@
|
||||||
|
Fix response format of ``/keys/changes`` endpoint
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify default values for some fields on the ``/search`` API
|
1
changelogs/client_server/newsfragments/1110.new
Normal file
1
changelogs/client_server/newsfragments/1110.new
Normal file
|
@ -0,0 +1 @@
|
||||||
|
``GET /rooms/{roomId}/event/{eventId}``
|
|
@ -0,0 +1 @@
|
||||||
|
Fix the representation of ``m.presence`` events
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that ``m.tag`` ordering is done with numbers, not strings
|
1
changelogs/client_server/newsfragments/1141.feature
Normal file
1
changelogs/client_server/newsfragments/1141.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add the room visibility options for the room directory
|
1
changelogs/client_server/newsfragments/1142.feature
Normal file
1
changelogs/client_server/newsfragments/1142.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add spec for ignoring users
|
1
changelogs/client_server/newsfragments/1151.feature
Normal file
1
changelogs/client_server/newsfragments/1151.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add the ``/register/available`` endpoint for username availability
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that ``/account/whoami`` should consider application services
|
|
@ -0,0 +1,3 @@
|
||||||
|
Update ``ImageInfo`` and ``ThumbnailInfo`` dimension schema descriptions
|
||||||
|
to clarify that they relate to intended display size, as opposed to the
|
||||||
|
intrinsic size of the image file.
|
1
changelogs/client_server/newsfragments/1158.feature
Normal file
1
changelogs/client_server/newsfragments/1158.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add sticker messages
|
1
changelogs/client_server/newsfragments/1239.new
Normal file
1
changelogs/client_server/newsfragments/1239.new
Normal file
|
@ -0,0 +1 @@
|
||||||
|
``POST /delete_devices``
|
|
@ -0,0 +1 @@
|
||||||
|
Mark ``GET /rooms/{roomId}/members`` as requiring authentication
|
1
changelogs/client_server/newsfragments/1263.feature
Normal file
1
changelogs/client_server/newsfragments/1263.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Document ``/logout/all`` endpoint
|
1
changelogs/client_server/newsfragments/1264.feature
Normal file
1
changelogs/client_server/newsfragments/1264.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add report content API
|
1
changelogs/client_server/newsfragments/1265.feature
Normal file
1
changelogs/client_server/newsfragments/1265.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add ``allow_remote`` to the content repo to avoid routing loops
|
1
changelogs/client_server/newsfragments/1274.feature
Normal file
1
changelogs/client_server/newsfragments/1274.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Document `highlights` field in /search response
|
|
@ -0,0 +1 @@
|
||||||
|
Describe ``StateEvent`` for ``/createRoom``
|
1
changelogs/client_server/newsfragments/1361.feature
Normal file
1
changelogs/client_server/newsfragments/1361.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Document the GET version of ``/login``
|
|
@ -0,0 +1 @@
|
||||||
|
Describe how the ``reason`` is handled for kicks/bans
|
1
changelogs/client_server/newsfragments/1364.feature
Normal file
1
changelogs/client_server/newsfragments/1364.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Document the ``server_name`` parameter on ``/join/{roomIdOrAlias}``
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that clients must leave rooms before forgetting them
|
|
@ -0,0 +1 @@
|
||||||
|
Define what a ``RoomEvent`` is on ``/rooms/{roomId}/messages``
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify the request and result types on ``/search``
|
Loading…
Add table
Add a link
Reference in a new issue