Releases: belgattitude/soluble-japha
Releases · belgattitude/soluble-japha
Version 3.0.0 - PHP 8
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
Version 2.8.0
Removed
- Drop support for PHP7.1
Improved
- Doc improvements
- QA, CI fixes
Version 2.7.0
Added
- PHP 7.4 support
Improved
- Few phpdoc added
Dev
- Testing re-enabled with pjbserver-tools
- phpstan ^0.12
Version 2.6.4
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
Fixes
- Cast port to integer in Protocol.php (minor)
Updated
- Tests for PHP 7.3, Q&A travis.
Version 2.6.2
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 ofcall_user_func_array
inClient
.
Updated
- Q&A tools update: phpstan....
Version 2.5.1
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
Added
- Added
use_persistent_connection
in adapter connection. By default tofalse
but can be enabled
if connection times are problematic (not recommended if using basic auth).
Version 2.4.3
Updated
- Updated to phpstan 0.9
Fixes
- Some phpdocs fixes after introduction of phpstan 0.9 (intersections)