mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
api-changelog: Update feature level 189 entry and bump API version.
Revises the API changelog feature level 189 entry for formatting error and to clarify the text. Also, bumps the API_FEATURE_LEVEL in `version.py`. The original pull request for these changes was #25640.
This commit is contained in:
committed by
Alex Vandiver
parent
d30ab34e3d
commit
8be68c8034
@@ -24,11 +24,13 @@ format used by the Zulip server that they are interacting with.
|
|||||||
|
|
||||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
||||||
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
|
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
|
||||||
Added `enable_followed_topic_email_notifications`, `enable_followed_topic_push_notifications`
|
Added new boolean user settings `enable_followed_topic_email_notifications`,
|
||||||
, `enable_followed_topic_wildcard_mentions_notify`, `enable_followed_topic_desktop_notifications`
|
`enable_followed_topic_push_notifications`,
|
||||||
and `enable_followed_topic_audible_notifications` boolean fields to control email,
|
`enable_followed_topic_wildcard_mentions_notify`,
|
||||||
push, wildcard mention, visual desktop and audible desktop notifications, respectively,
|
`enable_followed_topic_desktop_notifications`
|
||||||
for messages sent to followed topics.
|
and `enable_followed_topic_audible_notifications` to control whether a user
|
||||||
|
receives email, push, wildcard mention, visual desktop and audible desktop
|
||||||
|
notifications, respectively, for messages sent to followed topics.
|
||||||
|
|
||||||
**Feature level 188**
|
**Feature level 188**
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
|
|||||||
# Changes should be accompanied by documentation explaining what the
|
# Changes should be accompanied by documentation explaining what the
|
||||||
# new level means in api_docs/changelog.md, as well as "**Changes**"
|
# new level means in api_docs/changelog.md, as well as "**Changes**"
|
||||||
# entries in the endpoint's documentation in `zulip.yaml`.
|
# entries in the endpoint's documentation in `zulip.yaml`.
|
||||||
API_FEATURE_LEVEL = 188
|
API_FEATURE_LEVEL = 189
|
||||||
|
|
||||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
# 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
|
# only when going from an old version of the code to a newer version. Bump
|
||||||
|
|||||||
Reference in New Issue
Block a user