ngx-export v2.2.0 Release Notes

Release Date: 2018-11-09 // over 5 years ago
    • 🐛 Bug fixes
      • Do not start Nginx worker if there are mismatches between roles and implementations in any of Haskell handlers being loaded. For example, when a handler of type IOYY is exported from a Haskell code with ngxExportAsyncIOYY, but gets loaded in Nginx configuration with directive haskell_run which is suitable for synchronous tasks only. Before this fix, such cases were not always detectable, which could lead to segfaults in Nginx workers during runtime.
      • Accept only absolute paths for file locks in directive haskell_service_var_in_shm.
    • Other
      • Package ngx-export-tools version 0.3.0.0. New typed readers with support for reading a pointer to the Nginx request object. More examples in haddock docs.