Skip to content

Releases: cyface-de/ios-sensor-library

Version 13.0.2

22 Jan 12:52
57ab7cc
Compare
Choose a tag to compare
Added
* New Function provides ordered List of UploadTeasks from UploadSession
* Make UploadSession available to Apps, to update UI properly

Changed
* Send Proper Failure Messages from BackgroundUploadProcess
* Fail Upload on No Location Provided by PreRequest
* Decouple Database Updates from HTTP Responses
* Increase AppAuth Version to 1.7.6
* Enable resynchronization of failed Uploads

Deprecated
* DefaultUploadProcess since only the BackgroundUploadProcess should be used in the future.

Fixed
* Save CoreData Persistence Context on Deleting a Session
* Update MetaData appVersion and timestamps to reenable Uploads to a Cyface Server
* Delete orphaned files created during PreRequest

Version 13.0.1

22 Jan 12:52
Compare
Choose a tag to compare
* Fix storage of sensor data files under correct names

Version 13.0.0

22 Jan 12:52
Compare
Choose a tag to compare
New version in a new repository. Most code has been ported from the old
repository.
* Add: There is now a method to check if there has been a paused
  measurement. This makes it possible to resume a paused measurement
even if the operating system killed the app during a pause.
* Test Suite was fixed and ported to Swift Testing. Previously it did
  not run at all.