From 9261e172d279b1b79c4ea1e5e3c5ad8bd1e57482 Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:19:56 -0500 Subject: [PATCH] DOCSP-34366 Add docs release notes for w/e November 17 (#3083) ## Pull Request Info ### Jira - https://jira.mongodb.org/browse/DOCSP-34366 --- docs-release-notes.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs-release-notes.md b/docs-release-notes.md index 4104a20412..775cadd198 100644 --- a/docs-release-notes.md +++ b/docs-release-notes.md @@ -1,3 +1,42 @@ +# November 17, 2023 + +## Flutter SDK + +- Landing Page: Add section for a selection of the SDK's example projects from the Example Projects page. +- Realm Database/Model Data/Manage Realm Files/Encrypt a Realm: Add note that you must encrypt a realm on first open, or use ``writeCopy`` to create an encrypted realm. + +## Kotlin SDK + +- Realm/Manage Realm Files/Encrypt a Realm: Add information on encryption for local and synced realms. +- Connect to Atlas/Connect to App Services: Add information on encryption for app metadata. +- Internal: Rename Kotlin Multiplatform Mobile (KMM) to Kotlin Multiplatform (KMP) in Kotlin template app ``README.md``, as KMM is deprecated. + +## .NET SDK + +- Realm Files/Encrypt a Realm: Add note that you cannot encrypt an existing unencrypted realm. + +## Node.js SDK + +- Landing Page: Add section for a selection of the SDK's example projects from the Example Projects page. +- Realm Files/Encrypt a Realm: Add note that you can encrypt a realm the first time you open it or copy the unencrypted realm to a new encrypted realm. + +## React Native SDK + +- Landing Page: Add section for a selection of the SDK's example projects from the Example Projects page. +- Realm Files/Encrypt a Realm: Add note that you cannot encrypt an existing unencrypted realm. + +## Swift SDK + +- Realm Files/Encrypt a Realm: Add note that you cannot encrypt an existing unencrypted realm. +- CRUD/Threading: Recommend using `ThreadSafeReference` instead of frozen objects with Swift Actors. +- React to Changes: Clarify details on observing notifications across Swift Actors. +- Use Realm with Actors: Add more details about how to use Realm across actors based on docs feedback. +- Swift Concurrency: Add information on difference between methods for asynchronous writes (``writeAsync()`` and ``asyncwrite()``) and concurrency code that is not actor-isolated. + +## Web SDK + +- Landing Page: Add section for a selection of the SDK's example projects from the Example Projects page. + # November 10, 2023 ## C++ SDK