Skip to content

Releases: robjtede/actix-web-lab

actix-web-lab: v0.23.0

15 Oct 08:02
b86bbc1
Compare
Choose a tag to compare
  • Add header::ClearSiteData header.
  • Add header::ClearSiteDataDirective type
  • Remove response::Html responder.
  • Remove middleware::from_fn() middleware.
  • Remove extract::ThinData extractor.

actix-web-lab-derive: v0.23.0

15 Oct 07:58
a92c786
Compare
Choose a tag to compare
  • No significant changes since 0.22.0.

actix-web-lab: v0.22.0

10 Aug 02:28
1574c3f
Compare
Choose a tag to compare
  • Add extract::QueryDeserializeError type.
  • Re-work Query deserialization error handling.
  • Implement Clone for extract::Path<T: Clone>.
  • The Deref implementation for header::CacheControl now returns a slice instead of a Vec.
  • Deprecate middleware::from_fn() now it has graduated to Actix Web.
  • Deprecate extract::ThinData now it has graduated to Actix Web.

actix-web-lab: v0.21.0

04 Aug 07:05
3da3077
Compare
Choose a tag to compare
  • Remove use of async-trait on RequestSignatureScheme trait.
  • Deprecate respond::Html now it has graduated to Actix Web.

actix-web-lab: v0.20.2

26 Jan 03:12
a4e40d1
Compare
Choose a tag to compare
  • Add extract::ThinData extractor.

actix-client-ip-cloudflare: v0.2.0

27 Dec 00:29
3185670
Compare
Choose a tag to compare
  • Replace visible types from cidr-utils with equivalent types from the ipnetwork crate.

actix-web-lab: v0.20.1

11 Dec 10:05
e12f0b2
Compare
Choose a tag to compare
  • Add redirect_to_non_www fn middleware.

actix-web-lab: v0.20.0

25 Oct 00:23
c7d2477
Compare
Choose a tag to compare
  • Add sse::Sse::from_infallible_stream() method.
  • Add sse::Sse::{from_receiver, from_infallible_receiver}() methods.
  • Remove sse::{Sender, ChannelStream} types.
  • Remove sse::{SendError, TrySendError} types.
  • Remove sse::channel() function.
  • Remove sse::{SseSendError, SseTrySendError, SseData, SseMessage} type aliases.
  • Remove web::Redirect responder and web::redirect() function.
  • Remove guard::Acceptable guard type.

actix-web-lab: v0.19.2

16 Oct 22:51
b2db36b
Compare
Choose a tag to compare
  • Add extract::ReconstructedPath extractor.
  • Add header::XForwardedPath header.
  • Expose extract::DEFAULT_BODY_LIMIT.

actix-client-ip-cloudflare: v0.1.1

14 Sep 02:03
a2e8b25
Compare
Choose a tag to compare
  • Add TrustedIps::new() constructor.
  • Add TrustedIps::add_ip_range() method.
  • Add TrustedIps::{add_loopback_ips, add_private_ips}() methods.
  • Implement Default for TrustedIps.
  • Add CfConnectingIp[v6]::is_trusted() method.
  • Deprecate TrustedIps::with_ip_range() method.