Skip to content

Releases: robjtede/actix-web-lab

actix-web-lab: v0.16.3

03 Jul 03:00
e01f97e
Compare
Choose a tag to compare
  • Add ContentLength typed header.
  • Add BodyLimit extractor wrapper.

actix-web-lab: v0.16.2

02 Jul 17:23
f143267
Compare
Choose a tag to compare
  • Rename Hsts header to StrictTransportSecurity. Old name kept as alias for compatibility.

actix-hash: v0.4.0

02 Jul 17:29
33cebd2
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.60.

actix-web-lab: v0.16.1

23 Apr 02:11
7d97da1
Compare
Choose a tag to compare
  • Query extractor now supports collecting multi-value items into a Vec.
  • Add derive crate feature (on-by-default) that enables derive macros.

actix-web-lab: v0.16.0

11 Apr 16:48
6e6bfb4
Compare
Choose a tag to compare
  • Add very basic FromRequest derive macro.
  • RequestSignatureScheme associated types are no longer bound to RustCrypto ecosystem.
  • Deprecate BodyHmac; migrate to RequestSignature[Scheme].

actix-web-lab: v0.15.2

08 Apr 10:44
cf50732
Compare
Choose a tag to compare
  • No significant changes since 0.15.1.

actix-web-lab: v0.15.1

07 Apr 14:03
c3d810a
Compare
Choose a tag to compare
  • Add RequestSignatureScheme trait and RequestSignature extractor.
  • Add SwapData extractor.
  • Add LocalData extractor.
  • Deprecate BodyHash; it has migrated to the actix-hash crate.

actix-hash: v0.3.0

28 Mar 01:30
9d23723
Compare
Choose a tag to compare
  • Removed BodyHashParts::body_bytes field.
  • Rename BodyHashParts::{body => inner} field.
  • Improve fault tolerance when placed on non-body extractors.

actix-hash: v0.2.0

24 Mar 03:49
9db21d6
Compare
Choose a tag to compare
  • Body hashing extractors for many popular, general purpose hashing algorithms.

actix-web-lab: v0.15.0

07 Mar 23:19
6254e89
Compare
Choose a tag to compare
  • Add CacheControl typed header.
  • Add CacheDirective type with support for modern cache directives.