mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
1.7 KiB
1.7 KiB
Change Log
21.3.0
- Add new
Realtimeservice with methods for subscribing to channels and receiving messages - Fix
client.setSessionnot working when using realtime - Deprecate
client.subscribemethod in favor ofRealtimeservice
Note: Deprecated methods are still available for backwards compatibility, but might be removed in future versions.
21.2.1
- Add transaction support for Databases and TablesDB
21.1.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
18.2.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Fix undefined
fileParamerror inchunkedUploadmethod - Fix autocompletion not working for
Documentmodel even when generic is passed
18.1.1
- Fix using
devKeysresulting in an error by conditionally removing credentials
18.1.0
- Add
devKeyssupport toClientservice - Add
upsertDocumentsupport toDatabasesservice
18.0.0
- Add
<REGION>to doc examples due to the new multi region endpoints - Remove
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Improve CORS error catching in
client.callmethod
17.0.2
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests
17.0.1
- Remove unnecessary titles from method descriptions
- Fix duplicate adding of payload params
- Remove unnecessary awaits and asyncs
- Ensure
AppwriteExceptionresponse is always string
17.0.0
- Fix pong response & chunked upload
- Add
pingsupport toRealtimeservice