Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
13.3.0
What's Changed
- Support type generation for text/varchar/mediumtext/longtext attributes
- Improve CLI session switch and logout UX
Full Changelog: 13.2.1...13.3.0
13.2.1
13.2.0
What's Changed
- Feat: Add dedicated commands for text-based attribute management:
create-varchar-attribute,create-text-attribute,create-mediumtext-attribute,create-longtext-attributeupdate-varchar-attribute,update-text-attribute,update-mediumtext-attribute,update-longtext-attribute
- Feat: Add specifications support to CLI
- Fix: Include specifications parameter when updating functions
- Chore: Update installation docs and examples for new text attribute/column commands
- Refactor: Simplify
update-collectioncommand syntax
Full Changelog: 13.1.0...13.2.0
13.1.0
What's Changed
- Mark
appwrite generatecommand as stable - Improve permissions param to be a typesafe callback
- Fix relationship handling in generated code
- Fix
appwrite clientproperly hanlding--keyparameter - Fix
init sitenot working on Windows
Full Changelog: 13.1.0-rc.3...13.1.0
13.1.0-rc.3
What's Changed
- Allow generation of server side CRUD operations on databases and tables
- Fix npm distribution failing due to missing template files in bundle
Full Changelog: 13.1.0-rc.2...13.1.0-rc.3
13.1.0-rc.2
What's Changed
- Update generated
databasesservices to automatically initialize a client instance - Update generator to use handlebars templates
Full Changelog: 13.1.0-rc.1...13.1.0-rc.2
13.1.0-rc.1
What's Changed
- Feat:
appwrite generatecommand to create a fully typesafe SDK for your Appwrite project - Chore: improve creation of columns during table creation by passing them directly instead of creating them one by one
- Improved config validation by adding extra rules in zod schema
Full Changelog: 13.0.1...13.1.0-rc.1
13.0.1
What's Changed
- Fix
project initcommand leading to Cannot convert to BigInt error - Fix filter out unwanted attributes being pulled in the config file
Full Changelog: 13.0.0...13.0.1
13.0.0
What's Changed
- Mark release as stable
- Feat: add pull sync on destruction of remote resources (+ confirmation)
- Fix: refine zod schema to check string size
- Validate using zod schema during push cli command
- Maintain order of keys in local config
Full Changelog: 13.0.0-rc.5...13.0.0