Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
5.0.3
5.0.2
What's Changed
- Fix msg91 params by @stnguyen90 in #120
- Merge Dev into Master for 5.0.2 release by @stnguyen90 in #123
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- Update
README.mdby @lucasmichot in #113 - Release 5.0.1 by @stnguyen90 in #118
- Release 5.0.1 by @stnguyen90 in #119
New Contributors
- @lucasmichot made their first contribution in #113
- @stnguyen90 made their first contribution in #118
Full Changelog: 5.0.0...5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
What's Changed
Full Changelog: 4.1.0...4.2.0
4.1.0
4.0.0
What's Changed
- BREAKING - Parameter
urlis now optional in thecreateMembershipendpoint - Parameter
runtimeis now optional in theupdateendpoint of theFunctionsclass - Updates to
initanddeploycommands 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
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
createFunctionmethod has a new signature. - The
createExecutionmethod has a new signature. - The
updateFunctionmethod has a new signature. - The
createDeploymentmethod no longer requires an entrypoint. - The
updateFilemethod now includes the ability to update the file name. - The
updateMembershipRolesmethod has been renamed toupdateMembership.
- The
Full Changelog: 2.0.2...3.0.0