MagicalRecord 2.3 is the final 2.x point release of MagicalRecord. It is also the final release that will support the iOS 6.x and OS X 10.8 SDKs.
What's changed since Beta 3?
- Added support for specifying the where to save the persistent store file — see
[MagicalRecord setupCoreDataStackWithStoreAtURL:…]
and[MagicalRecord setupCoreDataStackWithAutoMigratingSqliteStoreAtURL:…]
- Fixed reported concurrency issues under iOS 8.0 — it's still your responsibility to handle concurrency, but we aim not to do anything unexpected
- Fixes logging messages during saves — it was being logged that the root saving context was being saved on the main thread
- iOS sample project now works again
Please report any issues you find and be sure to mention that you're using this version (v2.3.0-beta.4). We're hoping that this will be the final beta before MagicalRecord 2.3.0 is released, so please let us know if you find any glaring omissions or problems.
Thank you to everyone who has contributed to this release!