Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

44 lines (19 loc) · 2.22 KB

4.0.1 (2024-12-24)

Bug Fixes

  • Parse.ParseUser.LogOutAsync optimization (#403) (a0daac7)

4.0.0 (2024-12-19)

Features

  • Upgrade target framework from NET Standard 2.0 to .NET 6.0 (#393) (1d4ab13)

BREAKING CHANGES

  • This release requires .NET 6.0 or later and removes compatibility with NET Standard 2.0; Xamarin developers should migrate to .NET MAUI to use this version of the Parse SDK; Unity developers should use the previous SDK version until Unity supports .NET. (1d4ab13)

3.0.2 (2024-05-24)

Bug Fixes

  • Cannot access objects without user login (#368) (aa278df)

3.0.1 (2024-05-24)

Bug Fixes

  • SDK crash on conversion of double type range values to long type (#342) (816ba02)

3.0.0 (2024-05-23)

Features

BREAKING CHANGES

  • This changes the license to Apache 2.0. This release may contain breaking changes which are not listed here, so please make sure to test your app carefully when upgrading. (6887aff)