Releases: Backendless/Swift-SDK
Releases · Backendless/Swift-SDK
5.6.3
- fixed Units in the BackendlessGeoQuery which was broken for Objective-C in v5.6.2
5.6.2
- fixed CodingKeys in the BackendlessGeoQuery to work correctly with
sortBy
property
5.6.1
- fixed the currentUser wasn't updated issue when
stayLoggedIn = true
- StoredObjects now store also the BackendlessUser and DeviceRegistration objects
5.6.0
- 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
- fixed the
userToken
update issue - fixed the incorrect date format in the Backendless RequestManager class
5.5.10
- fixed the
addRelated
methods bug when they worked assetRelated
5.5.9
- 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
- the
create
method added into the PersistenceService - the
save
method logic changed. When anobjectId != nil
it works like update, whenobjectId == nil
it works like create
5.5.7
- fixed crash in the createBulk method
- the update method returns fault when missing objectId
5.5.6
- fixed CodingKeys in class DeviceRegistration