Skip to content

Commit 5d2c411

Browse files
Merge pull request #7001 from realm/release/13.21.0
Release 13.21
2 parents f2e65a1 + 60724ff commit 5d2c411

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
# NEXT RELEASE
22

33
### Enhancements
4-
* Allow non-embedded links in asymmetric objects. ([PR #6981](https://github.com/realm/realm-core/pull/6981))
4+
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
5+
* None.
56

67
### Fixed
78
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
9+
* None.
10+
11+
### Breaking changes
12+
* None.
13+
14+
### Compatibility
15+
* Fileformat: Generates files with format v23. Reads and automatically upgrade from fileformat v5.
16+
17+
-----------
18+
19+
### Internals
20+
* None.
21+
22+
----------------------------------------------
23+
24+
# 13.21.0 Release notes
25+
26+
### Enhancements
27+
* Allow non-embedded links in asymmetric objects. ([PR #6981](https://github.com/realm/realm-core/pull/6981))
28+
29+
### Fixed
830
* Logging into a single user using multiple auth providers created a separate SyncUser per auth provider. This mostly worked, but had some quirks:
931
- Sync sessions would not necessarily be associated with the specific SyncUser used to create them. As a result, querying a user for its sessions could give incorrect results, and logging one user out could close the wrong sessions.
1032
- Existing local synchronized Realm files created using version of Realm from August - November 2020 would sometimes not be opened correctly and would instead be redownloaded.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

6-
let versionStr = "13.20.1"
6+
let versionStr = "13.21.0"
77
let versionPieces = versionStr.split(separator: "-")
88
let versionCompontents = versionPieces[0].split(separator: ".")
99
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-core
2-
VERSION=13.20.1
2+
VERSION=13.21.0
33
OPENSSL_VERSION=3.0.8
44
ZLIB_VERSION=1.2.13
55
MDBREALM_TEST_SERVER_TAG=2023-08-11

0 commit comments

Comments
 (0)