Skip to content

Releases: mozilla-services/syncstorage-rs

0.21.1

23 Sep 20:14
0.21.1
a46637d

Choose a tag to compare

Bug Fixes

  • switch check to SELECT 1 to fix it on diesel-async (#1818) (f9d142fb)

0.21.0

11 Sep 21:07
0.21.0
5dd9d4e

Choose a tag to compare

Refactor

  • move tokenserver's Db to async-trait (#1799) (9d799a45)
  • apply &mut self to syncstorage-mysql (38b4db40)
  • switch syncstorage Db methods to &mut self (38cb38fb)
  • switch tokenserver Db methods to &mut self (614e3902)

Bug Fixes

  • kill unnecessary transactions (savepoints) (#1782) (9381bc68)
  • Revert "fix: mysql: Call set_timestamp in lock_for_write_sync." (dfe21646)
  • mysql: Replace the user_id%10 in batch_id with a global counter. (2a1268ed)
  • mysql: Call set_timestamp in lock_for_write_sync. (d4511cc7)
  • Fix usage of Mockito for >0.30.0. (3e37e42d)
  • Fix misspelled cfg(test) in tokenserver-auth. (82dd4235)

Test

Chore

Features

0.20.1

29 Aug 19:55
0.20.1
6f227eb

Choose a tag to compare

Features

Chore

0.20.0

14 Aug 00:54
0.20.0
0395cb0

Choose a tag to compare

Test

Chore

Features

0.19.1

13 Aug 20:24
0.19.1
260af21

Choose a tag to compare

Features

0.19.0

05 Aug 22:40
0.19.0
397af18

Choose a tag to compare

Refactor

Bug Fixes

  • make pyo3 usage optional per the feature flag (#1731) (2fb6b84a)

Breaking Changes

Chore

Features

Test

0.18.3

15 May 00:17
0.18.3
36614c3

Choose a tag to compare

Chore

Features

  • build docker w/ Oracle's libmysqlclient (#1695) (569e5100)
  • emit oauth verification timeouts as metrics (not sentry) (#1694) (624eced1)

Bug Fixes

  • re-enable tokensever e2e tests (d0336c88)
  • avoid underflow of the queued_tasks metric (10daab06)
  • Revert "fix: avoid underflow of the queued_tasks metric (#1628)" (31dda136)
  • resolve pyo3 vuln deprecations (#1682) (0675930a)
  • infra: configure gcp utils before upload (#1698) (5dcfefe2)

Test

  • e2e: run integration and e2e tests with pytest (#1697) (6f15ad54)

Doc

Refactor

  • kill tokenserver's TokenType now that it's solely oauth (a26ff490)
  • simplify metric_label to return a &str (0ca435fb)

0.18.2

05 Dec 22:20
0.18.2
1107eb4

Choose a tag to compare

Chore

0.18.1

27 Nov 20:07
0.18.1
6abde91

Choose a tag to compare

Features

0.18.0

26 Nov 23:37
0.18.0
a252c0a

Choose a tag to compare

Doc

Features