Skip to content

Releases: mozilla-services/syncstorage-rs

0.1.14

06 Jan 22:25
eb9fb93

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

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

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

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

Choose a tag to compare

Features

Bug Fixes

0.1.4

24 Oct 19:35
0.1.4
4f52022

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

Choose a tag to compare

0.1.2

12 Oct 00:46
0.1.2
071e52a

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)

0.1.1

12 Oct 00:45
0.1.1
34e2144

Choose a tag to compare

Chore

  • fix cache key to include CIRCLE_TAG (5d2434e1)
  • update language in response to PR suggestions (4573736b)
  • adding initial PR template (a4383ecc)
  • remove last last_modified -> modified remnant (b67a1bfc)

0.1.0

05 Oct 03:46
0.1.0
153774f

Choose a tag to compare

Features

  • Initial release