ngx-export v2.5.0 Release Notes

Release Date: 2019-02-08 // about 5 years ago
    • ๐Ÿ†• New features
      • The normal synchronous and all asynchronous content handlers are expected to return a list of optional HTTP response headers (type ContentHandlerResult gets the 4th field).
      • The aforementioned kinds of content handlers can now return authentic Nginx-styled responses (such as 502 Bad Gateway; see section Tips and tricks in README.md).
    • ๐Ÿ› Bug fixes
      • All asynchronous Haskell handlers get proper masking against asynchronous exceptions, which is especially important for service handlers in presence of asynchronous exceptions from service hooks.
      • The API exceptions were not accessible for using in the standalone approach.
    • Other
      • Minor improvements and optimizations.