Skip to content

Releases: parse-community/Parse-SDK-dotNET

5.0.1

Choose a tag to compare

@parseplatformorg parseplatformorg released this 30 Mar 19:14

5.0.1 (2025-03-30)

Bug Fixes

  • Security upgrade braces from 3.0.2 to 3.0.3 (#395) (2e81163)

5.0.0

Choose a tag to compare

@parseplatformorg parseplatformorg released this 07 Mar 17:32

5.0.0 (2025-03-07)

Features

BREAKING CHANGES

  • Removes support for .NET 6.0, 7.0 as they have reached their end-of-life date. (8fa9be9)

4.0.2

Choose a tag to compare

@parseplatformorg parseplatformorg released this 02 Feb 21:52

4.0.2 (2025-02-02)

Bug Fixes

4.0.1

Choose a tag to compare

@parseplatformorg parseplatformorg released this 24 Dec 16:43

4.0.1 (2024-12-24)

Bug Fixes

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

4.0.0

Choose a tag to compare

@parseplatformorg parseplatformorg released this 19 Dec 17:28

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

Choose a tag to compare

@parseplatformorg parseplatformorg released this 24 May 22:48

3.0.2 (2024-05-24)

Bug Fixes

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

3.0.1

Choose a tag to compare

@parseplatformorg parseplatformorg released this 24 May 22:10

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

Choose a tag to compare

@parseplatformorg parseplatformorg released this 23 May 14:24

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)

2.0.0-develop-1

2.0.0-develop-1 Pre-release
Pre-release

Choose a tag to compare

@TobiasPott TobiasPott released this 29 Jun 14:45
fa0942c

Note

This is a development release to provide the latest code to anyone interested and to determine any problems with the SDK during actual use.
If you encounter any issue with the 2.x version of the SDK, please create a new issue to discuss the problem and possible solutions.

About

The new pre-release of the Parse SDK for .NET.

The 2.0.0-develop-1 release includes a rewrite to fully support .NET Standard on various platforms.
Various changes to the underlying code have been applied and it aims to replace the old version 1.7.0 in a recent and maintainable form.

Starting with this release the SDK does no longer include modular assemblies for different platforms.
Please consult the main page of the repository for usage guide and a starting point for using the SDK.

1.7.0

Choose a tag to compare

@richardjrossiii richardjrossiii released this 08 Jan 22:10

New:

  • Conversion.As() API for converting between collections of various types is now public (#71)
  • Implemented new, better APIs for initialization of the SDK (#79)
    • Can now change the server URL that the SDK points to (#147)
  • Can now send delayed push notifications (thanks, @Julien-Mialon! #94)
  • Now have alpha support for tvOS on Unity platforms (#144)

Fixed:

  • Fixed bug with ParseObject properties such as ACL, ObjectId (#98)
  • Can now handle date formats with any number of trailing zeroes (#84)
  • ParseObject subclassing should work once again on Unity (#118, #123)
  • Releases should now be properly strongly-signed again (#129)
  • TimeZones of installations should now be properly reported regardless of device language on Unity and WinPhone (#148)