Skip to content

Releases: deeje/CloudCore

5.1.0 - Battle Tested Push Logic

01 Jun 20:00
17a0b8d
Compare
Choose a tag to compare

Found and fixed some issues with rapid inserts in Core Data causing data integrity issues during push.

5.0.2 (Sync version numbers)

18 May 20:27
8d609c4
Compare
Choose a tag to compare
Merge pull request #32 from deeje/fix/versionInSpec

5.0.2 - Update Version in Podspec

5.0.1 Update Example app

18 May 20:22
0c1b64b
Compare
Choose a tag to compare
Merge pull request #31 from deeje/fix/example5.0

Update Example app

5.0 - Maskable Attributes & Cacheable Assets

15 May 22:04
5d31ad3
Compare
Choose a tag to compare

Maskable Attributes enables you to identify which fields are to be excluded during fetch and modify operations between CloudKit and Core Data.

Cacheable Assets builds on Maskable Attributes to ignore asset-type fields during fetch and modify operations, and enable you to configure your schema to support very large assets which can be uploaded and downloaded using Long-Lived CloudKit operations.

4.1.1

13 Apr 18:01
Compare
Choose a tag to compare

update #available for encryptedValues on all platforms

4.1

12 Apr 22:35
7c51b88
Compare
Choose a tag to compare
4.1

Support 'Allows Cloud Encryption' for attributes in Core Data with automatic encoding to and from encryptedValues[] in CloudKit

4.0.2

03 Apr 01:20
2f771f7
Compare
Choose a tag to compare

Fixes for CloudKit error 3, not online when using cellular.
Fix App Extension API only warning in WatchKit

4.0.1

03 Apr 01:19
ed2c2a5
Compare
Choose a tag to compare

fix two random crashes, see commit history for details

4.0.0

04 Aug 20:14
3deea7d
Compare
Choose a tag to compare

Features
Sharing and SharingUI support
Updated Example app includes Sharing
add convenience func NSPersistentContainer.performBackgroundPushTask(…)
Add ability to pull a root record #3d9ffdfeb70e, #66d68ca9
Gracefully handle unknown references #c7e9a056

Fixes
Broken sync tokens #0392745a
Workaround for bug in CloudKit zone name #5f5676be
Potential race condition in processChanges #32cdd72a
Improper access outside of context threads #e9181165
Serialize pull requests, to eliminate chance of duplicates #52f131a

3.0.0

20 Aug 21:40
bdd1bb1
Compare
Choose a tag to compare
  • Support for offline synchronization via NSPersistentHistory
  • Support for CoreData Relationships
  • Support for Shared and Public Databases
  • Swift 5.0