Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abnegate abnegate released this 02 Sep 11:24
· 137 commits to main since this release

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