Skip to content

Releases: appwrite/sdk-for-cli

13.0.0

14 Jan 16:02
d76e779

Choose a tag to compare

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 Jan 08:05
23912c1

Choose a tag to compare

What's Changed

  • Fix Push all not working correctly

Full Changelog: 13.0.0-rc.4...13.0.0-rc.5

13.0.0-rc.4

12 Jan 04:56
b6c69c3

Choose a tag to compare

What's Changed

  • Fix CLI ES module import issues

Full Changelog: 13.0.0-rc.3...13.0.0-rc.4

13.0.0-rc.3

09 Jan 11:39
95bf883

Choose a tag to compare

What's Changed

  • Add Schema class 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

05 Jan 13:06
30fde4c

Choose a tag to compare

13.0.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 13.0.0-rc.1...13.0.0-rc.2

13.0.0-rc.1

22 Dec 12:07
8c0fed3

Choose a tag to compare

13.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 12.0.1...13.0.0-rc.1

12.0.1

03 Dec 03:40
bc16866

Choose a tag to compare

What's Changed

Fix type generation for point, lineString and polygon columns

Full Changelog: 12.0.0...12.0.1

12.0.0

21 Nov 05:14
03a1e15

Choose a tag to compare

What's Changed

  • Change create-deployment-template's version parameter to type and reference. eg. usage - create-deployment-template --type tag --reference 1.0.0
  • Remove bucket-id parameter from create-csv-export command
  • Allow enabling or disabling of image transformations in a bucket
  • Fix type generation for point, lineString and polygon columns

Full Changelog: 11.1.1...12.0.0

11.1.1

10 Nov 09:31
20a6015

Choose a tag to compare

What's Changed

  • Fix duplicate enums during type generation by prefixing them with table name. For example, enum MyEnum will now be generated as enum MyTableMyEnum to avoid conflicts.

Full Changelog: 11.1.0...11.1.1

11.1.0

03 Nov 06:01
9961632

Choose a tag to compare

What's Changed

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance

Full Changelog: 11.0.0...11.1.0