Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.66 KB

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.

v0.3.0 - 2022-11-15

Changed

  • Use Laravel-native queue handler (#13)

v0.2.0 - 2022-11-07

Added

  • Added maintenance mode support (#7)
  • Support persistent PostgreSQL sessions with Octane (#9)
  • Parse Authorization: Basic header into PHP_AUTH_* variables (#10)
  • Prepare Octane responses without Content-Type (08ab941)

Changed

  • Made ServeStaticAssets configurable (19fb1ac)
  • Made shared X-Request-ID log context configurable (bfbc249)
  • Log SQS job events (#11)
  • Collapse Secrets log message into single line (#11)

v0.1.0 - 2022-05-18

Added

  • Initial release