Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
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
url
is now optional in thecreateMembership
endpoint - Parameter
runtime
is now optional in theupdate
endpoint of theFunctions
class - Updates to
init
anddeploy
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
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 toupdateMembership
.
- The
Full Changelog: 2.0.2...3.0.0
2.0.2
2.0.1
What's Changed
- fix missing command description by @christyjacob4 in #76
Full Changelog: 2.0.0...2.0.1
2.0.0
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
1.2.0
1.1.1
What's changed
- Fix syntax error by @Meldiron in appwrite/sdk-generator#556
Full Changelog: 1.1.0...1.1.1