Releases: aws-amplify/amplify-android
Releases · aws-amplify/amplify-android
Third Preview Release (0.10.0)
Numerous bug-fixes and new features.
Includes a major reworking of the library callbacks. ResultListener
and StreamListener
are removed in place of simple functional interfaces Consumer<T>
and Action
, which can be expressed as lambdas.
Second Preview Release (0.9.1)
Minor tweaks applied to the 0.9.0 release.
- Uses a centralized User-Agent header with 0.9.0 codebase, to track adoption of the framework.
- Update dependency versions to latest.
- Updates Checkstyle logic to allow 2019 and 2020 in header.
Initial Preview Release (0.9.0)
Initial release! Includes Core features, plus support for these categories:
- Analytics
- API
- DataStore
- Hub
- Logging
- Storage