Skip to content

Commit b7f27c1

Browse files
committed
3.2.4
* doc update with SSL info for #989 (Bimal Jha) * build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#990) (dependabot[bot]) * support for set connect attributes, #970 (Bimal Jha) * Fix calling FreeColumns multiple times resulting in SIGABRT (#980) (Lasse Hyldahl Jensen) * build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#976) (dependabot[bot])
1 parent c74942d commit b7f27c1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGES.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
2023-11-16, Version 3.2.3
1+
2024-03-31, Version 3.2.4
2+
=========================
3+
4+
* doc update with SSL info for #989 (Bimal Jha)
5+
6+
* build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#990) (dependabot[bot])
7+
8+
* support for set connect attributes, #970 (Bimal Jha)
9+
10+
* Fix calling FreeColumns multiple times resulting in SIGABRT (#980) (Lasse Hyldahl Jensen)
11+
12+
* build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#976) (dependabot[bot])
13+
14+
15+
2023-11-17, Version 3.2.3
216
=========================
317

418
* update precompiled binaries (Bimal Jha)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm_db",
33
"description": "IBM DB2 and IBM Informix bindings for node",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"main": "lib/odbc.js",
66
"homepage": "https://github.com/ibmdb/node-ibm_db/",
77
"repository": {

0 commit comments

Comments
 (0)