Releases: appwrite/sdk-for-dotnet
Releases · appwrite/sdk-for-dotnet
0.21.1
0.20.0
What's Changed
- Deprecate
createVerification
method inAccount
service - Add
createEmailVerification
method inAccount
service
Full Changelog: 0.19.0...0.20.0
0.19.0
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
0.17.0
What's Changed
- [BREAKING] Rename
CreditCard
enum valueUnionChinaPay
toUnionPay
- 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
0.15.0
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
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
, andExtensions.cs.twig
- Update model attributes from
[JsonProperty]
to[JsonPropertyName]
inModel.cs.twig
- Create new
ObjectToInferredTypesConverter.cs.twig
for proper object type handling - Replace
JsonConverter
withJsonConverter<object>
inValueClassConverter.cs.twig
- Update error handling to use
JsonDocument
instead ofJObject
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
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
andVCSDeploymentType
- Update enum for
runtimes
with Pythonml312, Dart219, Flutter327 and Flutter329 - Add
token
param togetFilePreview
andgetFileView
for File tokens usage - Add
queries
andsearch
params tolistMemberships
method - Remove
search
param fromlistExecutions
method
Full Changelog: 0.12.0...0.13.0
0.13.0-rc.1
Full Changelog: 0.12.0...0.13.0-rc.1