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 2 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
29 changes: 29 additions & 0 deletions source/release-notes/backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@ Atlas App Services Changelog
2023 Releases
-------------

.. _backend_20231213:

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

- Added support for passing in user's new metadata from a request using JWT authentication to the function context.
lindseymoore marked this conversation as resolved.
Show resolved Hide resolved

- Apps, users, and refresh token are now pruned at the 30 day mark.

- Fixed webpack production yarn build warnings, such as "asset size limit" and "entrypoint size warnings", by reducing bundle size.

- Updated App Services schema UI to display the difference between a 64-bit ``long`` and 32-bit ``integer``.
lindseymoore marked this conversation as resolved.
Show resolved Hide resolved

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

- Left default for ``allowDiskUse`` as true unless user specifies it as false.
lindseymoore marked this conversation as resolved.
Show resolved Hide resolved

- 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


- Created a private endpoint for enabling tiered sync.
lindseymoore marked this conversation as resolved.
Show resolved Hide resolved

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

- Updated the merge window filtering to use indexed queryable fields if possible.

- Distributed translators evenly within the sync pool.

- If one of several sync translators has failed, the failed subscription banner will now show up on the sync page.
lindseymoore marked this conversation as resolved.
Show resolved Hide resolved

.. _backend_20231129:

29 November 2023 Release
Expand Down
Loading