Skip to content

Commit

Permalink
Release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 27, 2019
1 parent d6f3240 commit 300cdf6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
x.y.z Release notes (yyyy-MM-dd)
3.14.0 Release notes (2019-03-27)
=============================================================

### Enhancements

* Reduce memory usage when committing write transactions.
* Improve performance of compacting encrypted Realm files.
([PR #3221](https://github.com/realm/realm-core/pull/3221)).
* Add a Xcode 10.2 build to the release package.

### Fixed

* Fix a memory leak whenever Realm makes a HTTP(s) request to the Realm Object
Server (Issue [#6058](https://github.com/realm/realm-cocoa/issues/6058), since 3.8.0).
* Fix an assertion failure when creating an object in a synchronized Realm
Expand All @@ -18,17 +21,17 @@ x.y.z Release notes (yyyy-MM-dd)
is deallocated while the session is explicitly suspended (since 3.9.0).

### Compatibility

* File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
* Realm Object Server: 3.11.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 10.2.

### Internal

* Throw an exception rather than crashing with an assertion failure in more
cases when opening invalid Realm files.
* Upgraded to REALM_CORE_VERSION=5.14.0
* Upgraded to REALM_SYNC_VERSION=3.15.1

* Upgrade to REALM_CORE_VERSION=5.14.0
* Upgrade to REALM_SYNC_VERSION=3.15.1

3.13.1 Release notes (2019-01-03)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.13.1</string>
<string>3.14.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.13.1</string>
<string>3.14.0</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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.13.1
VERSION=3.14.0
REALM_CORE_VERSION=5.14.0
REALM_SYNC_VERSION=3.15.1
REALM_OBJECT_SERVER_VERSION=3.13.1

0 comments on commit 300cdf6

Please sign in to comment.