Skip to content

Releases: lyokha/nginx-log-plugin

nginx-log-plugin version 1.5.2

03 Dec 12:45
Compare
Choose a tag to compare

Foreign calls were extracted in a separate module.

nginx-log-plugin version 1.5

20 Aug 13:47
Compare
Choose a tag to compare

Auto-generate haddocks for generated functions.

nginx-log-plugin version 1.4

31 Jul 13:26
Compare
Choose a tag to compare
  • Fixed width of bit fields for count and count_ultimate data.
  • Added tests in CI.

nginx-log-plugin version 1.3.1

12 Jun 19:44
Compare
Choose a tag to compare

Cabal version bumped.

nginx-log-plugin version 1.3

12 Jun 17:38
Compare
Choose a tag to compare

Exposed function logM which accepts the request pointer and the log message separated from each other.

nginx-log-plugin version 1.2

24 Nov 13:37
Compare
Choose a tag to compare
  • 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

10 Nov 15:09
Compare
Choose a tag to compare

Fixed build config.

nginx-log-plugin version 1.0

13 Oct 13:02
Compare
Choose a tag to compare

Added high-level directives log and log ultimate.

nginx-log-plugin version 0.4

29 Mar 14:43
Compare
Choose a tag to compare
  • Improvements in generation of specific log functions.
  • Implemented CI using Github Actions.

nginx-log-plugin version 0.3

26 Mar 10:23
Compare
Choose a tag to compare

Generate specific log functions programmatically using Template Haskell.