Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ibm_db from 2.8.2 to 3.2.3 #1048

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps ibm_db from 2.8.2 to 3.2.3.

Release notes

Sourced from ibm_db's releases.

ibm_db v3.2.3

node-ibm_db v3.2.3

ibm_db v3.2.2

node-ibm_db v3.2.2

ibm_db v3.2.1

node-ibm_db v3.2.1

ibm_db v3.2.0

node-ibm_db v3.2.0

ibm_db v3.1.0

node-ibm_db v3.1.0

ibm_db v3.0.0

node-ibm_db v3.0.0

Changelog

Sourced from ibm_db's changelog.

2023-11-16, Version 3.2.3

  • update precompiled binaries (Bimal Jha)

  • fea: add support for pool.initAsync() API, PR #953, issue #952 (Bimal Jha)

  • fix: compilation issue on z/OS, define SQL_BOOLEAN, issue #961 (Bimal Jha)

  • build(deps): bump axios from 1.5.0 to 1.6.0 (#964) (dependabot[bot])

  • fix promise bug of executeNonQuery api, issue #960 (Bimal Jha)

  • read Db2 credential from Env var for testing (Bimal Jha)

2023-09-23, Version 3.2.2

  • update windows binary and electron binaries (Bimal Jha)

  • update test files, doc files and dependency versions. (Bimal Jha)

  • Fix for ibmdb/node-ibm_db#942 (#944) (Andre Asselin)

  • Fix double free of Buffer/str for OUTPUT parameter, issue #942 (Bimal Jha)

  • Fix for ibmdb/node-ibm_db#943 (#945) (Andre Asselin)

  • Support null value for INOUT type parameter of SP, issue #940 (Bimal Jha)

  • doc upate, correct links in api documentation (Bimal Jha)

  • fix: ignore CLI0106E error for endTransaction, issue #938 (Bimal Jha)

  • update test file (Bimal Jha)

  • add support for outparams in await call of stmt.execute() API, issue #936 (Bimal Jha)

  • Add addon binaries for electron v25 (Bimal Jha)

  • update issue template (Bimal Jha)

2023-05-21, Version 3.2.1

  • add support for DOWNLOAD_CLIDRIVER environment variable (Bimal Jha)

  • fix: catch unhandled exception for conn.prepare, issue #925 (Bimal Jha)

... (truncated)

Commits
  • 0e14011 3.2.3
  • 424026b update precompiled binaries
  • ceafbb5 fea: add support for pool.initAsync() API, PR #953, issue #952
  • 711ec48 fix: compilation issue on z/OS, define SQL_BOOLEAN, issue #961
  • c7fc500 build(deps): bump axios from 1.5.0 to 1.6.0 (#964)
  • bcac37c fix promise bug of executeNonQuery api, issue #960
  • 3df1f8d read Db2 credential from Env var for testing
  • 1fd5598 3.2.2
  • d86a835 update windows binary and electron binaries
  • b4d24a3 update test files, doc files and dependency versions.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner February 21, 2024 09:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2024
@kirrg001
Copy link
Contributor

@kirrg001
Copy link
Contributor

I can't see any breaking change.

Copy link
Contributor

@kirrg001 kirrg001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is IMO no good reason to add multiple version testing.

@kirrg001
Copy link
Contributor

Lets merge with

feat: added ibm_db v3 support

@aryamohanan aryamohanan force-pushed the dependabot/npm_and_yarn/main/ibm_db-3.2.3 branch 2 times, most recently from 13b7bc3 to 89d3a08 Compare February 22, 2024 06:16
Bumps [ibm_db](https://github.com/ibmdb/node-ibm_db) from 2.8.2 to 3.2.3.
- [Release notes](https://github.com/ibmdb/node-ibm_db/releases)
- [Changelog](https://github.com/ibmdb/node-ibm_db/blob/master/CHANGES.md)
- [Commits](ibmdb/node-ibm_db@v2.8.2...v3.2.3)

---
updated-dependencies:
- dependency-name: ibm_db
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@aryamohanan aryamohanan force-pushed the dependabot/npm_and_yarn/main/ibm_db-3.2.3 branch from 89d3a08 to 5f52975 Compare February 22, 2024 13:36
@aryamohanan
Copy link
Contributor

aryamohanan commented Feb 22, 2024

Lets merge with

feat: added ibm_db v3 support

LGTM as well, I will add the commit message

@kirrg001 kirrg001 merged commit 0ec7cc9 into main Feb 22, 2024
1 check passed
@kirrg001 kirrg001 deleted the dependabot/npm_and_yarn/main/ibm_db-3.2.3 branch February 22, 2024 13:46
kirrg001 added a commit that referenced this pull request Feb 22, 2024
kirrg001 added a commit that referenced this pull request Feb 22, 2024
@kirrg001 kirrg001 restored the dependabot/npm_and_yarn/main/ibm_db-3.2.3 branch February 22, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants