Releases: IBM/nodejs-itoolkit
v1.0.2
What's Changed
- build(package.json): Add lint-fix script by @abmusse in #356
- ci: Disable running integration tests by @abmusse in #361
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #366
- Added correct link by @GajenderI in #368
- chore: fix copyright headers by @abmusse in #376
- ci: update release process by @abmusse in #374
- build(deps): bump xml2js from 0.4.23 to 0.5.0 by @dependabot in #367
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #380
- build(deps): bump fast-xml-parser from 4.0.11 to 4.2.5 by @dependabot in #378
- build: run npm audit fix by @abmusse in #381
- docs: Remove deprecated attributes from RtD config by @kadler in #383
- Address vulnerabilities in docs packages by @kadler in #382
- build: update release-it config by @abmusse in #384
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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
⚠ BREAKING CHANGES
- Remove iSql.connect() and iSql.setOptions()
- Remove iConn.setTimeout()
Features
- Allow DS for service program return value (#217) (30e9f8a)
- Specify supported Node versions (#264) (63ec53c)
- use standard-version #85 (45f66a7)
Bug Fixes
-
Add missing '?' in xml prolog (bff8649)
-
data type issue in Toolkit.getSysStatus and Toolkit.getSysStatusExt (#190) (15397c2)
-
Define errno structure correctly (#192) (b1561f7), closes #191
-
Deprecated functional tests rest transport options (#255) (903dd3f)
-
Faulty error thrown by ProgramCall.addParam (#124) (75d081c)
-
Formatting errors in bug report template (24a9262)
-
iConn unit test failure (52f0330)
-
Move iConn compatibility code to iConn itself (#218) (73d798d)
-
Test hooks timeout when using rest transport (#253) (60fdd5b)
-
Use encodeURIComponent for URL params (2c98b22), closes #72 #71
-
Remove iConn.setTimeout() (c978c41)
-
Remove iSql.connect() and iSql.setOptions() (066e8ba)
v1.0.0-rc.1
Release candidate for v1.0.0
v0.1.7
1.0.0-alpha.1
Adds check for connectError when using the ODBC transport. See commit a7b4770.
1.0.0-alpha.0
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