Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
8.1.0
What's Changed
- Add multi-region support to
initcommand - Update
initcommand to clear previous configuration inappwrite.json - Update localConfig to store multi-region endpoint
- Fix throw error when creating unknown attribute instead of timing out
- Fix equal comparison of large numbers and BigNumber instances using proper equality checks
- Fix duplication of reasons when comparing localConfig with remoteConfig
- Fix
firstOrNull()tofirstOrNullin types generation for dart - Fix unknown attribute
doubleerror during types generation - Refactor to use
isCloud()method consistently
Full Changelog: 8.0.2...8.1.0
8.0.2
What's Changed
- Add Type generation fixes:
- Properly handle enum attributes in dart, java and kotlin
- Fix initialisation of null attributes in dart's
fromMapmethod - Fix relationships and enums in swift
Full Changelog: 8.0.1...8.0.2
8.0.1
What's Changed
- Add
resourceIdandresourceTypeattributes tocreateRedirectRule - Add
providerReferencetovcscommand for getting repository contents - Add warning comment to bulk
updateDocumentsmethod - Fix type generation for enums in Typescript and PHP language
Full Changelog: 8.0.0...8.0.1
8.0.0
What's Changed
- Add
typescommand to generate language specific typings for collections. Currently supports -php,swift,dart,js,ts,kotlinandjava - Update bulk operation docs to include experiment feature warnings
- Breaking
⚠️ : Removeassistantservice and commands
Full Changelog: 7.0.0...8.0.0
7.0.0
What's Changed
- Add
sitescommand - Add
tokenscommand - Add
devKeyssupport to projects command - Add
init site,pull siteandpush sitecommands - Add bulk operation methods like
createDocuments,deleteDocumentsetc. - Add new upsert methods:
upsertDocumentandupsertDocuments - Update GET requests to not include
content-typeheader
Full Changelog: 6.2.3...7.0.0
6.2.3
What's Changed
- fix: hot swapping error in python ml function by @ChiragAgg5k in #163
Full Changelog: 6.2.2...6.2.3
6.2.2
What's Changed
Fixes
- Fix GitHub builds by adding qemu-system package by @ChiragAgg5k in appwrite/sdk-generator#1041
- Fix attribute creation timed out by @ChiragAgg5k in appwrite/sdk-generator#1042
Miscellaneous
- Regenerate sdks by @ChiragAgg5k in #162
Full Changelog: 6.2.1...6.2.2
6.2.1
What's Changed
Fixes
- Add listOrganizations to sdk-for-cli by @ChiragAgg5k in appwrite/sdk-generator#1039
Miscellaneous
- Regenerate sdks by @ChiragAgg5k in #159
New Contributors
- @ChiragAgg5k made their first contribution in #159
Full Changelog: 6.2.0...6.2.1
6.2.0
What's Changed
- Add specifications support to CLI by @PineappleIOnic in #155
- Update package version by @PineappleIOnic in #156
- Fix: Missed specifications param when updating a function by @PineappleIOnic in #157
Full Changelog: 6.1.0...6.2.0