Releases: appwrite/sdk-for-android
Releases · appwrite/sdk-for-android
0.3.0-SNAPSHOT
0.2.1
- Support for Appwrite 0.11
0.2.0
Appwrite Android SDK 0.2.0
Changelog:
- [BREAKING] Remove io.appwrite.models.Error and replace usages with existing io.appwrite.exceptions.AppwriteException
- [BREAKING] Rename io.appwrite.BaseService to io.appwrite.Service for cross-SDK consistency
- [Account] Add createMagicURLSession
- [Account] Add updateMagicURLSession
- [Realtime] Add io.appwrite.services.Realtime service
- [Client] Automatically set a default realtime endpoint when calling setEndpoint
- [Client] Add setEndpointRealtime
0.2.0-SNAPSHOT
- Realtime SDK snapshot
0.0.1-SNAPSHOT
feat: snapshot release
0.0.1
- First release of Appwrite Android SDK
0.0.0-SNAPSHOT
Merge pull request #6 from appwrite/dev feat: sdk updates