Skip to content

Releases: mozilla-services/syncstorage-rs

0.8.3

02 Dec 23:29
0.8.3
f6bb299
Compare
Choose a tag to compare

Chore

0.8.2

20 Nov 01:13
0.8.2
982ac3d
Compare
Choose a tag to compare

Bug Fixes

0.8.1

17 Nov 16:10
3cd29cd
Compare
Choose a tag to compare

0.8.1 (2020-11-16)

Chore

Test

Features

Bug Fixes

0.8.0

30 Oct 00:34
0.8.0
323d0cf
Compare
Choose a tag to compare

0.8.0 (2020-10-29)

Bug Fixes

  • handle duplicate keys in batch_upload_items for mysql (#873) (2d6039f3, closes #827)
  • reduce MAX_TOTAL_RECORDS for quota write allowance (bac2c51f)
  • avoid extra quota related work in batch commit (51c3bdab, closes #869)
  • correct quota env var in config test to SYNC_ENABLE_QUOTA (#859) (f0aa4642, closes #829)

Chore

Features

0.7.1

20 Oct 13:54
0.7.1
348b1d3
Compare
Choose a tag to compare

0.7.1 (2020-10-19)
Bug Fixes

correct quota env var in config test to SYNC_ENABLE_QUOTA (#859) (f0aa4642, closes #829)
rework error logging/metric reporting; fix BSO batch updates for spanner (#174, #619, #618) (cef8fb521, closes #174, #619, #618)

0.7.0 (2020-10-12)
Bug Fixes

Return FORBIDDEN if a user's batch is Over Quota (#848) (d24dcdb6, closes #852)
clippy error related to matches! closes #850 (06aed80f)
downgrade sentry to 0.19 (#849) (0a175dde)

Chore

Update circleci to use docker auth (#855) (dcb0a0b2, closes #854)
update to protobuf 2.18.0 (c6f9cf9b, closes #852)

0.6.1 (2020-09-30)
Features

update to actix-web 3 (#834)

Bug Fixes

return correct error code and value for OverQuota users (#837)

0.6.0

24 Sep 00:22
0.6.0
9c65f07
Compare
Choose a tag to compare

Features

DEPLOYMENT NOTE!
This release ships with quota monitoring disabled.
Enabling quota will require a modification to the user_collections table:

alter table user_collections add column (total_bytes bigint, count int);

This is included in migrations/2020-08-24-091401_add_quota.

You will also need to specify SYNC_ENABLE_QUOTA=1 in the run time environment.

0.5.8

26 Aug 21:49
0.5.8
cbad09c
Compare
Choose a tag to compare

0.5.8 (2020-08-25)

Bug Fixes

Features

0.5.7

22 Aug 01:35
0.5.7
bd5b37b
Compare
Choose a tag to compare

Chore

Bug Fixes

  • Avoid implicit transactions in DbTransactionPool (#777) (e0448583, closes #768)

Features

Refactor

0.4.3

13 Aug 07:32
0.4.3
3196129
Compare
Choose a tag to compare

Features

0.5.6

22 Aug 01:34
0.5.6
d410778
Compare
Choose a tag to compare

Features

Bug Fixes