Skip to content

Releases: robjtede/actix-web-lab

actix-web-lab: v0.18.2

13 Sep 01:26
c0e0d12
Compare
Choose a tag to compare
  • Add LoadShed middleware.

actix-web-lab: v0.18.1

13 Sep 01:15
11ac132
Compare
Choose a tag to compare
  • No significant changes since 0.18.0.

actix-web-lab: v0.18.0

13 Sep 01:12
992c87f
Compare
Choose a tag to compare
  • Add body::{writer, Writer} rudimentary async-write body adapter.
  • Add error type parameter to body::channel and body::Sender.
  • Add body::Sender::close() with optional error argument.
  • Unwrap body::Sender::send() return error type.

actix-web-lab: v0.17.0

09 Aug 01:11
04844e3
Compare
Choose a tag to compare
  • Add sse::Sse::from_stream() constructor.
  • Add sse::Data::new_json() constructor.
  • Rename sse::{sse => channel}().
  • Rename sse::{SseData => Data}().
  • Rename sse::{SseMessage => Event}().
  • Rename sse::{SseSendError => SendError}.
  • Rename sse::{SseTrySendError => TrySendError}.
  • Removed extract::BodyHash and associated types; promoted to actix-hash crate.
  • Removed extract::BodyHmac and associated types; prefer RequestSignatureScheme + RequestSignature. See body_hmac in examples folder.
  • Removed header::Hsts alias; use header::StrictTransportSecurity.

actix-web-lab: v0.16.9

09 Aug 01:10
04844e3
Compare
Choose a tag to compare
  • Add SseSender::send.
  • Add SseSender::try_send.
  • Expose SseData.
  • Expose SseMessage.
  • Expose SseSendError.
  • Deprecate other SseSender methods.

actix-web-lab: v0.16.8

07 Aug 00:23
ed0e8ac
Compare
Choose a tag to compare
  • Add semantic Sse (server-sent events) responder with channel-like interface.

actix-web-lab: v0.16.7

27 Jul 01:30
b48b89b
Compare
Choose a tag to compare
  • Implement FromStr and Header::parse for StrictTransportSecurity.
  • Implement PartialEq and Eq for StrictTransportSecurity.

actix-web-lab: v0.16.6

27 Jul 01:29
68e1eaf
Compare
Choose a tag to compare
  • Add PanicReporter middleware.

actix-web-lab: v0.16.5

24 Jul 01:26
f0f5627
Compare
Choose a tag to compare
  • Add basic CatchPanic middleware.

actix-web-lab: v0.16.4

03 Jul 23:22
6f3a9fb
Compare
Choose a tag to compare
  • Add alternative NormalizePath middleware with redirect option.