Releases: appwrite/sdk-for-web
Releases · appwrite/sdk-for-web
4.0.4
- Support for Appwrite 0.11
4.0.3
- Fixes
storage.createFile
FormData array handling
4.0.2
- Improves Realtime Subscription management
- Increases Realtime reconnect interval gradually
4.0.1
- Fixes Exception showing right
code
andresponse
- Fixes check for alive connection before sending message
4.0.0
- Support for Appwrite 0.10.0
- Introduces
subscribe(channels, callback)
methods to receive updates in realtime - Documentation - Introduces Magic URL Login - Documentation
3.2.0
- Support for Appwrite 0.9
- Image Crop Gravity support in image preview service
- New endpoint in Account getSession to get session by ID
- Updated cross-fetch dependency to
3.1.4
3.1.0
- Changed IIFE (CDN Usage) namespace to
window.Appwrite
towindow
3.0.5
- add better param checking against
undefined
3.0.4
- Imports
cross-fetch
andisomorphic-form-data
as polyfills to be run in Node.js and react-native - Fixes Readme
3.0.3
- Fallback for url.search on older Node versions
- Fixed Readme (Getting started)
- Fixed header parsing