Skip to content

Releases: mozilla-services/syncstorage-rs

0.3.3

11 May 18:33
0.3.3
a1ebf29
Compare
Choose a tag to compare

Features

0.3.2

11 May 17:41
0.3.2
ddababa
Compare
Choose a tag to compare

Chore

Features

0.3.1

21 Apr 22:49
0.3.1
ba6aeb0
Compare
Choose a tag to compare

Bug Fixes

  • restore delete_bso's handling of errors (c11e7894, closes #599)

0.3.0

09 Apr 03:40
0.3.0
0fab270
Compare
Choose a tag to compare

Bug Fixes

  • add build_essential package to Dockerfile. (05b20eca, closes #572)
  • do not populate mysql CollectionCache with invalid values (0741104e, closes #239)
  • correct the test version of post_bsos (f9842af9, closes #533)
  • Reduce log release_max_levels (17ff2867)
  • cargo clippy for rust 1.42 (546d96ca)
  • Convert erect_tombstone to async/await (442c4c05)
  • revert unsupported config change (f4cfcab1)
  • adapt to async (fceea69e)
  • Fix #444 invalid offset code that was lost in the actix 2 upgrade due to a bad merge (efbf6594)
  • Fix #459 db-tests on master (0cd2b9db)
  • Fix #457 remaining blocking execute (3ed7ae62)
  • convert migration state to smallint (#429) (b980b438, closes #428)

Features

  • reject firefox-ios < 20 w/ a 503 (337275c3, closes #293)
  • specify database in user_migration/fix_collections.sql to help running from automation (cbe3452c)
  • add --user_percent option (08a646a3)
  • add an extra sanity check of the db url (f58b3bc9)
  • Add --abort and --user_range flags (a65123bc)
  • more user_migration stuff (#450) (ecfca9fd)
  • separately metric batch update/insert (33065a8f, closes #454)

Refactor

  • Remove python dependency from the dockerfile. (3cd80947, closes #567)
  • rewrite purge_ttl in Rust (5d6d7c1a)
  • Convert the rest of the spanner module to async await (e2017bbc)
  • Fix #442 Use map_ok in handlers to simplify the code and improve error reporting. (c50b4cca)
  • Fix #453 Convert straggler functions to async await (69d50d2a)
  • Fix #435 Convert db batch calls to async await. (a9eeddb1)
  • Fix #433 Convert database bso calls to async await (9279782f)
  • Fix #434 Convert db collectioon calls to async await. (e0b1c1cd)

Test

Doc

  • fix typos in README.md files Fixed typos in README.md files to improve readiblity. (7da2154b, closes #529)
  • fix URL rendering in README (bcb0e2e2, closes #496)
  • add system dependencies to README (f0183495, closes #255)

Chore

0.2.9

02 Apr 18:38
0.2.9
0bf7bb6
Compare
Choose a tag to compare

Features

0.2.8

26 Mar 18:28
0.2.8
f6a1ed5
Compare
Choose a tag to compare

Bug Fixes

0.2.7

24 Mar 23:26
0.2.7
47eee8e
Compare
Choose a tag to compare

Chore

  • adapt googleapis-raw dep to 0.2 branch (58f2051f)

Refactor

0.2.5

11 Mar 18:06
0.2.5
55c6a12
Compare
Choose a tag to compare

Bug Fixes

0.2.4

11 Mar 01:27
0.2.4
5f53c95
Compare
Choose a tag to compare

Bug Fixes

  • GETs with a limit and no sort never advance X-Weave-Next-Offset (c95f2ff2)

0.2.2

12 Feb 23:38
0.2.2
5864663
Compare
Choose a tag to compare

Chore

  • revert temp. sentry tags for the mutation limit issue (f213a79c, closes #389)

Performance

  • Port get_bsos' pagination optimization (9266f753)

Features

  • restrict release mode logging to ERROR (#427) (9ab20845, closes #426)
  • recategorize logging messages into appropriate states (d8aeb3ee, closes #416)
  • script to count total users in spanner (13d2490d)
  • User migration scripts (3500b9b9)

Refactor

  • kill unnecessary copies from protobuf Values (0de96712, closes #422)

Bug Fixes