Skip to content

Releases: Backendless/Swift-SDK

5.6.3

19 Nov 15:52
f064ae8
Compare
Choose a tag to compare
  • fixed Units in the BackendlessGeoQuery which was broken for Objective-C in v5.6.2

5.6.2

19 Nov 14:00
0849db5
Compare
Choose a tag to compare
  • fixed CodingKeys in the BackendlessGeoQuery to work correctly with sortBy property

5.6.1

19 Nov 09:04
c51884f
Compare
Choose a tag to compare
  • fixed the currentUser wasn't updated issue when stayLoggedIn = true
  • StoredObjects now store also the BackendlessUser and DeviceRegistration objects

5.6.0

15 Nov 10:28
c21b75e
Compare
Choose a tag to compare
  • added the relationsPageSize property to the DataQueryBuilder
  • added the sortBy property to the BackendlessGeoQuery
  • fixed CodingKeys in the BackendlessGeoQuery
  • fixed the user-token duplication in the UserService

5.5.11

13 Nov 09:53
23ce7e3
Compare
Choose a tag to compare
  • fixed the userToken update issue
  • fixed the incorrect date format in the Backendless RequestManager class

5.5.10

05 Nov 08:50
1d8996a
Compare
Choose a tag to compare
  • fixed the addRelated methods bug when they worked as setRelated

5.5.9

29 Oct 15:09
9e5bdea
Compare
Choose a tag to compare
  • fixed the BackendlessUser password is not updating issue
  • fixed the issue caused by spaces and dashes in the project's product name
  • updated the blUserLocale bahavior

5.5.8

18 Oct 12:49
88ec2f5
Compare
Choose a tag to compare
  • the create method added into the PersistenceService
  • the save method logic changed. When an objectId != nil it works like update, when objectId == nil it works like create

5.5.7

18 Oct 07:25
aa1cc66
Compare
Choose a tag to compare
  • fixed crash in the createBulk method
  • the update method returns fault when missing objectId

5.5.6

15 Oct 07:43
6c94dea
Compare
Choose a tag to compare
  • fixed CodingKeys in class DeviceRegistration