github mozilla/application-services v0.20.0

latest releases: v143.0, v142.0, v141.0...
6 years ago

Full Changelog

General

  • The previous release had an issue with the megazords, and so another
    release was needed. This is version 0.4.2 of the megazord plugin.
    (#775)

Breaking Changes

  • All package names have been normalized. The gradle packages should all be
    org.mozilla.appservices:component, and the java namespaces should be
    mozilla.appservices.component. (#776)

Logins

Breaking Changes

  • The gradle package for logins has been changed from
    'org.mozilla.sync15:logins' to org.mozilla.appservices:logins.
    (#776)

Places

Breaking Changes

  • Several classes and interfaces have been renamed after feedback from consumers
    to avoid Interface in the name, and better reflect what they provide.

    • PlacesApiInterface => PlacesManager
    • PlacesConnectionInterface => InterruptibleConnection
    • ReadablePlacesConnectionInterface => ReadableHistoryConnection
    • WritablePlacesConnectionInterface => WritableHistoryConnection
    • ReadablePlacesConnection => PlacesReaderConnection
    • WritablePlacesConnection => PlacesWriterConnection
  • The java namespace used in places has changed from org.mozilla.places to
    mozilla.appservices.places
    (#776)

  • The gradle package for places has been changed from
    'org.mozilla.places:places' to org.mozilla.appservices:places.
    (#776)

FxA

Breaking Changes

  • The gradle package for fxa-client has been changed from
    'org.mozilla.fxaclient:fxaclient' to org.mozilla.appservices:fxaclient.
    (#776)

Don't miss a new application-services release

NewReleases is sending notifications on new releases.