Skip to content

Releases: belgattitude/soluble-japha

Version 3.0.0 - PHP 8

25 Apr 10:43
0b17771
Compare
Choose a tag to compare

Warning, no BC break to expect between 2.+ and 3.+, decision of bumping the major version mostly to help ci... PHP below 7.4 had been dropped.

New

  • PHP 8.0 support in #60

Removed

  • Dropped support for PHP versions below 7.4 in #60

Fixed

  • TimeZoneUtils: propertly casting timezone ids into string in #60

Dev

  • [Q&A] update phpunit, phpstan and cs-fixer, in #60

Version 2.8.1

10 Jul 11:57
2ae2d0b
Compare
Choose a tag to compare

Changed

  • ArrayProxy, do not implement \ArrayAccess anymore, in #58

Dev

  • [Q&A] update phpstan and cs-fixer, in #58

Version 2.8.0

10 Apr 14:36
795c402
Compare
Choose a tag to compare

Removed

  • Drop support for PHP7.1

Improved

  • Doc improvements
  • QA, CI fixes

Version 2.7.0

21 Dec 12:01
Compare
Choose a tag to compare

Added

  • PHP 7.4 support

Improved

  • Few phpdoc added

Dev

  • Testing re-enabled with pjbserver-tools
  • phpstan ^0.12

Version 2.6.4

27 May 13:43
Compare
Choose a tag to compare

Improved

  • Detection of broken socket connection during operation.
  • Minor typehints

Dev

  • Deps and q&a tools update (phpstan 0.11...)
  • License year

Version 2.6.3 - PHP 7.3 supported

22 Dec 11:15
Compare
Choose a tag to compare

Fixes

  • Cast port to integer in Protocol.php (minor)

Updated

  • Tests for PHP 7.3, Q&A travis.

Version 2.6.2

08 Aug 16:21
Compare
Choose a tag to compare

Fixes

  • Fix: Fix exception message for SimpleHttpTunnelHandler errors. error_get_last() is now serialized.
  • Minor fix: interface JavaExceptionInterface now extends \Throwable
  • Minor fix: possible type error in exception message in Util\TimeZone
  • Minor fix: use offsetExists instead of array_key_exists in PjbProxyClient::getOption(string $name)
  • Minor fix: use of call_user_func instead of call_user_func_array in Client.

Updated

  • Q&A tools update: phpstan....

Version 2.5.1

28 Feb 09:54
Compare
Choose a tag to compare

Added

  • Documenting java_log_level for debugging tomcat side..

Fixes

  • Minor: Fix a possible fwrite warning in SocketChannel (handled by an exception anyway).

Version 2.5.0

19 Jan 17:20
Compare
Choose a tag to compare

Added

  • Added use_persistent_connection in adapter connection. By default to false but can be enabled
    if connection times are problematic (not recommended if using basic auth).

Version 2.4.3

18 Jan 11:03
Compare
Choose a tag to compare

Updated

  • Updated to phpstan 0.9

Fixes

  • Some phpdocs fixes after introduction of phpstan 0.9 (intersections)