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
- Use Laravel-native queue handler (#13)
v0.2.0 - 2022-11-07
- Added maintenance mode support (#7)
- Support persistent PostgreSQL sessions with Octane (#9)
- Parse
Authorization: Basic
header intoPHP_AUTH_*
variables (#10) - Prepare Octane responses without
Content-Type
(08ab941)
- 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
- Initial release