Skip to content

Releases: appwrite/sdk-for-cli

10.2.1

09 Oct 11:05
8f143d9
Compare
Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 10.1.0...10.2.1

10.1.0

08 Oct 07:35
f925c9e
Compare
Choose a tag to compare

What's Changed

  • Deprecate createVerification method in Account service
  • Add createEmailVerification method in Account service

Full Changelog: 10.0.1...10.1.0

10.0.1

01 Oct 04:40
ac18baf
Compare
Choose a tag to compare

What's Changed

  • Fix CLI Dart model generation issues by @Fellmonkey
  • Fix row permissions and security sync by @ChiragAgg5k
  • Fix error when pushing columns with relationships by @ChiragAgg5k
  • Fix resource name from attributes to columns for TablesDB indexes by @ChiragAgg5k

Full Changelog: 10.0.0...10.0.1

10.0.0

22 Sep 08:56
09587bb
Compare
Choose a tag to compare

What's Changed

  • Breaking: Removed Avatars CLI command and all related subcommands; corresponding examples deleted
  • Feat: Geo defaults now accept coordinate arrays for Databases and Tables DB, with automatic normalization
  • Feat: Pull command skips deprecated resources by default and shows clearer totals/messages
  • Feat: Updated CLI descriptions: Databases marked legacy; added tables-db, projects, and project
  • Fix TypeScript type generation now quotes invalid property names to produce valid typings
  • Update documentation: Removed Avatars CLI examples and updated help text to reflect new geo defaults and terminology

Full Changelog: 9.1.0...10.0.0

9.1.0

05 Sep 08:38
71e8c88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.2...9.1.0

9.0.2

27 Aug 05:17
6702551
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.1...9.0.2

9.0.1

26 Aug 13:33
2beaac3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...9.0.1

9.0.0

26 Aug 08:44
28a8e86
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.0...9.0.0

8.3.0

27 Jul 04:16
7d38dce
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for appwrite.config.json file
    • All new projects will be initialized with this configuration file
    • Resolves bundler conflicts (e.g., Vite) that incorrectly interpret .json files as library imports
  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Type generation fixes:
    • Fix relationships using the relatedCollection's id instead of name
    • Update auto generated comment to show relative path instead of absolute path

Note: The existing appwrite.json file remains fully supported for backward compatibility

Full Changelog: 8.2.2...8.3.0

8.2.2

18 Jul 23:21
c2c9a5c
Compare
Choose a tag to compare

What's Changed

  • Fix object comparison logic when pushing settings
  • Type generation fixes:
    • Dart: Fixed import casing to snake_case, removed extends Document and hardcoded attributes, removed unnecessary imports
    • Java: Fixed indentation to 4 spaces, updated imports to java.util.Objects, fixed enum casing in strict mode as per Oracle official docs
    • Javascript: Updated optional values formatting from |null to | null
    • Kotlin: Fixed indentation to 4 spaces per Kotlinlang official docs
    • PHP: Fixed indentation to 4 spaces per PHP Fig official docs
    • Swift: Fixed indentation to 4 spaces, improved decodeIfPresent usage for optionals, added missing public to init method
    • Typescript: Fixed indentation to 4 spaces per Typescript coding guidelines

Full Changelog: 8.2.1...8.2.2