CHANGELOG

This document describes changes between each past release.

1.1.0 (2015-10-14)

  • Do not install postgresql dependencies by default.
  • Add statsd metrics on SyncClient response status_code. (#49)
  • Handle the new Firefox Sync sort=oldest parameter. (#46)
  • Rename ids to in_ids to reflect the Kinto protocol. (#50)
  • Make sure Next-Page header keeps QueryString parameters. (#47)
  • Add a Token server heartbeat. (#44)
  • Remove the not accurate Total-Records header when paginating. (#43)
  • Expose the now deprecated cliquet.batch_max_requests settings. (#48)

1.0.0 (2015-10-06)

  • First implementation of Syncto server.
  • Connection with Token server and Sync servers.
  • Encrypted credentials caching (#30, #31)
  • Collections are Read-only by default
  • Write permission on collection can be configured.
  • Statsd monitoring for backends calls.
  • Convert Syncto requests headers to Firefox Sync ones.
  • Convert Firefox Sync headers to Syncto ones.