From f7ef09234095e95a3b05feb343515a029ddeb8cf Mon Sep 17 00:00:00 2001 From: MongoCaleb <32645888+MongoCaleb@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:13:38 -0700 Subject: [PATCH] release notes for 8/3/2024 (#3358) ## Pull Request Info - SDK Docs Consolidation Jira ticket: [DOCSP-41871](https://jira.mongodb.org/browse/DOCSP-41871) ## preview https://github.com/MongoCaleb/docs-realm/blob/release-notes/docs-release-notes.md --------- Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- docs-release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs-release-notes.md b/docs-release-notes.md index 8f9493e39b..f42003e5f1 100644 --- a/docs-release-notes.md +++ b/docs-release-notes.md @@ -1,3 +1,20 @@ +# August 2, 2024 + +## .NET SDK + +- Create + - 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. + - Fix typo of incorrect .NET SDK version + +## React Native SDK + +- Fix typo per reported feedback. + +## Other + +- Fix the jest node test (for v12) CI, so it fails when jest tests fail. +- 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. + # July 26, 2024 ## Flutter SDK