Skip to content

3.3.9

Compare
Choose a tag to compare
@heyzooi heyzooi released this 11 Mar 00:48
· 657 commits to master since this release

Breaking Changes

FileStore.download(_ file: inout File) and his overloaded version where removed. You now should use FileStore.download(_ file: File), so no need to pass the file as a reference (fileStore.download(&file)) anymore

Bugfixes

  • Crash when try to upload a file with a pre-defined fileId
  • Crash when a protocol marked as @objc compatible was used inside of an Entity subclass
  • Warning about pending promises being deallocated during usage of FileStore