Skip to content

Releases: Backendless/Swift-SDK

5.5.5

10 Oct 10:33
ff36f25
Compare
Choose a tag to compare
  • fixed error on decoding ObjectProperty received from Flutter
  • fixed serialization/deserialization of GeoCluster
  • fixed serialization/deserialization of MessageStatus
  • fixed CodingKeys in class DeviceRegistration
  • fixed serialization/deserialization of class DeliveryOptions
  • fixed serialization/deserialization of class ReconnectAttemptObject
  • fixed serialization/deserialization of class BackendlessUser

5.5.4

08 Oct 06:44
0a1ce9e
Compare
Choose a tag to compare
  • fixed bug when mapped relations are broken
  • the FileService saveFile method fixed to return url String value correctly
  • fixed putting and getting custom types in the CacheService
  • added method to the CacheService
func get(key: String, ofType: Any.Type, responseHandler: ((Any?) -> Void)!, errorHandler: ((Fault) -> Void)!)

This method is available for Swift projects.

  • fixed error on sending BackendlessGeoQuery with empty metadata

5.5.3

01 Oct 06:27
ea84ae7
Compare
Choose a tag to compare
  • the CacheService get method returns nil if cache for the key doesn't exsist
  • the CacheService get method fixed to return String values correctly

5.5.2

24 Sep 10:06
0dbd039
Compare
Choose a tag to compare
  • fixed a bug when missing inherited object properties

5.5.1

23 Sep 11:58
a5aeae2
Compare
Choose a tag to compare
  • fixed deserialization of BackendlessGeoQuery class
  • fixed class to table mappings

5.5.0

28 Aug 09:11
51e309b
Compare
Choose a tag to compare
  • added RT support to the BackendlessDataCollection class
  • the SharedObject invoke method fixed

0.0.19

09 Aug 08:04
310d354
Compare
Choose a tag to compare
  • the BackendlessDataCollection whereClause fix

0.0.18

06 Aug 15:07
ba522c5
Compare
Choose a tag to compare
  • the BackendlessDataCollection class fix

0.0.17

06 Aug 14:40
0483860
Compare
Choose a tag to compare
  • added the BackendlessDataCollection class for automatic data loading purposes
  • added the blUserLocale property (two character code) to the BackendlessUser object
  • fixed crashes in the uploadFile and saveFile functions when file name contains unsupported characters
  • added methods to UserService:
func setUserToken(value: String)

func getUserToken()

func loginAsGuest(responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)

func loginAsGuest(stayLoggedIn: Bool, responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)
  • added methods for Backendless headers:
func getHeaders() -> [String : String]

func setHeader(key: String, value: String)

func removeHeader(key: String)

0.0.16

08 Jul 15:22
a362810
Compare
Choose a tag to compare
  • added Codable and NSCoding support for LoadRelationsQueryBuilder
  • LoadRelationsQueryBuilder initializers updated
  • the addRelations methods fixed to work correctly