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 3 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
19 changes: 19 additions & 0 deletions source/release-notes/backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ 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``.

- Fixed bug where a read document filter set to false is not unioned with a write filter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is duped by the last bullet


- 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