Skip to content

nginx-haskell-module version 2.1.0, ngx-export version 1.5.0

Compare
Choose a tag to compare
@lyokha lyokha released this 18 Oct 15:40
· 633 commits to master since this release
  • New features
    • Added a new Haskell package ngx-export-tools with module NgxExport.Tools which exports useful utility functions and exporters of simple services exposing a higher abstraction level than basic service exporters from module NgxExport.
  • Bug fixes
    • Replaced cancel by cancelWith with argument ThreadKilled. This was not a bug until release of async-2.2 where cancel began throwing AsyncCancelled instead of ThreadKilled.
    • Pedantically free bound to services async tasks on a worker's termination.