Skip to content

camo-rs 0.2.0

Compare
Choose a tag to compare
@denschub denschub released this 04 Sep 15:16
v0.2.0
9c54696
  • camo-rs now refuses to start if no content-types are allowed. Before that, Camo would start up just fine, but reject everything, which can be confusing.
  • When receiving a status code outside the expected range ([200..399]), Camo will still reject that request, but will pass the upstream status code to the client.
  • Even with RUST_LOG=warn, the log will still contain the encoded digest, target, and - if available - the decoded and validated target URL. This makes debugging production setups easier.