Rocket v0.4.6 Release Notes

Release Date: 2020-11-09 // over 3 years ago
  • Core

    • [86bd7c] Added default and configurable read/write timeouts: read_timeout and write_timeout.
    • [c24a96] Added the sse feature, which enables flushing by returning io::ErrorKind::WouldBlock.

    📄 Docs

    • Fixed broken doc links in contrib.
    • Fixed database library versions in contrib docs.

    Internal

    • Updated source code for Rust 2018.
    • UI tests now use trybuild instead of compiletest-rs.