Skip to content

1.8.0

Compare
Choose a tag to compare
@Natim Natim released this 30 Oct 17:02
· 8196 commits to main since this release
  • Upgraded to Cliquet 2.10.0

Protocol breaking changes

  • Moved userid attribute to a dedicated user mapping in the hello
    view (#242).

New features

  • Follow redirections in batch subrequests (fixes mozilla-services/cliquet#511)
  • Set cache headers only when anonymous (fixes mozilla-services/cliquet#449)
  • Add a readonly setting to run the service in read-only mode. (#241)
  • If no client cache is set, add Cache-Control: no-cache by default,
    so that clients are forced to revalidate their cache against the server
    (ref #231)

Bug fixes