Releases: robjtede/actix-web-lab
Releases · robjtede/actix-web-lab
actix-web-lab: v0.16.3
- Add
ContentLength
typed header. - Add
BodyLimit
extractor wrapper.
actix-web-lab: v0.16.2
- Rename
Hsts
header toStrictTransportSecurity
. Old name kept as alias for compatibility.
actix-hash: v0.4.0
- Minimum supported Rust version (MSRV) is now 1.60.
actix-web-lab: v0.16.1
Query
extractor now supports collecting multi-value items into aVec
.- Add
derive
crate feature (on-by-default) that enables derive macros.
actix-web-lab: v0.16.0
- Add very basic
FromRequest
derive macro. RequestSignatureScheme
associated types are no longer bound to RustCrypto ecosystem.- Deprecate
BodyHmac
; migrate toRequestSignature[Scheme]
.
actix-web-lab: v0.15.2
- No significant changes since
0.15.1
.
actix-web-lab: v0.15.1
- Add
RequestSignatureScheme
trait andRequestSignature
extractor. - Add
SwapData
extractor. - Add
LocalData
extractor. - Deprecate
BodyHash
; it has migrated to theactix-hash
crate.
actix-hash: v0.3.0
- Removed
BodyHashParts::body_bytes
field. - Rename
BodyHashParts::{body => inner}
field. - Improve fault tolerance when placed on non-body extractors.
actix-hash: v0.2.0
- Body hashing extractors for many popular, general purpose hashing algorithms.
actix-web-lab: v0.15.0
- Add
CacheControl
typed header. - Add
CacheDirective
type with support for modern cache directives.