Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.59 KB

Changelog

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.

[4.3.0] - 2021-08-01

Added

  • Options parameter added to the query function. Trimming values is now configurable, but still defaults to true. Issue #22.

[4.2.0] - 2021-07-30

Added

  • Support for BLOB column (not only clob). See #66

[4.1.0] - 2021-03-12

Added

  • asIterable function added for async iterable support. See #60.
  • new types and interfaces added.

[4.0.0] - 2019-10-15

Added

  • All errors wrapped in oops-error.
  • Created CHANGELOG.md.

Changed

  • Removed System.err logs in Java code.
  • deprecated message for .pgm changed

[3.1.3] - 2019-07-10

Added

  • ccsid option for program calls. See #39.

Changed

  • ccsid defaults to ccsid from as400 system.

[3.0.0] - 2018-11-30

Added

  • defineProgram function.
  • Default timeout on program calls set to 3 sec to avoid programs halting.
  • Optional timeout parameter set to program calls.

Changed

  • Function .pgm was deprecated in favour of defineProgram.

[2.0.0] - 2018-10-8

Added

Changed

  • Only supports node verison 8 and higher.

[1.5.4] - 2017-10-24

Added

  • Support for CLOB data type