All notable changes to this project will be documented in this file. Please note that this changelog was added in version 4.0 so documentation on versions prior to that are incomplete.
- Options parameter added to the query function. Trimming values is now configurable, but still defaults to true. Issue #22.
- Support for BLOB column (not only clob). See #66
- asIterable function added for async iterable support. See #60.
- new types and interfaces added.
- All errors wrapped in oops-error.
- Created CHANGELOG.md.
- Removed System.err logs in Java code.
- deprecated message for .pgm changed
- ccsid option for program calls. See #39.
- ccsid defaults to ccsid from as400 system.
- defineProgram function.
- Default timeout on program calls set to 3 sec to avoid programs halting.
- Optional timeout parameter set to program calls.
- Function .pgm was deprecated in favour of defineProgram.
- Only supports node verison 8 and higher.
- Support for CLOB data type