Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Releases: mozilla-services/syncclient

0.6.0

12 Oct 15:29
Compare
Choose a tag to compare
  • Circumvent a limitation present in requests-hawk 0.2.0. (#17)
  • Add support for sorting by oldest when retrieving records. (#18)

0.5.0

01 Oct 12:56
Compare
Choose a tag to compare
  • Handle HTTP 304 Not Modified Firefox Sync respones (#14)

0.4.0

23 Sep 15:32
Compare
Choose a tag to compare

Forward additionnal client keyword arguments to requests (#12)

0.3.0

21 Sep 13:12
Compare
Choose a tag to compare
  • Separate SyncClient and TokenserverClient code.
  • Add a parameter to configure the expiration of the TokenServer returned credentials.
  • Add a parameter to create a SyncClient with already fetched TokenServer credentials.
  • Handle TokenServer served from a prefixed path.

0.2.0

03 Sep 13:26
Compare
Choose a tag to compare

Bug Fixes

  • Handle API Server URL version prefix.

0.1.0

03 Sep 13:26
Compare
Choose a tag to compare

Initial version

  • A client to synchroneously call a Firefox Sync server.