We are thrilled to announce the official release of v0.16.0
to the public! 🎉🚀 Additionally, we are making all previous tagged versions available to simplify the upgrade process. In addition to the release of v0.16.0
, this update includes all prior tagged releases.
This release includes exciting new features such as improved performance, additional options for access logging, updates to our documentation and nginx + Apache configurations, as well as many more internal improvements to our test suite and integration tests.
-
Feature: Improve performance by skipping
AccessLogHandler
if it writes to/dev/null
.
(#248 by @clue) -
Feature: Add optional
$path
argument forAccessLogHandler
.
(#247 by @clue) -
Minor documentation improvements and update nginx + Apache configuration.
(#245 and #251 by @clue) -
Improve test suite with improved directory structure for integration tests.
(#250 by @clue)