api: Increment API feature level to 393.

This commit is contained in:
Tim Abbott
2025-06-18 16:48:26 -07:00
parent 00fe2236da
commit f0331b8c50
5 changed files with 14 additions and 11 deletions

View File

@@ -20,6 +20,17 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 11.0
**Feature level 393**
* [`PATCH /messages/{message_id}`](/api/delete-message),
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
In `delete_message` event, all the `message_ids` will now be sorted in
increasing order.
* [`PATCH /messages/{message_id}`](/api/update-message),
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
In `update_message` event, all the `message_ids` will now be sorted in
increasing order.
**Feature level 392**
* [`GET /users/me/subscriptions`](/api/get-subscriptions),

View File

@@ -1,4 +0,0 @@
* [`PATCH /messages/{message_id}`](/api/delete-message),
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
In `delete_message` event, all the `message_ids` will now be sorted in
increasing order.

View File

@@ -1,4 +0,0 @@
* [`PATCH /messages/{message_id}`](/api/update-message),
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
In `update_message` event, all the `message_ids` will now be sorted in
increasing order.

View File

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 392
API_FEATURE_LEVEL = 393
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump

View File

@@ -2138,7 +2138,7 @@ paths:
A sorted list containing the IDs of the newly deleted messages.
**Changes**: Before Zulip 11.0 (feature level ZF-215011), this list was
**Changes**: Before Zulip 11.0 (feature level 393), this list was
not guaranteed to be sorted.
[client-capabilities]: /api/register-queue#parameter-client_capabilities
@@ -2496,7 +2496,7 @@ paths:
Content changes should be applied only to the single message
indicated by `message_id`.
**Changes**: Before Zulip 11.0 (feature level ZF-908160), this list
**Changes**: Before Zulip 11.0 (feature level 393), this list
was not guaranteed to be sorted.
flags:
type: array