Skip to content

Releases: getditto/DittoSwiftPackage

3.0.0-alpha1

01 Dec 15:26
Compare
Choose a tag to compare

2.1.0

02 Nov 23:51
Compare
Choose a tag to compare

Changelog is located at https://docs.ditto.live/changelog

2.0.8

21 Oct 01:07
Compare
Choose a tag to compare

Changelog is located at https://docs.ditto.live/changelog

2.0.7

23 Sep 03:02
Compare
Choose a tag to compare

Changelog is located at https://docs.ditto.live/changelog

2.0.6

15 Sep 22:15
Compare
Choose a tag to compare

Swift

  • Fixed: The SwiftPM .zip artifact included an unintended .swiftsourceinfo file which causes mismatched versions of the Swift toolchain to cause errors. CocoaPods artifacts were unaffected.
  • Fixed: Ensure Ditto internal auth client is shut down correctly when it's no longer needed

ObjC

  • Fixed: Ensure Ditto internal auth client is shut down correctly when it's no longer needed

1.1.11

09 Sep 22:01
Compare
Choose a tag to compare

Swift & ObjC

  • Fixed: a very rare deadlock when starting sync immediately after creating the Ditto instance.

2.0.5

08 Sep 21:33
Compare
Choose a tag to compare

Swift & ObjC

  • Fixed: a very rare deadlock when starting sync immediately after creating the Ditto instance.

2.0.4

01 Sep 18:29
Compare
Choose a tag to compare
  • Synchronized version bump release

2.0.3

01 Sep 16:38
Compare
Choose a tag to compare

DittoSwift & DittoObjC

  • Fixed: rare crash due to a race condition within Ditto's Bluetooth subsystem.
  • Changed: presence data is no longer synced with the big peer.

2.0.2

26 Aug 22:13
Compare
Choose a tag to compare

DittoSwift

  • Fixed: Reduced size of DittoSwift framework
  • Changed: performing an .exec() call, outside the scope of a store.write { } block, no longer tries to obtain a write transaction and instead uses a read transaction.

DittoObjC

  • Changed: performing an -exec call, outside the scope of a [store write:^{ }] block, no longer tries to obtain a write transaction and instead uses a read transaction.