Skip to content

Releases: IBM/nodejs-itoolkit

v1.0.2

11 Oct 22:15
4183b0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Nov 13:49
df59725
Compare
Choose a tag to compare

1.0.1

  • fix: Missing braces in README Example (#286)
  • fix: Typo in ssh transport error message (#287)
  • test: Remove redundant ProgramCall test (#284)
  • test: Constrain eslint rules
  • test: Fix eslint errors issues in eslintrc
  • test: Configure tests to use Mocha env in eslintrc
  • test: Adjust AirBnB rules for Mocha tests
  • test: Use eslint-plugin-mocha for tests
  • test: Remove arrow functions from mocha functions (#283)
  • ci: Add eslint action (#244)
  • docs: Update setup transport interface links (#292)
  • fix: Emit deprecation warning for iPgm.addReturn (#295)
  • build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#299)
  • build(deps): bump lodash from 4.17.15 to 4.17.19 (#302)
  • chore: Unmark as stale if issue has been updated (#311)
  • fix: Make exempt labels plural for stale action (#312)
  • test: Check the XMLSERVICE version for QSH support (#303)
  • fix: Update standard-version to resolve CVE-2020-8116 (#310)
  • refactor: Handle optional dependencies better (#306)
  • test: Fix mocha/no-identical-title eslint issue (#296)
  • test: Fix mocha/no-hooks-for-single-case eslint issue (#297)
  • fix: eslint GH action failure (#336)
  • docs: Add comma to separate password and url key
  • build(deps): Update deps to the latest version (#347)
  • docs: Add omit as valid value for io (#346)
  • docs: Reference alternate XML parser (#345)
  • build: readthedocs build error (#349)
  • build(deps): Add fast-xml-parser (#351)
  • build(deps): Upgrade ssh2 to latest version (#355)
  • fix: Better optional deps handling (#353)
  • ci: Add npm publish action (#358)
  • docs: Update cosine example to pass by value (#359)

v1.0.0

08 May 19:01
be3772c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Remove iSql.connect() and iSql.setOptions()
  • Remove iConn.setTimeout()

Features

Bug Fixes

v1.0.0-rc.1

01 May 19:45
0fedfea
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Release candidate for v1.0.0

v0.1.7

09 Apr 19:01
ba0f299
Compare
Choose a tag to compare

fix: Properly close stmt and conn when using idb (#232)

1.0.0-alpha.1

11 Jul 20:24
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Adds check for connectError when using the ODBC transport. See commit a7b4770.

1.0.0-alpha.0

27 Jun 21:12
Compare
Choose a tag to compare
1.0.0-alpha.0 Pre-release
Pre-release

This the alpha release of version of v1.0.0.

Notable changes include:

  • Add odbc transport support
  • Add ssh transport support
  • Add error parameter within Connection.run()
  • Renaming i* classes, ex: iConn -> Connection