CARVIEW |
Select Language
HTTP/2 200
date: Sun, 20 Jul 2025 05:50:54 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"cb51a295b5f9fa42cb4822bc0ba9fab3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=50odkgEnJ3qJSivRkYqbYSH75otQRMIFdWJHclw%2F4LQpvyD7a%2BQRF6CFMTt8WVfF8g8Sg5SY%2BUL1buTPpmTqRuRJGFWkZSxfSC4uNAjoLKpdZHsNikTRcTLYFtbfgZyf9m1vl%2BShI9MzpV8SCf6bTm0kbPGLQss6vI5U4xjSvzmj8KI3MEPkgomIAAyXRNmDrujD5G3cWYxzTsi5A1gkvMKdzYvzLN%2FIJOF%2Bvb3zD3VMFXC1pqowE3bllMdebZkNMAtk54OLgtE8YQelMBW6VA%3D%3D--Lu3g5VQt6U1WIgC3--bZ737%2ByACxtHH9oGcr3nmg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.241693396.1752990654; Path=/; Domain=github.com; Expires=Mon, 20 Jul 2026 05:50:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 20 Jul 2026 05:50:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B4F6:3B2301:1F6B79:2C05CF:687C83BE
Releases · appwrite/sdk-for-dotnet · GitHub
15 Jul 04:51
Loading
18 May 09:51
Loading
08 May 11:41
Loading
25 Apr 10:22
Loading
22 Jan 03:23
Loading
02 Oct 21:25
Loading
10 Sep 11:58
Loading
27 Aug 13:23
Loading
18 Aug 08:39
Loading
13 Jun 22:57
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 20
Releases: appwrite/sdk-for-dotnet
Releases · appwrite/sdk-for-dotnet
0.14.0
713a790
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
, 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
Assets 2
0.13.0
7dc4b81
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
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
Assets 2
0.13.0-rc.1
Compare
Full Changelog: 0.12.0...0.13.0-rc.1
Assets 2
0.12.0
eee35f8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- fix: remove content-type from GET requests by @loks0n in #59
- update: min and max are not optional in methods like
UpdateIntegerAttribute
etc. - chore: regenerate sdk by @ChiragAgg5k in #60
- chore: fix build error by @ChiragAgg5k in #61
New Contributors
- @loks0n made their first contribution in #59
- @ChiragAgg5k made their first contribution in #60
Full Changelog: 0.11.0...0.12.0
Assets 2
0.11.0
8848ef8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
Assets 2
0.10.1
c7c6883
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
Assets 2
0.10.0
5e3b2fd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
Full Changelog: 0.9.0...0.10.0
Assets 2
0.9.0
e0ca491
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's New
- Support for Appwrite 1.6
- Added
key
attribute toRuntime
response model. - Added
buildSize
attribute toDeployments
response model. - Added
scheduledAt
attribute toExecutions
response model. - Added
scopes
attribute toFunctions
response model. - Added
specifications
attribute toFunctions
response model. - Added new response model for
Specifications
. - Added new response model for
Builds
. - Added
createJWT()
: Enables creating a JWT using theuserId
. - Added
listSpecifications()
: Enables listing available runtime specifications. - Added
deleteExecution()
: Enables deleting executions. - Added
updateDeploymentBuild()
: Enables cancelling a deployment. - Added
scheduledAt
parameter tocreateExecution()
: Enables creating a delayed execution
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.6.x
.
- Removed
otp
parameter fromdeleteMFAAuthenticator
. - Added
scopes
parameter for create/update function. - Renamed
templateBranch
totemplateVersion
increateFunction()
. - Renamed
downloadDeployment()
togetDeploymentDownload()
Bug Fixes
- None reported.
Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.
New Contributors
- @EVDOG4LIFE made their first contribution in #45
Full Changelog: 0.8.3...0.9.0
Assets 2
0.9.0-rc.1
Compare
Full Changelog: 0.8.3...0.9.0-rc.1
Assets 2
0.8.3
4c63388
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
Assets 2
Previous Next
You can’t perform that action at this time.