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'
toorg.mozilla.appservices:logins
.
(#776)
Places
Breaking Changes
-
Several classes and interfaces have been renamed after feedback from consumers
to avoidInterface
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'
toorg.mozilla.appservices:places
.
(#776)
FxA
Breaking Changes
- The gradle package for fxa-client has been changed from
'org.mozilla.fxaclient:fxaclient'
toorg.mozilla.appservices:fxaclient
.
(#776)