Skip to content

Releases: mozilla-services/syncstorage-rs

0.2.1

11 Jan 02:19
0.2.1
daa6a7c
Compare
Choose a tag to compare

Features

  • add basic logging to stdout and statsd metrics for purge_ttl.py (92a57e65)

Bug Fixes

  • Don't report uri.path to Metrics (68f8dcce, closes #408)
  • Don't return empty strings in tags. (13a881b8, closes #404)
  • Use HttpResponse::build(status) instead of HttpResponse::Ok().status(status) (67113c7b, closes #393)

0.2.0

11 Jan 02:18
0.2.0
a0ee49e
Compare
Choose a tag to compare
chore: tag 0.2.0

0.1.14

06 Jan 22:25
eb9fb93
Compare
Choose a tag to compare

Docs

  • add more detailed sentry testing info (681f1014)

Features

Bug Fixes

  • add tag info to sentry error messages (#372) (b834c54a)
  • ignore the collection field in POSTS also (e1a530ba, closes #376)

Chores

  • remove travis related docs/links (7c169145)
  • add python to docker image (e1f48b48)

0.1.10

09 Dec 20:34
0.1.10
5386c35
Compare
Choose a tag to compare

Bug Fixes

  • remove duplicate header key from example script (fea3b532)
  • allow "collection" in BSOs (although we ignore it) (013eaafd)
  • oops, properly interleave this index (658ba6af, closes #318)

Chore

  • adjust perms on sample file (e1b25603)
  • adjust sample script so it works and adding docs to link to it (80b0c591)

0.1.9

04 Dec 22:42
0.1.9
55e89c2
Compare
Choose a tag to compare

Features

  • Handle empty bso body on /meta/global (af7bf6d0)

Bug Fixes

  • Don't run mysql tests when testing spanner. (bdd4cbe5, closes #360)

0.1.8

04 Dec 02:19
4be4c06
Compare
Choose a tag to compare

Doc

  • add descriptive comment (84f25af5)
  • adjust PR template, finish combining READMEs (bbe744dd, closes #344)
  • combining setup instructions into one main doc (a8ead778)

Bug Fixes

  • optimize batch commit mutations (5dd3c651, closes #318)
  • remove redundant syncstorage metric root (a2083477, closes #346)
  • specify the release name to sentry (9cdfe7d7)

Chore

  • improve local logging (d1a84219, closes #350)
  • fix syntax and make one small formatting change to PR template (11e47545, closes #344)

Refactor

0.1.5

24 Oct 19:38
0.1.5
0d31160
Compare
Choose a tag to compare

Features

Bug Fixes

0.1.4

24 Oct 19:35
0.1.4
4f52022
Compare
Choose a tag to compare

Bug Fixes

  • switch sentry to its curl transport (5cbd1974, closes #289)
  • accept weighted content-type headers (f3899695, closes #287)

0.1.3

16 Oct 13:51
f7eab16
Compare
Choose a tag to compare

0.1.2

12 Oct 00:46
0.1.2
071e52a
Compare
Choose a tag to compare
  • Be more permissive about content type headers (53292fc9, closes #264)

Features

  • rewrite post/put_bsos w/ spanner mutations (a25a6288, closes #267)