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

DOCSP-34996 External release notes for v20231213 #650

Merged
merged 4 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions source/release-notes/backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ Atlas App Services Changelog
2023 Releases
-------------

.. _backend_20231213:

13 December 2023 Release
~~~~~~~~~~~~~~~~~~~~~~~~

- Requests authenticated through the Custom JWT provider now update the user's profile data (e.g. ``context.user.data``) based on information from the JWT.

- Updated App Services schema UI to display the difference between a 64-bit ``long`` and 32-bit ``integer``.

- Disallowed creating schemas with invalid database or collection names, such as names including spaces.

- MongoDB aggregation operations no longer specify a default value for ``allowDiskUse``.

- Added ``integer`` as a supported type for indexed queryable fields.

- Device Sync permissions now properly union a read filter set to ``false`` with its corresponding write filter.

.. _backend_20231129:

29 November 2023 Release
Expand Down
Loading