File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # May 10, 2024
2
+
3
+ ## C++ SDK
4
+
5
+ - Quick Start: Fix omitted ` namespace ` line in the object model.
6
+
7
+ ## Flutter SDK
8
+
9
+ - Install: Add new "Apple Privacy Manifest" section with information on the manifest included with SDK v2.2.0.
10
+ - Realm Database/React to Changes: Update "Register Collection Change Listeners" section:
11
+ - Document the ` isCollectionDeleted ` property for list, set, and map collections.
12
+ - Document the ` isCleared ` property for map collections.
13
+ - Atlas App Services/Connect to App Services
14
+ - New "Connect to a Specific Server" section with baseURL info.
15
+ - New "Connect to a Different Server During Runtime" subsection with info about the experimental API.
16
+ - Sync Device Data/Manage Sync Session: Updates to "Monitor Sync Upload and Download Progress" section for compatibility with Flexible Sync.
17
+ - SDK Telemetry: Add new "Apple Privacy Manifest" section to clarify the SDK does not collect telemetry on builds for the App Store.
18
+
19
+ ## Kotlin SDK
20
+
21
+ - Install: Update listed SDK version.
22
+ - Connect to Atlas/Connect to App Services
23
+ - New "Connect to a Specific Server" section with baseUrl info.
24
+ - New "Connect to a Different Server During Runtime" subsection with info about the experimental API.
25
+
26
+ ## Node.js SDK
27
+
28
+ - App Services/Connect to an Atlas App Services Backend: Add new sections and examples for updating the baseUrl, including during runtime.
29
+
30
+ ## React Native SDK
31
+
32
+ - App Services/Connect to an Atlas App Services App: Add new sections that address updating the baseUrl.
33
+
34
+ ## Swift SDK
35
+
36
+ - Application Services/Connect to an App Services App
37
+ - New "Connect to a Specific Server" section with baseURL info.
38
+ - New "Connect to a Different Server During Runtime" subsection with info about the new experimental API.
39
+ - Sync Data/Manage Sync Sessions: Updates to "Upload and Download Progress Notifications" section for compatibility with Flexible Sync.
40
+
1
41
# May 3, 2024
2
42
3
43
## Swift SDK
You can’t perform that action at this time.
0 commit comments