|
| 1 | +# August 9, 2024 |
| 2 | + |
| 3 | +## C++ SDK |
| 4 | + |
| 5 | +- Sync Data/Manage Sync Subscriptions: Add a warning about the query size limit when using Device Sync. |
| 6 | + |
| 7 | +## Node.js SDK |
| 8 | + |
| 9 | +- Update some examples based on fixed tests |
| 10 | + |
| 11 | +## Consolidation Project |
| 12 | + |
| 13 | +- 4 PRs merged |
| 14 | + - Custom User Data page |
| 15 | + - Delete Page |
| 16 | + - Swift Filter Data page |
| 17 | + - Link User Identities page |
| 18 | + |
| 19 | +## Other |
| 20 | + |
| 21 | +- Throughout the SDK Docs: Update the "Flexible Sync RQL Requirements and Limitations" section to include the query size limit when using Device Sync. |
| 22 | + |
| 23 | +## Internal |
| 24 | + |
| 25 | +- Fixed failing tests in Node SDK test suite |
| 26 | +- Added a new GitHub Action that generates staging links and inserts them into the PR description. |
| 27 | + |
1 | 28 | # August 2, 2024
|
2 | 29 |
|
3 | 30 | ## .NET SDK
|
4 | 31 |
|
5 | 32 | - Create
|
6 | 33 | - New C# API descriptions for "Create an unmanaged copy of an object" and "Copy an object to another database" advising developers to use third-party libraries for this functionality.
|
7 |
| - - Fix typo of incorrect .NET SDK version |
| 34 | +- Fix typo of incorrect .NET SDK version |
8 | 35 |
|
9 | 36 | ## React Native SDK
|
10 | 37 |
|
|
13 | 40 | ## Other
|
14 | 41 |
|
15 | 42 | - Fix the jest node test (for v12) CI, so it fails when jest tests fail.
|
16 |
| -- Re-add path to Node v12 tests. Update RN tests to use same logic as Node. Clean up legacy node tests. Use ``checkout@4`` to remove warnings. |
| 43 | +- Re-add path to Node v12 CI checks. Update RN CI checks to use same logic as Node. Clean up legacy node CI checks. Use `checkout@4` to remove warnings. |
17 | 44 |
|
18 | 45 | # July 26, 2024
|
19 | 46 |
|
|
24 | 51 | ## .NET SDK
|
25 | 52 |
|
26 | 53 | - Sync Data:
|
27 |
| - - Suspend or Resume a Sync Session: Add additional context to the existing code snippet that demonstrates calling the ``Start()`` and ``Stop()`` methods. |
| 54 | + - Suspend or Resume a Sync Session: Add additional context to the existing code snippet that demonstrates calling the `Start()` and `Stop()` methods. |
28 | 55 | - Throughout the section: Update pages to reflect that converting to a Synced Realm is only supported in Partition Based Sync.
|
29 | 56 |
|
30 | 57 | ## Node.js SDK
|
|
44 | 71 | ## Node.js SDK
|
45 | 72 |
|
46 | 73 | - Model Data/Data Types
|
47 |
| - - Counters: Create page to document the addition of the ``Counter`` class and data type to the Node.js SDK and update the Table of Contents to reflect the addition. |
48 |
| - - Field Types: Add ``counter`` as a supported data type. |
| 74 | + - Counters: Create page to document the addition of the `Counter` class and data type to the Node.js SDK and update the Table of Contents to reflect the addition. |
| 75 | + - Field Types: Add `counter` as a supported data type. |
49 | 76 |
|
50 | 77 | # July 12, 2024
|
51 | 78 |
|
|
136 | 163 |
|
137 | 164 | ## Other
|
138 | 165 |
|
139 |
| -- Internal: Update Node version to 18.x for compatibility with Bluehawk. |
| 166 | +- Internal: Update Node version to 18.x for compatibility with Bluehawk. |
140 | 167 |
|
141 | 168 | # May 31, 2024
|
142 | 169 |
|
|
308 | 335 | ## Other
|
309 | 336 |
|
310 | 337 | Throughout Device SDK docs:
|
| 338 | + |
311 | 339 | - Add deprecation notices to pages with substantial GraphQL content.
|
312 | 340 | - Remove high-level references to our GraphQL API to make the feature less discoverable.
|
313 | 341 |
|
@@ -371,7 +399,7 @@ Throughout Device SDK docs:
|
371 | 399 | ## React Native SDK
|
372 | 400 |
|
373 | 401 | - Atlas App Services/Connect to an App Services App:
|
374 |
| - - Note that, starting in v12.6.0, you can update the `baseUrl` in the `AppConfiguration` because the App client no longer caches it. |
| 402 | + - Note that, starting in v12.6.0, you can update the `baseUrl` in the `AppConfiguration` because the App client no longer caches it. |
375 | 403 | - Update examples to use new auth hooks.
|
376 | 404 | - API Reference/App Provider: Update `useApp` example to remove old auth pattern.
|
377 | 405 |
|
@@ -428,6 +456,7 @@ Throughout Device SDK docs:
|
428 | 456 | ## C++ SDK
|
429 | 457 |
|
430 | 458 | Prepare docs for C++ GA release, including:
|
| 459 | + |
431 | 460 | - Remove "Preview" from naming.
|
432 | 461 | - Move Bluehawked, tested code examples out of the experimental namespace, and generate updated examples.
|
433 | 462 | - Remove tabs for "Current" and "Deprecated" (Beta and Alpha) syntaxes.
|
|
0 commit comments