Releases: lyokha/nginx-log-plugin
Releases · lyokha/nginx-log-plugin
nginx-log-plugin version 1.5.2
nginx-log-plugin version 1.5
Auto-generate haddocks for generated functions.
nginx-log-plugin version 1.4
- Fixed width of bit fields for count and count_ultimate data.
- Added tests in CI.
nginx-log-plugin version 1.3.1
Cabal version bumped.
nginx-log-plugin version 1.3
Exposed function logM which accepts the request pointer and the log message separated from each other.
nginx-log-plugin version 1.2
- Renamed internal variables in directives log and log ultimate (
$msg...
to$_log_...
). - Fixed -Wincomplete-uni-patterns warning arisen in ghc 9.2.1.
nginx-log-plugin version 1.1
Fixed build config.
nginx-log-plugin version 1.0
Added high-level directives log and log ultimate.
nginx-log-plugin version 0.4
- Improvements in generation of specific log functions.
- Implemented CI using Github Actions.
nginx-log-plugin version 0.3
Generate specific log functions programmatically using Template Haskell.