8.3.0
What's Changed
- Feat: Add support for
appwrite.config.jsonfile- All new projects will be initialized with this configuration file
- Resolves bundler conflicts (e.g., Vite) that incorrectly interpret
.jsonfiles as library imports
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - 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.jsonfile remains fully supported for backward compatibility
Full Changelog: 8.2.2...8.3.0