Skip to content

(DOCSP-24141): Add docs release notes for w/e August 5 #2082

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

Merged
merged 2 commits into from
Aug 8, 2022
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
19 changes: 19 additions & 0 deletions docs-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# August 5, 2022

## .NET SDK
- Usage Examples/React to Changes: Add a new section with tested code examples for "Check if the Collection Has Been Cleared"

## Node.js SDK
- Usage Examples
- Open & Close a Realm: Add a note about `WriteCopy` only supporting Partition-Based Sync
- Flexible Sync: Remove `reRunOnOpen` API from docs

## React Native SDK
- Usage Examples
- Open & Close a Realm: Add a note about `WriteCopy` only supporting Partition-Based Sync
- Flexible Sync: Remove `reRunOnOpen` API from docs

## Swift SDK
- Sync Data/Configure & Open a Synced Realm: Add a note about `writeCopy` only supporting Partition-Based Sync
- Code examples and docs updated across 10 pages related to Swift SDK IA updates (CRUD operations, data modeling, and Add Device Sync to an App)

# July 29, 2022

## .NET SDK
Expand Down