Skip to content

v0.5.2

Compare
Choose a tag to compare
@stephank stephank released this 28 Oct 14:40
· 1115 commits to main since this release
  • Dependencies were upgraded to fix RUSTSEC-2020-0071 and RUSTSEC-2020-0159. The impact of these issues on the broker itself is unknown, so upgrading is recommended out of caution.
  • Lettre, the dependency we use for SMTP and Sendmail, was upgraded from 0.9 to 0.10. We discovered no issues with this upgrade, but if either of these mail transports suddenly become a problem with this version, please let us know by reporting an issue.
  • Release builds now have integer overflow checks enabled. This is a trade-off, and could mean a small degradation in performance.
  • When using Redis storage, the broker no longer logs the full URL, because it may contain credentials. Only the server address is logged.