Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI option to subscribe existing accounts during bulk invites. #16041

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
api: Document API changes for invites and bump API_FEATURE_LEVEL.
  • Loading branch information
sumanthvrao committed Aug 25, 2020
commit 9a1608b5b572a86bce7fcb30acceee37ca254b3c
6 changes: 6 additions & 0 deletions templates/zerver/api/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ below features are supported.

## Changes in Zulip 4.0

**Feature level 33**

* `POST /invites`: Now returns `show_subscription` as well as the
anonymous email (4th parameter of the `errors` tuple) when raising
an InvitationError.

**Feature level 32**

* [`GET /events`](/api/get-events): Added `op` field to
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md.
API_FEATURE_LEVEL = 32
API_FEATURE_LEVEL = 33

# 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
Expand Down