Skip to content

Commit 47463f7

Browse files
authored
(DOCSP-42128) Release notes week ending 8/09 (#3360)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-42128
1 parent f003a01 commit 47463f7

File tree

1 file changed

+36
-7
lines changed

1 file changed

+36
-7
lines changed

docs-release-notes.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
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+
128
# August 2, 2024
229

330
## .NET SDK
431

532
- Create
633
- 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
835

936
## React Native SDK
1037

@@ -13,7 +40,7 @@
1340
## Other
1441

1542
- 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.
1744

1845
# July 26, 2024
1946

@@ -24,7 +51,7 @@
2451
## .NET SDK
2552

2653
- 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.
2855
- Throughout the section: Update pages to reflect that converting to a Synced Realm is only supported in Partition Based Sync.
2956

3057
## Node.js SDK
@@ -44,8 +71,8 @@
4471
## Node.js SDK
4572

4673
- 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.
4976

5077
# July 12, 2024
5178

@@ -136,7 +163,7 @@
136163

137164
## Other
138165

139-
- Internal: Update Node version to 18.x for compatibility with Bluehawk.
166+
- Internal: Update Node version to 18.x for compatibility with Bluehawk.
140167

141168
# May 31, 2024
142169

@@ -308,6 +335,7 @@
308335
## Other
309336

310337
Throughout Device SDK docs:
338+
311339
- Add deprecation notices to pages with substantial GraphQL content.
312340
- Remove high-level references to our GraphQL API to make the feature less discoverable.
313341

@@ -371,7 +399,7 @@ Throughout Device SDK docs:
371399
## React Native SDK
372400

373401
- 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.
375403
- Update examples to use new auth hooks.
376404
- API Reference/App Provider: Update `useApp` example to remove old auth pattern.
377405

@@ -428,6 +456,7 @@ Throughout Device SDK docs:
428456
## C++ SDK
429457

430458
Prepare docs for C++ GA release, including:
459+
431460
- Remove "Preview" from naming.
432461
- Move Bluehawked, tested code examples out of the experimental namespace, and generate updated examples.
433462
- Remove tabs for "Current" and "Deprecated" (Beta and Alpha) syntaxes.

0 commit comments

Comments
 (0)