Skip to content

Releases: aws-amplify/amplify-android

Third Preview Release (0.10.0)

27 Mar 23:30
Compare
Choose a tag to compare
Pre-release

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)

06 Feb 20:49
Compare
Choose a tag to compare
Pre-release

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)

05 Dec 00:27
6ea11e0
Compare
Choose a tag to compare
Pre-release

Initial release! Includes Core features, plus support for these categories:

  • Analytics
  • API
  • DataStore
  • Hub
  • Logging
  • Storage