Skip to content

Releases: robjtede/actix-web-lab

actix-hash: v0.5.0

06 Apr 14:09
e83d944
Compare
Choose a tag to compare
  • Add BodyBlake3 extractor.
  • Minimum supported Rust version (MSRV) is now 1.64.

actix-web-lab: v0.19.1

26 Feb 00:53
08d16d2
Compare
Choose a tag to compare
  • Add Host extractor.

actix-web-lab: v0.19.0

19 Feb 23:05
d28451a
Compare
Choose a tag to compare
  • Deprecate web::Redirect now it has graduated to Actix Web.
  • Deprecate guard::Acceptable now it has graduated to Actix Web.
  • Update serde_html_form dependency (which powers the Query and Form extractors) to 0.2.
  • Remove spa and cbor default crate features.

actix-web-lab: v0.18.9

02 Jan 20:05
e4c2067
Compare
Choose a tag to compare
  • Add middleware::map_response() for mapping responses with an async function.
  • Add middleware::map_response_body() for mapping response bodies with an async function.
  • Add respond::{MessagePack,MessagePackNamed} responders.
  • Add respond::Cbor responder.

actix-web-lab: v0.18.8

10 Dec 19:15
1d6f128
Compare
Choose a tag to compare
  • Always add Content-Encoding: identity header when using Sse as a responder.

actix-web-lab: v0.18.7

10 Dec 18:49
d98a002
Compare
Choose a tag to compare
  • Add UrlEncodedForm extractor with const generic size limit that supports collecting multi-value items into a Vec.

actix-web-lab: v0.18.6

08 Dec 14:45
28a5fef
Compare
Choose a tag to compare
  • Add #[from_request(copy_from_app_data)] field attribute to the FromRequest derive macro.
  • Add extractor support to from_fn when used as initial arguments.
  • Feature gate spa features. Enabled by default.
  • Fix derive feature flag.

actix-web-lab: v0.18.5

13 Oct 15:46
b86aec8
Compare
Choose a tag to compare
  • Expose util::fork_request_payload() helper.
  • Add reduced Bytes extractor with const generic size limit.

actix-web-lab: v0.18.4

09 Oct 17:06
bfbe56e
Compare
Choose a tag to compare
  • Add Forwarded typed header.

actix-web-lab: v0.18.3

01 Oct 21:11
83f9c05
Compare
Choose a tag to compare
  • Fix NormalizePath when used in redirecting mode.