Skip to content

Releases: mozilla-services/syncstorage-rs

0.17.15

21 Nov 23:00
0.17.15
c542b77

Choose a tag to compare

Bug Fixes

0.17.14

19 Nov 19:05
0.17.14
269ee86

Choose a tag to compare

Bug Fixes

  • don't add extra prefixes to middleware emitted metrics (#1630) (9b033edc)
  • avoid underflow of the queued_tasks metric (#1628) (3ed6d607)

Features

0.17.13

30 Oct 20:45
0.17.13
9d851ea

Choose a tag to compare

Features

0.17.12

29 Oct 19:51
0.17.12
6105a80

Choose a tag to compare

Bug Fixes

  • upgrade sentry w/ a fix for the blocking curl Transport (#1621) (b8641a6c)

Features

0.17.11

22 Oct 17:42
0.17.11
e06e93f

Choose a tag to compare

Features

  • Revert "feat: Revert "fix: revert the python3.10 match statement (for now) (#1592)"" (1b13123a)
  • revert "feat: Revert "chore: revert back to bullseye (for now) (#1589)"" (e170518c)
  • add hashed_fxa_uid to HawkPayload (#1613) (715cf950)
  • user agent parsing (#1607) (7f2ef062)

0.17.10

19 Oct 00:42
0.17.10
d3e6f81

Choose a tag to compare

Features

  • wire MysqlError's ReportableError impl into TokenserverError (#1611) (c535e5ae)
  • create DAU glean schema and configs (#1606) (d2313310)
  • track the pool's queued vs actually active tasks (#1605) (1f0e28d7)

0.17.9

26 Sep 00:31
0.17.9
68e8149

Choose a tag to compare

Bug Fixes

  • ensure the pool counter's always decremented via scopeguard (#1604) (4259183a)

0.17.8

24 Sep 00:33
0.17.8
14e74e1

Choose a tag to compare

Chore

  • deps: bump cryptography in /tools/integration_tests (#1594) (be23e391)

Bug Fixes

  • correctly read the SYNC_STATSD_HOST/PORT settings (#1601) (3675c938)

0.17.7

19 Sep 20:52
0.17.7
4d8a26e

Choose a tag to compare

Bug Fixes

  • correct TokenserverError's sentry "type"/"value" fields (bbd5abac)

Refactor

  • move sentry middlware and Taggable to syncserver-common (5d9d203c)

Features

  • Revert "fix: revert the python3.10 match statement (for now) (#1592)" (f3bdda91)
  • Revert "chore: revert back to bullseye (for now) (#1589)" (bbdfb193)

0.17.6

17 Sep 20:39
0.17.6
8704be5

Choose a tag to compare

Features