Laminas Stratigility v1.2.0 Release Notes

Release Date: 2016-03-17 // about 8 years ago
  • 🚀 This release contains two potential backwards compatibility breaks:

    • In versions prior to 1.2.0, after Laminas\Stratigility\Http\Response::end() was called, with*() operations were performed as no-ops, which led to hard-to-detect errors. Starting with 1.2.0, they now raise a RuntimeException.

    • In versions prior to 1.2.0, Laminas\Stratigility\FinalHandler always provided exception details in the response payload for errors. Starting with 1.2.0, it only does so if not in a production environment (which is the default environment).

    ➕ Added

    🗄 Deprecated

    • Nothing.

    ✂ Removed

    • Nothing.

    🛠 Fixed

    • ⚡️ zendframework/zend-stratigility#30 updates the Response implementation to raise exceptions from with*() methods if they are called after end().
    • 🛠 zendframework/zend-stratigility#46 fixes the behavior of FinalHandler::handleError() to only display exception details when not in production environments, and changes the default environment to production.