Skip to content

Releases: mozilla/application-services

FxA SDK

25 Sep 01:39
9a526a7

Choose a tag to compare

v0.5.1

FxA SDK

19 Sep 21:32

Choose a tag to compare

v0.5.0-3

Bustage fix: put bintray secrets at top-level.

FxA SDK

19 Sep 19:38

Choose a tag to compare

v0.5.0-2

Bustage fix: Temporarily disable "default" rust-android-gradle target.

FxA SDK

19 Sep 18:23

Choose a tag to compare

This release publishes:

  • v0.5.0 of the logins API, which has no changes from v0.4.3
  • v0.5.0 of the FxA client native libraries, which is the first AAR publication

FxA SDK

19 Sep 20:40

Choose a tag to compare

logins-0.4.3-try2

(temporary) Revert "Configure gradle so that logins unit tests can ca…

FxA SDK

19 Sep 17:47
15ad720

Choose a tag to compare

LoginsAPI 0.4.3

This fixes a number of bugs present in the previous release, adds test coverage, and adds a few smaller API improvements (more error types, ServerPassword is easier to use, etc)

FxA SDK

17 Sep 20:28

Choose a tag to compare

test-logins-tag

Update taskcluster rust version so that `opt-level = "z"` is usable

FxA SDK

17 Sep 21:55

Choose a tag to compare

LoginsAPI 0.4.2 (Fixed?)

FxA SDK

17 Sep 22:18
4a8291c

Choose a tag to compare

loginsapi: bump version to 0.4.2, fix taskcluster rust version (#247)

* Update taskcluster rust version so that `opt-level = "z"` is usable

* loginsapi: Bump version to 0.4.2

FxA SDK

17 Sep 17:35
38575a5

Choose a tag to compare

  • Fix for crash in JSON deserializing in DatabaseLoginsStorage's implementation of list().
  • Implements LoginsStorage.add and LoginsStorage.update in DatabaseLoginsStorage and MemoryLoginsStorage.
  • Exposes more error information from rust to kotlin.
  • Some documentation improvements.