mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
2.4 KiB
2.4 KiB
Change log
0.24.0
- Added Query.contains, Query.containsAny, and Query.containsAll for enhanced filtering capabilities.
0.23.1
- Add
upsertmethod to RealtimeChannelshelper class - Fix
bignumber.jsbundler conflict by removing direct dependency in favor of transitive dependency fromjson-bigint
0.21.0
- Add
queriesparameter toclient.subscribe()for filtering Realtime events - Fix
Rolesenum removed from Teams service;rolesparameter now acceptsstring[] - Fix parameter detection in overloaded methods to check for optional params (Account, Avatars, Graphql)
0.20.0
- Add array-based enum parameters (e.g.,
permissions: BrowserPermission[]). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
Channelhelpers for Realtime.
0.19.0
- Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
0.18.0
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance - Add
Operatorclass for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
0.17.1
- Add transaction support for Databases and TablesDB
0.16.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
0.11.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
sequencesupport toDocumentmodel - Fix autocompletion not working for
Documentmodel even when generic is passed
0.10.1
- Fix URL based methods like
getFileViewURL,getFilePreviewURLetc. by adding the missingprojectIdto searchParams - Add
gifto ImageFormat enum
0.10.0
- Add generate file URL methods like
getFilePreviewURL,getFileViewURLetc. - Update (breaking) existing methods like
getFilePreviewto download the image instead of returning URLs
0.9.2
- Fix
devKeysby removing credentials from requests when the key is set
0.9.1
- Add
setDevkeyandupsertDocumentmethods
0.9.0
- Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Update default
qualityforgetFilePreviewfrom 0 to -1 - Remove
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod
0.7.4
- Upgrade dependencies to resolve PlatformConstants error with Expo 53
- Update doc examples to use new multi-region endpoint