Releases: getditto/DittoSwiftPackage
Releases · getditto/DittoSwiftPackage
3.0.0-alpha1
Changelog is located at https://docs.ditto.live/changelog
2.1.0
Changelog is located at https://docs.ditto.live/changelog
2.0.8
Changelog is located at https://docs.ditto.live/changelog
2.0.7
Changelog is located at https://docs.ditto.live/changelog
2.0.6
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
2.0.5
2.0.4
2.0.3
2.0.2
DittoSwift
- Fixed: Reduced size of DittoSwift framework
- Changed: performing an
.exec()
call, outside the scope of astore.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.