Skip to content

Churust v0.3.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:23
· 6 commits to main since this release
c28dfe0

All fourteen Churust crates release together on 0.3.2.

[dependencies]
churust = "0.3.2"

Changed

  • Security headers parse once at config time. SecurityHeaders stores
    ready-made HeaderValues (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.

  • CallLogging prepares the x-request-id header value before dispatch,
    avoiding a second string parse on the response path.

Crates

What's Changed

Full Changelog: v0.3.1...v0.3.2