Skip to content

Releases: netreconlab/Parse-Swift

6.0.0-beta.7

11 Jan 06:00
d8b5182

Choose a tag to compare

6.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • fix: URLSession usage on Linux, Windows, and Android by @cbaker6 in #219

Full Changelog: 6.0.0-beta.6...6.0.0-beta.7

6.0.0-beta.6

09 Jan 07:17
4dc6561

Choose a tag to compare

6.0.0-beta.6 Pre-release
Pre-release

What's Changed

  • fix: LiveQuery clients should receive messages using a new task by @cbaker6 in #218

Full Changelog: 6.0.0-beta.5...6.0.0-beta.6

6.0.0-beta.5

09 Jan 06:28
6baa396

Choose a tag to compare

6.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • fix: Only set default LiveQuery client once by @cbaker6 in #217

Full Changelog: 6.0.0-beta.4...6.0.0-beta.5

6.0.0-beta.4

09 Jan 05:23
c56fbb9

Choose a tag to compare

6.0.0-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: 6.0.0-beta.3...6.0.0-beta.4

6.0.0-beta.3

09 Jan 01:08
5d761d6

Choose a tag to compare

6.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 6.0.0-beta.2...6.0.0-beta.3

6.0.0-beta.2

08 Jan 22:14
0533236

Choose a tag to compare

6.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • fix: Update supported Swift versions to 6.x in Cocoapods by @cbaker6 in #212
  • fix: Update Swift Framework to 6.0 by @cbaker6 in #213
  • fix: Provide locks for LiveQuery tasks by @cbaker6 in #214

Full Changelog: 6.0.0-beta.1...6.0.0-beta.2

6.0.0-beta.1

05 Jan 23:29
894a9ea

Choose a tag to compare

6.0.0-beta.1 Pre-release
Pre-release

Full Changelog, Documentation

Breaking Changes

  • Update SDK to be Swift 6.0+ compliant. This includes making all objects Sendable and reducing the possibility of data races. Added WASM support. Multiple batches now perform asynchronously (#208), thanks to @cbaker6.
  • Remove all deprecated code and warnings (#211), thanks to @cbaker6.

5.12.3

14 May 18:04
12b8e75

Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Update async methods so they do not produce warnings in Swift 6.0 (#198), thanks to @cbaker6.

5.12.2

17 Apr 20:46
c9d8c95

Choose a tag to compare

Full Changelog, Documentation

Fixes

  • When creating objects, if the server does not return the correct full object, attempt to retrieve it before returning to call-site. (#197), thanks to @cbaker6.
  • Fixes an issue when using mergeable on ParseInstallation's' and properties that are automatically computed such as appVersion are not sent to the server. (#197), thanks to @cbaker6.

5.12.1

17 Apr 07:00
e4d22f7

Choose a tag to compare

5.12.1

Full Changelog, Documentation

Fixes

  • Fix failing to decode a ParseInstallation or ParseUser due to object returning from the server as a pointer (#196), thanks to @cbaker6.