Skip to content

Releases: appwrite/sdk-for-node

22.1.2

23 Feb 06:03
4e282f2

Choose a tag to compare

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

19 Feb 12:04
fdf1504

Choose a tag to compare

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

02 Feb 12:58
6365d82

Choose a tag to compare

What's Changed

  • Add array-based enum parameters (e.g., permissions: BrowserPermission[]).
  • Breaking change: Output enum has been removed; use ImageFormat instead.
  • Add getQueueAudits support to Health service.
  • Add longtext/mediumtext/text/varchar attribute and column helpers to Databases and TablesDB services.

Full Changelog: 21.1.0...22.0.0

21.1.0

18 Dec 08:20
4bede25

Choose a tag to compare

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

03 Dec 03:40
ec7998e

Choose a tag to compare

What's Changed

  • Rename VCSDeploymentType enum to VCSReferenceType
  • Change createTemplateDeployment method signature: replace version parameter with type (TemplateReferenceType) and reference parameters
  • Add getScreenshot method to Avatars service
  • Add Theme, Timezone and Output enums

Full Changelog: 20.3.0...21.0.0

20.3.0

03 Nov 06:01
04e54c6

Choose a tag to compare

What's Changed

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance
  • Add Operator class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
  • Add createResendProvider and updateResendProvider methods to Messaging service

Full Changelog: 20.2.1...20.3.0

20.2.1

09 Oct 11:05
0006ec1

Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 20.1.0...20.2.1

20.1.0

08 Oct 07:33
7864c83

Choose a tag to compare

What's Changed

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

Full Changelog: 20.0.0...20.1.0

20.0.0

03 Oct 04:13
1fb6ab9

Choose a tag to compare

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

25 Sep 07:39
b0cbd0f

Choose a tag to compare

19.2.0-rc.1 Pre-release
Pre-release