Churust v0.3.2
All fourteen Churust crates release together on 0.3.2.
[dependencies]
churust = "0.3.2"Changed
-
Security headers parse once at config time.
SecurityHeadersstores
ready-madeHeaderValues (and static header names for Permissions-Policy /
CORP), so each response only does contains-key + insert instead of
re-parsing the same constant strings on the hot path. -
CallLoggingprepares thex-request-idheader value before dispatch,
avoiding a second string parse on the response path.
Crates
churust-core· docschurust-macros· docschurust-auth· docschurust-client· docschurust-compression· docschurust-cors· docschurust-json· docschurust-lab· docschurust-logging· docschurust-openapi· docschurust-ratelimit· docschurust-redis· docschurust-templates· docschurust· docs
What's Changed
- release: Churust 0.3.2 by @davthecodercom in #5
Full Changelog: v0.3.1...v0.3.2