Skip to content

Releases: appwrite/sdk-for-dotnet

0.21.1

09 Oct 11:05
a72f69a
Compare
Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 0.20.0...0.21.1

0.20.0

08 Oct 07:35
57e0059
Compare
Choose a tag to compare

What's Changed

  • Deprecate createVerification method in Account service
  • Add createEmailVerification method in Account service

Full Changelog: 0.19.0...0.20.0

0.19.0

03 Oct 04:17
b8a7189
Compare
Choose a tag to compare

What's Changed

  • feat: .NET SDK update for version 0.19.0 by @ChiragAgg5k in #72, introduces support of enums in response models.

Full Changelog: 0.18.0...0.19.0

0.18.0

23 Sep 07:14
6fbb14c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.18.0

0.17.0

08 Sep 11:26
668e18a
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Rename CreditCard enum value UnionChinaPay to UnionPay
  • Add time between query support
  • Add spatial attribute support
  • Add spatial index support
  • Add spatial query support

Full Changelog: 0.16.0...0.17.0

0.16.0

26 Aug 06:34
e91c07a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

01 Aug 04:53
5609ce8
Compare
Choose a tag to compare

What's Changed

  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add encrypt support to StringAttribute model
  • Add sequence support to Document model
  • Fix passing enum value as string in API params

Full Changelog: 0.14.0...0.15.0

0.14.0

15 Jul 04:51
713a790
Compare
Choose a tag to compare

What's Changed

  • Refactor from Newtonsoft.Json to System.Text.Json for serialization/deserialization
  • Update package dependencies in Package.csproj.twig
  • Migrate all serialization/deserialization logic in Client.cs.twig, Query.cs.twig, and Extensions.cs.twig
  • Update model attributes from [JsonProperty] to [JsonPropertyName] in Model.cs.twig
  • Create new ObjectToInferredTypesConverter.cs.twig for proper object type handling
  • Replace JsonConverter with JsonConverter<object> in ValueClassConverter.cs.twig
  • Update error handling to use JsonDocument instead of JObject

A special thank you to @Fellmonkey for their significant contributions and dedication in implementing these improvements.

Full Changelog: 0.13.0...0.14.0

0.13.0

18 May 09:51
7dc4b81
Compare
Choose a tag to compare

What's Changed

  • Add <REGION> to doc examples due to the new multi region endpoints
  • Add doc examples and methods for bulk api transactions: createDocuments, deleteDocuments etc.
  • Add doc examples, class and methods for new Sites service
  • Add doc examples, class and methods for new Tokens service
  • Add enums for BuildRuntime , Adapter, Framework, DeploymentDownloadType and VCSDeploymentType
  • Update enum for runtimes with Pythonml312, Dart219, Flutter327 and Flutter329
  • Add token param to getFilePreview and getFileView for File tokens usage
  • Add queries and search params to listMemberships method
  • Remove search param from listExecutions method

Full Changelog: 0.12.0...0.13.0

0.13.0-rc.1

08 May 11:41
048f4e5
Compare
Choose a tag to compare
0.13.0-rc.1 Pre-release
Pre-release

Full Changelog: 0.12.0...0.13.0-rc.1