Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
96 lines (58 loc) · 6.24 KB

File metadata and controls

96 lines (58 loc) · 6.24 KB

0.3.2 (2021-09-24)

Bug Fixes

  • fix db healthcheck dc3a09922, closes #85
  • include updates for 2021 Q3

0.3.0 (2020-02-29)

Refactor

  • cleanup no longer needed code (a629a78c)

Bug Fixes

  • fix query param handling per rocket 0.4 changes (db6c36a7, closes #61)

Features

  • Differentiate GeneralError into more specific errors (f328d882, closes #59)

Chore

0.1.2 (2018-08-21)

Bug Fixes

  • Fix deployment SQS issue (c3ab1dc7, closes #42)
  • Allow AWS_LOCAL_SQS to specify more than just custom regions. (a51e6ef0)
  • skip sqs mod testing on travis (b0f3508b, closes #39)

0.1.1 (2018-07-31)

Bug Fixes

  • strip FxA-Request-Id from the response (ad09cdaa, closes #36)

Features

  • hacky support of ROCKET_LOG=off (1c63ee3a, closes #33)

0.1.0 (2018-07-25)

Bug Fixes

  • fix aws paramater typing (9130cd16)
  • unquote data response & fix limit=0 indexing (#19) (ba491c9a)

Features

Chore

  • install ca-certificates when building docker image. (a4128d64)
  • initial skeleton (1d3887d1)

Refactor