Skip to content

Releases: Backendless/Swift-SDK

5.7.6

25 Feb 15:55
c22d321
Compare
Choose a tag to compare
  • fixed class to table mapping issue
  • fixed type casting for Backendless types

5.7.5

20 Feb 15:41
a7eaa49
Compare
Choose a tag to compare
  • fixed issue when parsing Geometry types for Flutter-SDK

5.7.4

14 Feb 18:46
4d81b99
Compare
Choose a tag to compare
  • code refactored
  • added the PersistenceHelper class
  • classes related to current GeoService marked as deprecated
  • fixed Backendless system classes conversion when working with dictionary approach

5.7.3

28 Jan 12:46
c5ea1a0
Compare
Choose a tag to compare
  • fixed isValidUserToken method to return error when Internet connection is not available
  • refactored Fault contructor to handle URLSession errors correctly
  • fixed tests according to the last server changes

5.7.2

24 Jan 08:37
1993b3d
Compare
Choose a tag to compare
  • fixed the DataQueryBuilder properties property to work correctly in search queries
  • fixed BLGeometry tests and methods that allow to get geometry objects from WKT or GeoJSON
  • BackendlessDataCollection fixed

5.7.1

15 Jan 09:26
30a0d01
Compare
Choose a tag to compare
  • fixed issue when BackendlessUser object lost its objectId while decoding
  • fixed issue when RT disconnect listener didn't trigger when internet disappeared

5.7.0

10 Jan 12:39
e50b5c6
Compare
Choose a tag to compare
  • added Spatial Data support
  • added guest login with social account:
public func loginWithFacebook(accessToken: String, guestUser: BackendlessUser, fieldsMapping: [String: String], responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)

func loginWithTwitter(authToken: String, authTokenSecret: String, guestUser: BackendlessUser, fieldsMapping: [String: String], responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)

func loginWithGoogle(accessToken: String, guestUser: BackendlessUser, fieldsMapping: [String: String], responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)
  • added function to DataQueryBuilder and LoadRelationsQueryBuilder:
func addProperties(properties: String...)
  • fixed issue when RT-subscriptions were lost after socket reconnection

5.6.6

06 Dec 10:09
3a8df97
Compare
Choose a tag to compare
  • fixed the geolocation search in radius issue when all category points returned

5.6.5

29 Nov 09:16
870bbfc
Compare
Choose a tag to compare
  • fixed LoadRelationsQueryBuilder issue with Users table
  • fixed problems with saving/getting objects with File Reference property

5.6.4

21 Nov 13:21
5dbc56b
Compare
Choose a tag to compare
  • customized encoding/decoding for DataQueryBuilder