Skip to content

Releases: appwrite/sdk-for-cli

5.0.3

17 Apr 19:04
908cd72

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

04 Apr 18:52
a0e8f72

Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

21 Mar 16:13
8511dcd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

08 Mar 14:55
dcd4c99

Choose a tag to compare

What's New

  • Support for Appwrite 1.5
  • Added enum support
  • Added SSR support
  • Added messaging service support
  • Added contains query support
  • Added or query support

4.2.2

21 Feb 07:40
ead5533

Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...4.2.2

4.2.1

14 Feb 07:53
b72ade6

Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.2.0

20 Nov 21:53
ae7f9fe

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

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

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

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