Skip to content

Releases: netreconlab/Parse-Swift

5.7.0

28 May 01:54
8ae5296
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Add failedLoginCount and accountLockoutExpiresAt to ParseCloudUser protocol for better access (#109), thanks to @cbaker6.

5.6.0

12 May 04:05
0902da8
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Adds liveQueryConnectionAdditionalProperties parameter to SDK configuration to prevent additional properties from being sent to LiveQuery servers. This is useful for Parse Servers < 4.0.0 (#103), thanks to @cbaker6.

Fixes

  • Modernize Xcode project by using only one framework target. Also removes Carthage testing from CI (#101), thanks to @cbaker6.

5.5.1

09 May 22:14
8e8a847
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Move enableAutomaticLogin() to the appropriate ParseUser protocol (#100), thanks to @cbaker6.

5.5.0

09 May 17:59
7a0540c
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Adds a setting to enable automatic user login by calling User.current(). The setting can be enabled/disabled when initializing the SDK by setting "usingAutomaticLogin" or at anytime after initialization using User.enableAutomaticLogin() (#98), thanks to @cbaker6.
  • Add ParseServer.information() to retrieve version and info from a Parse Server. Depracates ParseHealth and check() in favor of ParseServer and health() respectively (#97), thanks to @cbaker6.

5.4.3

02 May 17:24
0e40929
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Move some ParseObject methods and properties to required to leverage developer implementations (#96), thanks to @cbaker6.

5.4.2

01 May 16:15
a746db0
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Prevent crash when the developer makes query, fetch, etc. calls before the SDK is properly initialized (#95), thanks to @cbaker6.
  • Add backwards compatability to Xcode 13.2. Building on Xcode <13.3 only works for SPM (#92), thanks to @cbaker6.

5.4.1

04 Apr 03:30
088e420
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Refactor test suite and code for Swift 5.8. Removes a number of warnings that show up in Xcode 14.3 (#90), thanks to @cbaker6.

5.4.0

03 Apr 00:37
a790bb7
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Add batch and increment double operations. All operations have also been made public so developers can build batch operations with ParseOperationBatch (#88), thanks to @cbaker6.

5.3.3

17 Mar 20:07
8c7d8dc
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Only retry connections for specific error codes (#84), thanks to @cbaker6.

5.3.2

17 Mar 17:08
c371d5d
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • ParseFile id creation should be consistent to ensure proper hashing (#83), thanks to @cbaker6.