Skip to content

Commit

Permalink
Release 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 17, 2019
1 parent d0289f2 commit 53d83e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
@@ -1,11 +1,14 @@
x.y.z Release notes (yyyy-MM-dd)
3.19.1 Release notes (2019-10-17)
=============================================================

### Enhancements

* Improve performance of sync changeset integration. Transactions involving a
very large number of objects and cheap operations on each object are as much
as 20% faster.

### Fixed

* Fix a crash when a RLMArray/List of primitives was observed and then the
containing object was deleted before the first time that the background
notifier could run.
Expand All @@ -14,12 +17,10 @@ x.y.z Release notes (yyyy-MM-dd)
`TableInfoCache::get_table_info()`, with messages like "Assertion failed: info.object_id_index == 0 [3, 0]".
(Since 3.18.0, [#6268](https://github.com/realm/realm-cocoa/issues/6268) and [#6257](https://github.com/realm/realm-cocoa/issues/6257)).

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

### Compatibility

* File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
* Realm Object Server: 3.21.0 or later.
* APIs are backwards compatible with all previous releases in the 3.x.y series.
* Carthage release for Swift is built with Xcode 11.0.

### Internal
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersionStr = "5.23.5"
let cocoaVersionStr = "3.19.0"
let cocoaVersionStr = "3.19.1"

let coreVersionPieces = coreVersionStr.split(separator: ".")
let cxxSettings: [CXXSetting] = [
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.19.0</string>
<string>3.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.19.0</string>
<string>3.19.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
@@ -1,4 +1,4 @@
VERSION=3.19.0
VERSION=3.19.1
REALM_CORE_VERSION=5.23.5
REALM_SYNC_VERSION=4.7.11
REALM_OBJECT_SERVER_VERSION=3.21.1

0 comments on commit 53d83e5

Please sign in to comment.