Skip to content

Releases: robjtede/actix-web-lab

actix-web-lab: v0.24.3

20 Aug 12:39
3c9fb2a
Compare
Choose a tag to compare
  • Add ConditionOption middleware.

actix-web-lab: v0.24.2

14 Jul 05:30
3a3a544
Compare
Choose a tag to compare
  • Add LazyDataShared extractor.

actix-web-lab: v0.24.1

11 Mar 01:53
2e7d760
Compare
Choose a tag to compare
  • Fix RedirectHttps middleware when used with IPv6 addresses.

actix-web-lab: v0.24.0

08 Mar 18:34
f1b9946
Compare
Choose a tag to compare
  • Re-work Json extractor error handling.
  • Re-work UrlEncodedForm extractor error handling.
  • Upgrade to edition 2024.
  • Minimum supported Rust version (MSRV) is now 1.85.

russe: v0.0.5

04 Mar 05:36
d292db3
Compare
Choose a tag to compare
  • The Message::id field is now an Option<ByteString>.
  • The Manager::commit_id() method now receives an impl Into<ByteString>.
  • When decoding, split input only on UNIX newlines.
  • When decoding, yield errors when input contains invalid UTF-8 instead of panicking.

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.