Skip to content

Commit

Permalink
Merge pull request #2364 from realm/cm/rxjava-close-bug
Browse files Browse the repository at this point in the history
Realm Observables now holds a Realm instance reference
  • Loading branch information
cmelchior committed Mar 7, 2016
2 parents 6d1414a + 389828d commit 5f6c723
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 65 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* BREAKING CHANGE: All thread local change listeners are now delayed until the next Looper event instead of being triggered when committing.
* BREAKING CHANGE: Removed RealmConfiguration.getSchemaMediator() from public API which was deprecated in 0.86.0. Please use RealmConfiguration.getRealmObjectClasses() to obtain the set of model classes (#1797).
* BREAKING CHANGE: Realm.migrateRealm() throws a FileNotFoundException if the Realm file doesn't exist.
* BREAKING CHANGE: It is now required to unsubscribe from all Realm RxJava observables in order to fully close the Realm (#2357).
* Added support for custom methods, custom logic in accessors, custom accessor names, interface implementation and public fields in Realm objects. (#909)
* Added support to project Lombok. (#502)
* Deprecated methods: Realm.getInstance(Context). Use Realm.getInstance(RealmConfiguration) or Realm.getDefaultInstance() instead.
Expand Down

0 comments on commit 5f6c723

Please sign in to comment.