Skip to content

Releases: appwrite/sdk-for-cli

13.3.0

05 Feb 12:22
40c750d

Choose a tag to compare

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

04 Feb 05:11
f18d9d0

Choose a tag to compare

What's Changed

Full Changelog: 13.2.0...13.2.1

13.2.0

03 Feb 11:29
cad4bba

Choose a tag to compare

What's Changed

  • Feat: Add dedicated commands for text-based attribute management:
    • create-varchar-attribute, create-text-attribute, create-mediumtext-attribute, create-longtext-attribute
    • update-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-collection command syntax

Full Changelog: 13.1.0...13.2.0

13.1.0

26 Jan 05:29
abfae2a

Choose a tag to compare

What's Changed

  • Mark appwrite generate command as stable
  • Improve permissions param to be a typesafe callback
  • Fix relationship handling in generated code
  • Fix appwrite client properly hanlding --key parameter
  • Fix init site not working on Windows

Full Changelog: 13.1.0-rc.3...13.1.0

13.1.0-rc.3

23 Jan 09:58
a41dd17

Choose a tag to compare

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

22 Jan 09:55
d2260e4

Choose a tag to compare

What's Changed

  • Update generated databases services 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

21 Jan 07:10
4eca3ca

Choose a tag to compare

What's Changed

  • Feat: appwrite generate command 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

19 Jan 12:28
5436e3a

Choose a tag to compare

What's Changed

  • Fix project init command 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

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