Skip to content

Releases: appwrite/sdk-for-cli

4.2.0

20 Nov 21:53
ae7f9fe
Compare
Choose a tag to compare

What's Changed

  • Add pagination + scaling timeouts for database deploys by @abnegate in #103

Full Changelog: 4.1.0...4.2.0

4.1.0

14 Sep 19:13
b0b59ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

08 Sep 05:23
7d74d08
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
  • Updates to init and deploy commands to support the new Appwrite Functions
  • Fixed bugs with chunked uploads
  • Upgraded axios library to 1.5.0

Full Changelog: 3.0.0...4.0.0

3.0.0

30 Aug 13:39
4f21877
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: 2.0.2...3.0.0

2.0.2

12 Apr 21:45
b461997
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

12 Apr 21:22
7ccc879
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

12 Apr 10:21
d98462c
Compare
Choose a tag to compare

What's Changed

  • Added Appwrite 1.3.0 support
  • Added relationships support
  • Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select.
  • Added update attribute support
  • Added team prefs support
  • Added support for select queries with getDocument
  • [BREAKING] Changed function create/update execute parameter to optional
  • [BREAKING] Changed team update function to updateName
  • [BREAKING] Changed Account service to use the User model instead of Account
  • [BREAKING] Changed createMembership to allow an email, userId or phone

Full Changelog: 1.2.1...2.0.0

1.2.1

22 Feb 05:38
79876b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

27 Dec 23:10
9007d34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

22 Sep 09:39
6d19ac0
Compare
Choose a tag to compare

What's changed

Full Changelog: 1.1.0...1.1.1