Skip to content

Commit

Permalink
[2.4.1] Prepare for 2.4.1 release (#232)
Browse files Browse the repository at this point in the history
Add entries to CHANGELOG.md
Bump version in package(-lock).json

Signed-off-by: Mark Irish <[email protected]>
  • Loading branch information
markdirish authored Oct 21, 2021
1 parent ccd0ffa commit 86c4026
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.1] - 2021-10-19
### Added
- Simple binding path allows driver's that don't implement block fetch and column-wise binding to still be able to fetch results
- Allow pool.query() to use query options

### Fixed
- Update timeout definitions in README.md
- Fixed multiple memory leaks
- Fixed multiple segfaults


## [2.4.0] - 2021-07-06
### Added
- NEW Cursor class that is returned when new `cursor` query option is set to `true`. Cursor allows users to fetch partial result sets through calling `fetch`
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ An asynchronous interface for Node.js to unixODBC and its supported drivers.

This package is a native addon, built with C++ code using `node-addon-api`, a C++ wrapper for [N-API](https://nodejs.org/api/n-api.html). `node-addon-api` only supports versions of Node.js that are in LTS or newer. [A list of supported versions can be found on the Node.js website](https://nodejs.org/en/about/releases/). Current versions supported include:

* Node.js 10
* Node.js 12
* Node.js 14
* Node.js 15
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "2.4.0",
"version": "2.4.1",
"homepage": "http://github.com/markdirish/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
Expand Down

0 comments on commit 86c4026

Please sign in to comment.