Releases: belgattitude/soluble-japha
Releases · belgattitude/soluble-japha
Version 1.2.2
1.2.2 (2017-05-20)
Improved
- Improved messages on socket errors (errno and errstr)
- Added 'protected' members on relevant methods and attributes. (WIP)
- Improved PHPDoc comments with types (WIP)
- Added additional checks for errors in Client.php.
Fixed
- Unit tests: Fixed minor issue with mariadb connector in JDBC tests (serverTimezone)
Added
- Unit tests for inner classes and enumset.
Removed
- Removed Client::createParserString and moved the code into SimpleParser (only used by HHVM).
If you rely by mistake on this method, it can be replaced bynew ParserString()
, not considered
as a bc-break because this method is only used by hhmv xml parser and was not documented.
Version 1.2.1
Fixed
- Minor fix, wrong message referring to legacy
java_inspect
andjava_values
.
Version 1.2.0
Added
- New driver methods:
setFileEncoding()
andgetConnectionOptions()
currently internal use only. - Support for php-java-bridge 7.0.0.
- Possibility to call servlet methods from the driver
$ba->getDriver()->invoke(null, 'myMethod', [$params])
.
Improved
- Set utf-8 by default for html_special_chars (no need to set in php.ini)
- Replaces array_push($arr, $val) by $arr[] = $val for little perf improvement in Driver
- Removed devDependency on devster/ubench for simple benchmarks.
Fixed
- Minor: JavaClass::getName() now return string instead og JavaObject(java.lang.String).
Version 1.1.1
Fixes
- Minor bugfixes with java_lifetime and java_truncate thanks to phpstan.
Version 1.1.0
Version 1.0.1
Fixed
- Minor bug in JDBC unit tests when mysql-connector is >= 6.0
Added
- Huge documentation update
Version 1.0.0
Added
DriverInterface::values()
method added.- Doc: considerations and best practices
- More JDBC tests some optimizations examples with
DriverInterface::values()
Version 0.14.4
Added
- Documentation for context/sessions/...
- Compatibility with soluble php-java-bridge 6.2.11-rc-1
- Credits updated for the refactored Pjb62 client driver
Version 0.14.3
Added
- Minor improvement for timezone interop (code cleanup).
Version 0.14.2
Added
- Unit tests handles phpjavabridge 6.2.11-dev.