Skip to content

Releases: appwrite/sdk-for-node

12.0.0-rc.4

21 Feb 11:01
dc95079
Compare
Choose a tag to compare
12.0.0-rc.4 Pre-release
Pre-release

Full Changelog: 11.1.0...12.0.0-rc.4

11.1.0

20 Nov 04:25
3e4e6ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.0...11.1.0

11.0.0

07 Sep 22:46
1390e2d
Compare
Choose a tag to compare

What's Changed

  • BREAKING - Parameter url is now optional in the createMembership endpoint
  • Parameter runtime is now optional in the update endpoint of the Functions class

Full Changelog: 10.0.1...11.0.0

10.0.1

01 Sep 17:50
27e7a62
Compare
Choose a tag to compare

What's Changed

  • Fix variable name collisions
  • Fix content-range header for chunked uploads

Full Changelog: 10.0.0...10.0.1

10.0.0

30 Aug 13:38
aaea14a
Compare
Choose a tag to compare

What's Changed

  • Support for Appwrite 1.4.0
  • New endpoints for fetching user identities
  • New endpoints for listing locale codes
  • New endpoint for downloading a function deployment
  • Updated documentation
  • Breaking changes:
    • The createFunction method has a new signature.
    • The createExecution method has a new signature.
    • The updateFunction method has a new signature.
    • The createDeployment method no longer requires an entrypoint.
    • The updateFile method now includes the ability to update the file name.
    • The updateMembershipRoles method has been renamed to updateMembership.

Full Changelog: 9.0.0...10.0.0

9.0.0

29 Apr 09:04
68e46fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.2.0...9.0.0

8.2.0

27 Dec 23:08
6cb6f1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.1.0...8.2.0

8.1.0

22 Sep 04:29
0fac3f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.0...8.1.0

8.0.0

14 Sep 19:42
0fbc5a6
Compare
Choose a tag to compare

NEW

  • Support for Appwrite 1.0.0
  • More verbose headers have been included in the Clients - x-sdk-name, x-sdk-platform, x-sdk-language, x-sdk-version
  • Helper classes and methods for Permissions, Roles and IDs
  • Helper methods to suport new queries
  • All Dates and times are now returned in the ISO 8601 format
  • Execution Model now has an additional stdout attribute
  • Endpoint for creating DateTime attribute
  • User imports API with support for multiple hashing algorithms
  • CRUD API for functions environment variables
  • createBucket now supports different compression algorithms

BREAKING CHANGES

  • databaseId is no longer part of the Database Service constructor. databaseId will be part of the respective methods of the database service.
  • The Users.create() method signature has now been updated to include a phone parameter
  • color attribute is no longer supported in the Avatars Service
  • The number argument in phone endpoints have been renamed to phone
  • List endpoints no longer support limit, offset, cursor, cursorDirection, orderAttributes, orderTypes as they have been moved to the queries array
  • read and write permission have been deprecated and they are now included in the permissions array
  • Parameter permission for collections and buckets are now renamed to documentSecurity & fileSecurity respectively
  • All get prefixed endpoints returning lists have been re-prefixed to list
  • Renamed methods of the Query helper
    1. lesser renamed to lessThan
    2. lesserEqual renamed to lessThanEqual
    3. greater renamed to greaterThan
    4. greaterEqual renamed to greaterThanEqual

Full Changelog for Appwrite 1.0.0 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md

7.0.3

06 Sep 14:04
Compare
Choose a tag to compare

Full Changelog: 7.0.2...7.0.3