Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 723 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 723 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2022-07-14

Added

  • Support for the x-real-ip header, with x-forwarded-for as a backup option
  • OWASP security headers by default
  • Support for manual PORT and HOST overrides via cli args or environment variables
  • Support for graceful shutdowns
  • Support for CORS requests
  • Support for request compression

Changed

  • Migrate web framework from Actix Web to Axum
  • Updated to Rust v1.62.0