Skip to content

Latest commit

 

History

History
172 lines (96 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

172 lines (96 loc) · 11.6 KB

(2023-08-29)

Chore

0.2.0 (2021-09-28)

Bug Fixes

  • oops, improve the health check (#97) (d26e6d23, closes #96)
  • Add libcurl4 to Dockerfile (ab19b4f7, closes #94)

Features

Chore

  • Base to rocket "0.4" (67f4b98f, closes #84)
  • update circleci to use new docker auth (#85) (0813565e)
  • Update Docker to rust 1.45 (58d0cc4a)
  • add a badge for the matrix channel (40cacd24)

0.1.6 (2020-02-29)

Chore

Features

Bug Fixes

  • get_bool now returns ConfigError::Missing (644d33f4, closes #67)
  • propagate db pool errors into HandlerErrors (3156643a, closes #59)

Refactor

0.1.5 (2018-08-21)

Features

  • hacky support of ROCKET_LOG=off (584f758b, closes #54)

0.1.4 (2018-06-27)

Chore

  • include /app/version.json per dockerflow (d5978e3c)

Features

  • warn log for ACL related errors (109476a5, closes #48)
  • render a unique errno code per error (57025884, closes #46)
  • validate the PUT input (6fbf572d, closes #24)
  • add a docker compose setup (2c1aa8f1, closes #43)
  • create a logging setup via slog/slog-mozlog-json (c7353f7e, closes #9)

0.1.3 (2018-05-17)

Bug Fixes

0.1.2 (2018-05-16)

Features

0.1.1 (2018-04-06)

Chore

  • install openssh-client git & git on docker-in-docker (f81d556a)

0.1.0 (2018-04-05)

Bug Fixes

Features

  • peg Docker build to rust nightly-2018-04-04 (f17d4924, closes #25)
  • peg builds w/ a Cargo.lock (e359991f, closes #29)
  • add a .clog.toml and CONTRIBUTING.md (f2a33e7a, closes #27)
  • switch REPLACE INTO -> INSERT ON DUPLICATE KEY UPDATE (f09af1c0, closes #19)
  • return WWW-Authenticate on 401s (348f3e91, closes #21)
  • use diesel's embedded migrations (64e00c83, closes #17)
  • cleanup Config usage (e5ddf43e, closes #16)
  • handle auth via Bearer tokens (91e28568, closes #7)
  • add Dockerflow styled health/version checks (cb616611, closes #11)
  • add a Dockerfile based on debian stretch-slim (e66b6cc9, closes #12)
  • initial prototype from the wip branch (9e6f9b28)

0.1.0 (2018-04-05)

Bug Fixes

Features

  • peg Docker build to rust nightly-2018-04-04 (f17d4924, closes #25)
  • peg builds w/ a Cargo.lock (e359991f, closes #29)
  • add a .clog.toml and CONTRIBUTING.md (f2a33e7a, closes #27)
  • switch REPLACE INTO -> INSERT ON DUPLICATE KEY UPDATE (f09af1c0, closes #19)
  • return WWW-Authenticate on 401s (348f3e91, closes #21)
  • use diesel's embedded migrations (64e00c83, closes #17)
  • cleanup Config usage (e5ddf43e, closes #16)
  • handle auth via Bearer tokens (91e28568, closes #7)
  • add Dockerflow styled health/version checks (cb616611, closes #11)
  • add a Dockerfile based on debian stretch-slim (e66b6cc9, closes #12)
  • initial prototype from the wip branch (9e6f9b28)