mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
2.4 KiB
2.4 KiB
Change Log
8.1.1
- Fix circular dependency issue due to usage of
successmethod inutils.jsfile fromparser.jsfile - Type generation fixes:
- Add ability to generate types directly to a specific file by passing a file path to
appwrite types output_path, instead of just a directory - Fix non-required attributes to not be null if default value is provided
- Fix
Modelsimport error - Improve formatting and add auto-generated comments
- Add ability to generate types directly to a specific file by passing a file path to
8.1.0
- 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 - Refactor to use
isCloud()method consistently
8.0.2
- Add Type generation fixes:
- Properly handle enum attributes in dart, java and kotlin
- Fix initialisation of null attributes in dart's fromMap method
- Fix relationships and enums in swift
8.0.1
- Add
resourceIdandresourceTypeattributes tocreateRedirectRule - Add
providerReferenceto vcs command for getting repository contents - Add warning comment to
bulk updateDocumentsmethod - Fix type generation for enums in Typescript and PHP language
8.0.0
- 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
- Remove assistant service and commands
7.0.0
- Add
sitescommand - Add
tokenscommand - Add
devKeyssupport toprojectscommand - 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-type header
6.2.3
- Fix hot swapping error in
python-mlfunction
6.2.2
- Fix GitHub builds by adding
qemu-systempackage - Fix attribute creation timed out
6.2.1
- Add
listOrganizationsmethod toorganizationsservice and fix init project command
6.2.0
- Add specifications support to CLI
- Update package version
- Fix: Missed specifications param when updating a function