Skip to content

Releases: belgattitude/soluble-japha

Version 0.14.1

15 Jan 01:32
Compare
Choose a tag to compare

0.14.1 (2017-01-15)

Improved

  • Better detection of broken connections BrokenConnectionException
  • Improved tests suite for tomcat

0.14.0 (2017-01-14)

Breaking change

  • From version 0.14+, minimum supported version is php 5.6.
    Support for PHP 5.5 has been dropped, due to usage of
    variadic functions. The API is still the same, and if you
    require PHP5.5 support, please install the v0.13.0 instead.

    A branch have been saved for pre-5.6 support.
    It can be used to provide 0.13.x patches for php5.5.

Improved

  • Better logging support and error reporting see #22.
  • Support for variadic notation see #16.
  • A lot a minor fixes (types, phpdoc...)