Skip to content

Commit

Permalink
DOCSP-34366 Add docs release notes for w/e November 17 (#3083)
Browse files Browse the repository at this point in the history
## Pull Request Info

### Jira

- https://jira.mongodb.org/browse/DOCSP-34366
  • Loading branch information
lindseymoore authored Nov 20, 2023
1 parent be00b7e commit 9261e17
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs-release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9261e17

Please sign in to comment.