Releases: IBM/node-odbc
Releases · IBM/node-odbc
2.5.0
What's Changed
- Fix various typos and reference issues in Cursor.js by @bskimball in #419
- docs(README): typo (
clsoing=>closing). by @neverendingqs in #430 - docs(README): typo (
fire of=>fire off). by @neverendingqs in #431 - Update node-pre-gyp by @spanishpear in #440
- Bump tar from 7.5.1 to 7.5.7 by @dependabot[bot] in #448
- Bump tar from 7.5.7 to 7.5.9 by @dependabot[bot] in #453
- ci: GitHub Actions Maintenance by @kadler in #463
- fix: Update npm packages for security issues by @kadler in #462
- Add connected and autocomplete types by @BrendanC23 in #461
- Return after fail to connect in Pool, else causes unhanded error by @halait in #451
- Add SQL_TXN_* types to TypeScript definition by @BrendanC23 in #447
- [TypeScript] Change API types from class to interface by @dwickern in #408
- fix: Make CONNECTION_CLOSED_ERROR a static property by @kadler in #464
- chore: Clean up compiler warnings by @kadler in #465
- ci: update contents permission ... by @abmusse in #467
- chore: Update Node.js release for IBM i build by @kadler in #468
- ci: Update Jenkins configuration by @kadler in #469
New Contributors
- @bskimball made their first contribution in #419
- @neverendingqs made their first contribution in #430
- @spanishpear made their first contribution in #440
- @BrendanC23 made their first contribution in #461
- @halait made their first contribution in #451
- @dwickern made their first contribution in #408
- @abmusse made their first contribution in #467
Full Changelog: v2.4.9...v2.5.0
2.5.0-rc.2
What's Changed
- chore: Update Node.js release for IBM i build by @kadler in #468
- ci: Update Jenkins configuration by @kadler in #469
Full Changelog: v2.5.0-rc.1...v2.5.0-rc.2
2.5.0-rc.1
What's Changed
- Fix various typos and reference issues in Cursor.js by @bskimball in #419
- docs(README): typo (
clsoing=>closing). by @neverendingqs in #430 - docs(README): typo (
fire of=>fire off). by @neverendingqs in #431 - Update node-pre-gyp by @spanishpear in #440
- Bump tar from 7.5.1 to 7.5.7 by @dependabot[bot] in #448
- Bump tar from 7.5.7 to 7.5.9 by @dependabot[bot] in #453
- ci: GitHub Actions Maintenance by @kadler in #463
- fix: Update npm packages for security issues by @kadler in #462
- Add connected and autocomplete types by @BrendanC23 in #461
- Return after fail to connect in Pool, else causes unhanded error by @halait in #451
- Add SQL_TXN_* types to TypeScript definition by @BrendanC23 in #447
- [TypeScript] Change API types from class to interface by @dwickern in #408
- fix: Make CONNECTION_CLOSED_ERROR a static property by @kadler in #464
- chore: Clean up compiler warnings by @kadler in #465
- ci: update contents permission ... by @abmusse in #467
New Contributors
- @bskimball made their first contribution in #419
- @neverendingqs made their first contribution in #430
- @spanishpear made their first contribution in #440
- @BrendanC23 made their first contribution in #461
- @halait made their first contribution in #451
- @dwickern made their first contribution in #408
- @abmusse made their first contribution in #467
Full Changelog: v2.4.9...v2.5.0-rc.1
2.4.9
What's Changed
- Tame down stale bot by @kadler in #344
- remove NAPI_EXPERIMENTAL by @acheronfail in #381
- Clean up GitHub Actions workflows by @kadler in #399
- Drop support for NAPI 7 and below by @kadler in #398
- Update README.md by @zozo-yasuda in #391
- Update package metadata by @kadler in #400
- Prepare release automation by @kadler in #401
- Remove unused and dubious strptime by @kadler in #402
New Contributors
- @acheronfail made their first contribution in #381
- @zozo-yasuda made their first contribution in #391
Full Changelog: v2.4.8...v2.4.9
2.4.8
[2.4.8] - 2023-05-17
Fixed
- Fixed static cursor declaration causing performance degradation for Connection's .query method
- Fixed callProcedure core dump with large parameters
- Improved TypeScript typings
Added
- New
dataTypeNameproperty on returned ColumnDefinitions
2.4.7
[2.4.7] - 2023-01-26
Fixed
- Fixed static cursor declaration causeing performance degredatio
- Fixed a memory leak with certain long binary and character types
2.4.7-beta.0
Beta release to see if not setting cursor explicitly fixed performance issues
2.4.6
[2.4.6] - 2022-09-22
Fixed
- Fixed TypeScript definition error preventing compilation
2.4.5
[2.4.5] - 2022-09-12
Added
primaryKeysinstance function onConnectionto call ODBC SQLPrimaryKeys functionforeignKeysinstance function onConnectionto call ODBC SQLForeignKeys function- Binaries added for all supported N-API versions for all GitHub Actions runners
Fixed
- Fixed VARCHAR(MAX) fields creating 0-sized buffers (MSSQL)
- Fixed various TypeScript type definitions
2.4.4
[2.4.4] - 2022-04-26
Fixed
- Fixed application crashing when
callProcedurewas given the wrong procedure name or number of parameters - Fixed TypeScript definition for Connection's
tablesfunction