Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
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
13.0.0-rc.5
13.0.0-rc.4
13.0.0-rc.3
What's Changed
- Add
Schemaclass for programmatically pushing and pulling appwrite config - Add client side db generation using
schema.db.generate()command
Full Changelog: 13.0.0-rc.2...13.0.0-rc.3
13.0.0-rc.2
What's Changed
- feat: Command Line SDK update for version 13.0.0-rc.2 by @ChiragAgg5k in #225
- fix: publish workflow by @ChiragAgg5k in #226
- fix: publish and add test by @ChiragAgg5k in #227
- fix: use npm for publish by @ChiragAgg5k in #228
Full Changelog: 13.0.0-rc.1...13.0.0-rc.2
13.0.0-rc.1
What's Changed
- feat: Command Line SDK update for version 13.0.0-rc.1 by @ChiragAgg5k in #223
Full Changelog: 12.0.1...13.0.0-rc.1
12.0.1
What's Changed
Fix type generation for point, lineString and polygon columns
Full Changelog: 12.0.0...12.0.1
12.0.0
What's Changed
- Change
create-deployment-template'sversionparameter totypeandreference. eg. usage -create-deployment-template --type tag --reference 1.0.0 - Remove
bucket-idparameter fromcreate-csv-exportcommand - Allow enabling or disabling of image
transformationsin a bucket - Fix type generation for
point,lineStringandpolygoncolumns
Full Changelog: 11.1.1...12.0.0
11.1.1
What's Changed
- Fix duplicate
enumsduring type generation by prefixing them with table name. For example,enum MyEnumwill now be generated asenum MyTableMyEnumto avoid conflicts.
Full Changelog: 11.1.0...11.1.1
11.1.0
What's Changed
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance
Full Changelog: 11.0.0...11.1.0