# Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
## [0.0.4] - 2026-03-09
### Changed
- Release commit aligned to current `main` after PR #81 merge.
- Crate publication flow finalized through tag-driven `publish-crates` workflow.
## [0.0.3] - 2026-02-22
### Added
- Async-first high-performance serving path foundations with adaptive backpressure controls.
- Precompressed static asset negotiation for `.br`, `.zst`, and `.gz` variants.
- Enterprise-oriented policy foundations: profiles, auth primitives, audit events, and hot-reload hooks.
- Portability conformance tests and cross-platform CI/release matrix expansion.
- HTTP/3 profile hardening with fallback policy and protocol conformance coverage.
- Expanded examples and module-level test coverage across new functionality.
### Changed
- CI/security workflows hardened with pinned actions, strict policy gates, and improved supply-chain controls.
- Documentation structure and API narrative expanded for production-readiness and discoverability.
- Coverage enforcement moved to strict `>=95%` line threshold gates.
### Fixed
- Multiple CI reproducibility and workflow consistency issues across feature and release pipelines.
- Dependabot-driven workflow drift resolved directly on `feat/v0.0.3`.
## [0.0.2] - 2026-02-04
### Added
- Initial baseline features and project scaffolding for static HTTP serving and core request/response handling.