Skip to content

Releases: mozilla-services/syncstorage-rs

0.13.3

24 Feb 17:50
0.13.3
2eecb8c
Compare
Choose a tag to compare

Chore

  • add another missing file to docker for process_account_events.py (#1463) (6ee39da4)

0.13.2

16 Feb 23:19
0.13.2
fb406a0
Compare
Choose a tag to compare

Chore

0.13.1

16 Dec 19:07
Compare
Choose a tag to compare

Features

Bug Fixes

Chore

0.13.0

14 Nov 18:00
0.13.0
926dd11
Compare
Choose a tag to compare

Chore

Test

  • run the Tokenserver E2E tests without a cached JWK (#1390) (3a18de01)

Features

Breaking Changes

Refactor

0.12.5

01 Nov 20:03
0.12.5
221fcc2
Compare
Choose a tag to compare

Chore

0.12.4

10 Oct 17:45
Compare
Choose a tag to compare

Performance

  • always verify OAuth tokens on blocking thread (#1406) (d69508d3)

Chore

0.12.3

23 Sep 22:29
Compare
Choose a tag to compare

Features

  • Add X-Content-Type-Options: nosniff to Tokenserver responses (#1403) (613f71ed)

0.12.2

19 Sep 17:53
Compare
Choose a tag to compare

Bug Fixes

  • fix Tokenserver generation and keys_changed_at handling (#1397) (914e375b)
  • don't convert all oauth token verification errors to resource_unavailable (#1389) (ebdd609e)

0.12.1

25 Aug 21:51
Compare
Choose a tag to compare

Performance

  • remove unnecessary database calls for Tokenserver (#1360) (5ed9a10c)

Bug Fixes

Features

0.12.0

05 Jul 18:24
Compare
Choose a tag to compare

Chore

Bug Fixes

Features

  • fail the health check after SYNC_LBHEARTBEAT_TTL elapses (#1337) (a72912b8, closes #1330)
  • support multiple FxA JWKs to ease key rotation (#1339) (eba35662)
  • support setting JWK for Tokenserver OAuth verification (#1307) (d62db9f0)

Refactor