|
| 1 | +# June 21, 2024 |
| 2 | + |
| 3 | +## Kotlin SDK |
| 4 | + |
| 5 | +- Realm/Model Data |
| 6 | + - Define an Object Model: Add new "Define Unstructured Data" section outlining support for Collections as Mixed feature. |
| 7 | + - Supported Data Types: Update "RealmAny" section to indicate support for holding lists and dictionaries. Add a new "Collections as Mixed" section with details about modeling unstructured or variable data. |
| 8 | + |
| 9 | +## .NET SDK |
| 10 | + |
| 11 | +- Model Data |
| 12 | + - Define an Object Model: Add new "Define Unstructured Data" section outlining support for Collections as Mixed feature. |
| 13 | + - Supported Data Types > RealmValue: Update page to indicate support for holding lists and dictionaries. Add a new "Collections as Mixed" section with details about modeling unstructured or variable data. |
| 14 | + |
| 15 | +## Node.js SDK |
| 16 | + |
| 17 | +- Model Data |
| 18 | + - Define an Object Model: Add new "Define Unstructured Data" section outlining support for Collections as Mixed feature. |
| 19 | + - Supported Data Types/Mixed: Update page to indicate support for holding lists and dictionaries. Add a new "Collections as Mixed" section with details about modeling unstructured or variable data. |
| 20 | + |
| 21 | +## React Native SDK |
| 22 | + |
| 23 | +- Model Data |
| 24 | + - Define an Object Model: Add new "Define Unstructured Data" section outlining support for Collections as Mixed feature. |
| 25 | + - Supported Data Types/Mixed: Update page to indicate support for holding lists and dictionaries. Add a new "Collections as Mixed" section with details about modeling unstructured or variable data. |
| 26 | + |
| 27 | +## Swift SDK |
| 28 | + |
| 29 | +- Model Data |
| 30 | + - Define an Object Model: Add new "Define Unstructured Data" section outlining support for Collections as Mixed feature. |
| 31 | + - Supported Types: Update "AnyRealmValue" section to indicate support for holding lists and dictionaries. Add a new "Collections as Mixed" section with details about modeling unstructured or variable data. |
| 32 | + |
| 33 | +# June 14, 2024 |
| 34 | + |
| 35 | +## .NET SDK |
| 36 | + |
| 37 | +- Compatibility: Add note with minimum framework requirements when using the new source model generator. |
| 38 | + |
| 39 | +## React Native SDK |
| 40 | + |
| 41 | +- Atlas App Services: Fix a monospace formatting typo for an instance of the word "App". |
| 42 | + |
| 43 | +## Swift SDK |
| 44 | + |
| 45 | +- Install: Remove outdated information. Rename "Static Framework" install instructions to "Dynamic Framework." |
| 46 | + |
| 47 | +# June 7, 2024 |
| 48 | + |
| 49 | +## Kotlin SDK |
| 50 | + |
| 51 | +- Realm/Read & Write Data/Read: Fix typo. |
| 52 | + |
| 53 | +## Other |
| 54 | + |
| 55 | +- Internal: Update Node version to 18.x for compatibility with Bluehawk. |
| 56 | + |
| 57 | +# May 31, 2024 |
| 58 | + |
| 59 | +## Other |
| 60 | + |
| 61 | +- Internal: Update test suite dependencies to resolve security vulnerability alerts. |
| 62 | + |
| 63 | +# May 24, 2024 |
| 64 | + |
| 65 | +## Java SDK |
| 66 | + |
| 67 | +- Throughout the SDK: Note that new App Services Apps cannot use `RealmAny` with the Java SDK due to an incompatible protocol version. |
| 68 | + |
| 69 | +## .NET SDK |
| 70 | + |
| 71 | +- Application Services/Connect to an App Services App: Add a section on updating the `baseURL` during runtime. |
| 72 | + |
| 73 | +# May 17, 2024 |
| 74 | + |
| 75 | +## C++ SDK |
| 76 | + |
| 77 | +- Landing Page: Add "Learning Paths" section with links to the C++ quick start, template app, and tutorial. |
| 78 | + |
| 79 | +## Swift SDK |
| 80 | + |
| 81 | +- SwiftUI/Handle Sync Errors: New page demonstrating how to set and use a sync error handler in SwiftUI. |
| 82 | + |
| 83 | +## Other |
| 84 | + |
| 85 | +- Example Projects: Add the C++ template app to the SDK template app list. |
| 86 | +- Internal: Update test suite dependencies to resolve security vulnerability alerts. |
| 87 | + |
1 | 88 | # May 10, 2024 |
2 | 89 |
|
3 | 90 | ## C++ SDK |
@@ -165,7 +252,7 @@ Throughout Device SDK docs: |
165 | 252 |
|
166 | 253 | ## Kotlin SDK |
167 | 254 |
|
168 | | -- Realm/Configure & Open a Realm: Fix a broken hyperlink. |
| 255 | +- Realm/Configure & Open a Realm: Fix a broken hyperlink. |
169 | 256 |
|
170 | 257 | # February 16, 2024 |
171 | 258 |
|
@@ -197,9 +284,9 @@ Throughout Device SDK docs: |
197 | 284 |
|
198 | 285 | - Atlas App Services/Connect to an App Services App: Note that, starting in v12.6.0, you can update the `baseUrl` in the `AppConfiguration` because the App client no longer caches it. |
199 | 286 |
|
200 | | -## React Native SDK |
| 287 | +## React Native SDK |
201 | 288 |
|
202 | | -- Atlas App Services/Connect to an App Services App: |
| 289 | +- Atlas App Services/Connect to an App Services App: |
203 | 290 | - Note that, starting in v12.6.0, you can update the `baseUrl` in the `AppConfiguration` because the App client no longer caches it. |
204 | 291 | - Update examples to use new auth hooks. |
205 | 292 | - API Reference/App Provider: Update `useApp` example to remove old auth pattern. |
@@ -1540,7 +1627,7 @@ Prepare docs for C++ GA release, including: |
1540 | 1627 | - Model Data |
1541 | 1628 | - Define an Object Model: Update info for C# nullable reference types and nullable-aware context, add a Bluehawked code example |
1542 | 1629 | - Data Binding: Move a section about data binding and MVVM from Define an Object Model to Data Binding page |
1543 | | -- React to Changes: Add a callout with info about binding data to the UI and a link to the the Data Binding page |
| 1630 | +- React to Changes: Add a callout with info about binding data to the UI and a link to the Data Binding page |
1544 | 1631 |
|
1545 | 1632 | ## Node.js SDK |
1546 | 1633 |
|
|
0 commit comments