Skip to content

Commit

Permalink
Upgrade to core v13.10.0 (#8223)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne authored May 2, 2023
1 parent e1d5304 commit 06d4a1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ x.y.z Release notes (yyyy-MM-dd)
runtime actor data race detection (`OTHER_SWIFT_FLAGS=-Xfrontend
-enable-actor-data-race-checks`) is strongly recommended when using
actor-isolated Realms.
* Add support for automatic partition-based to flexible sync migration.
Connecting to a server-side app configured to use flexible sync with a
client-side partition-based sync configuration is now supported, and will
automatically create the appropriate flexible sync subscriptions to subscribe
to the requested partition. This allows changing the configuration on the
server from partition-based to flexible without breaking existing clients.
([Core #6554](https://github.com/realm/realm-core/issues/6554))
* Now you can use an array `[["_id": 1], ["breed": 0]]` as sorting option for a MongoCollection.
This new API fixes the issue where the resulting documents when using more than
one sort parameter were not consistent between calls.
Expand All @@ -108,7 +115,7 @@ x.y.z Release notes (yyyy-MM-dd)
* Xcode: 13.4-14.3.

### Internal
* Upgraded realm-core from ? to ?
* Upgraded realm-core from v13.9.4 to v13.10.0.

10.38.3 Release notes (2023-04-28)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let coreVersionStr = "13.9.4"
let coreVersionStr = "13.10.0"
let cocoaVersionStr = "10.38.3"

let coreVersionPieces = coreVersionStr.split(separator: ".")
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.38.3
REALM_CORE_VERSION=13.9.4
REALM_CORE_VERSION=13.10.0
STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772

0 comments on commit 06d4a1d

Please sign in to comment.