Releases: appwrite/sdk-for-node
Releases · appwrite/sdk-for-node
22.1.2
What's Changed
- Fix very large double values (for example 1.7976931348623157e+308) from being expanded into giant integer literals
Full Changelog: 22.1.1...22.1.2
22.1.1
What's Changed
- Removed unused BigNumber import from src/client.ts to clean up dependencies
- Updated documentation examples to include the new encrypt option for text-like attributes (encrypt: false) across multiple examples
- Updated README to specify Appwrite server compatibility with 1.8.x
- Repo cleanup: removed obsolete GitHub workflow and issue template files as part of repository cleanup (non-breaking)
Full Changelog: 22.1.0...22.1.1
22.0.0
What's Changed
- Add array-based enum parameters (e.g.,
permissions: BrowserPermission[]). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
getQueueAuditssupport toHealthservice. - Add longtext/mediumtext/text/varchar attribute and column helpers to
DatabasesandTablesDBservices.
Full Changelog: 21.1.0...22.0.0
21.1.0
What's Changed
- Added ability to create columns and indexes synchronously while creating a table
Full Changelog: 21.0.0...21.1.0
21.0.0
What's Changed
- Rename
VCSDeploymentTypeenum toVCSReferenceType - Change
createTemplateDeploymentmethod signature: replaceversionparameter withtype(TemplateReferenceType) andreferenceparameters - Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
Full Changelog: 20.3.0...21.0.0
20.3.0
What's Changed
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance - Add
Operatorclass for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations - Add
createResendProviderandupdateResendProvidermethods toMessagingservice
Full Changelog: 20.2.1...20.3.0
20.2.1
20.1.0
What's Changed
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
Full Changelog: 20.0.0...20.1.0
20.0.0
What's Changed
- feat: Node.js SDK update for version 20.0.0 by @ChiragAgg5k in #124, introduces support of enums in response models.
Full Changelog: 19.1.0...20.0.0
19.2.0-rc.1
Full Changelog: 19.1.0-rc.1...19.2.0-rc.1