Releases: zendtech/IbmiToolkit
Releases · zendtech/IbmiToolkit
1.9.4
1.9.3
Fixes bugs related to output with the PDO transport.
1.9.2
- Fixes an issue with a passed-in PDO connection that had a non-default fetch mode.
- Refactor XML building code
- Updates the extension dependencies in the Composer package
- Improvements to and additional sample code
1.9.1
UpdateParameterValues
has been restored due to how much code in the wild was still using it. Please do not use it if you can as it was only intended to be used internally, it may be removed again in the future, just with more warning.- Documentation improvements (more samples, docblock improvements)
- Ability to pass driver options (i.e. naming mode)
- Fix debug logging with PDO
- Remove global namespace
getConfigValue
1.9.0 release
As mentioned in previous beta releases:
- PHP 8 compatibility
- SSH transport (requires ssh2 1.3 pecl ext on local system, xmlservice-cli on remote)
- Local transport (requires xmlservice-cli on local system)
- PDO_ODBC transaction fixes
- Fixes for qsh error handling
- CW naming conflict and blank values fix
- Additional samples
The Yum package itoolkit-utils
provides the xmlservice-cli
command. Install it through ACS or yum.
Please try this and let us know what issues you encounter.
1.9.0 beta 1
The same improvements from 1.9.0b0 are included in this pre-release of 1.9.0, with the addition of....
- Change strategy for optional args
- Fix docblock types (thanks Chris Sears)
- Fix PHP 8 compat with argument order and optional args in more places (thanks @wjonkerhulst)
- Use local system by default in CW when all blanks are given
- Move param class files erroneously put in CW directory
1.9.0 beta 0
This is a pre-release version of the Toolkit. Since there haven't been many large updates in a while, we're cutting a special pre-release so people can try out the new features and see if any changes impact user code.
- Fix compatibility with PHP 8
- Fix issues with PDO_ODBC (transactions)
- Fix naming conflict in CW
- Fix qsh error checking (silent failures are caught; potential BC break)
- Local transport (requires xmlservice-cli on IBM i)
- SSH transport (requires xmlservice-cli on remote IBM i, dev version of ssh2)
- Create samples for PDO_ODBC, SSH, Local
1.8.5
Fix PDO behavior
1.8.4
Correct regression in CW, fixed documentation, add classic Zend samples, fix issue with autoloader, trim space handling.
1.8.3
Bump version