Skip to content

nginx-haskell-module version 3.3.0, ngx-export version 1.7.10

Compare
Choose a tag to compare
@lyokha lyokha released this 15 Mar 15:25
· 115 commits to master since this release
  • New features.
    • New exporter ngxExportInitHook which can be used for writing global data synchronously before the start of handling client requests.
  • Module ngx-export 1.7.91.7.10.
    • Reify types of internal handlers from their signatures.
    • Drop support for GHC versions older than 8.2.
    • Implement support for exporter ngxExportInitHook.
  • Module ngx-export-tools 1.2.31.2.3.2.
    • New void service voidService which helps to load global data from Nginx configurations in a more concise and declarative way.
    • Suggest the synchronous initialization hook ngxExportInitHook in documentation on voidService.
    • Add an example of using ngxExportInitHook in conjunction with typed simple services.