Releases: justybase/justybase_netezza_node_driver
Releases · justybase/justybase_netezza_node_driver
Release list
2.4.1
Fixed
- Reject execute/query while the connection is closing or already closed
connection.execute(sql)/executeNonQueryreport SELECT row counts instead of-1- External-table socket writes settle only after the write callback (or drain)
2.4.0
Summary
Portfolio modernization release for @justybase/netezza-driver.
Added
- pg-style
query()/execute(sql)/transaction()APIs and connection URI support - Structured
NzDatabaseError, dual CJS+ESM builds, offline CI unit tests - Pool hardening, handshake buffer flush, provenance publish
Notes
- Parameters remain client-side escaped interpolation (not server bind)
- Breaking:
pool.query()now returnsQueryResultinstead ofNzDataReader
2.3.3
Changes
- Drop ESLint / typescript-eslint tooling
- Bump @types/node to 26.1.1 and prettier to 3.9.6
- Keep TypeScript at 6.0.3 (ts-jest peer requires typescript < 7)
Note
2.3.2 release failed to publish due to the TypeScript 7 / ts-jest peer conflict.
2.3.2
Changes
- Drop ESLint / typescript-eslint tooling (unused; was blocking TypeScript 7)
- Bump TypeScript to 7.0.2
- Bump @types/node to 26.1.1 and prettier to 3.9.6
2.3.1
Summary
- Fix protocol desync where an orphaned
SELECT CURRENT_SIDresponse could be attributed to a laterCALL, showingCURRENT_SIDinstead of procedure results - Drain orphaned backend messages to ReadyForQuery before the next command, with timeout-safe handling and correct RowStandard skipping
- Add ProtocolSync smoke regression tests and a local reproduce script
- Skip known flaky ODBC
_V_RELATION_COLUMN*and legacy BigInt numeric parity cases
Package
@justybase/netezza-driver@2.3.1
2.2.0
2.1.0
2.0.1
2.0.0
What's Changed
- deps: bump rimraf from 6.1.2 to 6.1.3 by @dependabot[bot] in #11
- deps: bump typescript-eslint from 8.55.0 to 8.56.0 by @dependabot[bot] in #10
- deps: bump eslint from 9.39.2 to 10.0.1 by @dependabot[bot] in #9
- deps: bump @types/node from 25.2.3 to 25.3.0 by @dependabot[bot] in #8
- deps: bump typescript-eslint from 8.56.0 to 8.57.0 by @dependabot[bot] in #17
- deps: bump jest from 30.2.0 to 30.3.0 by @dependabot[bot] in #19
- deps: bump @types/node from 25.3.0 to 25.5.0 by @dependabot[bot] in #18
- deps: bump eslint from 10.0.1 to 10.0.3 by @dependabot[bot] in #16
Full Changelog: 1.0.2...2.0.0
1.1.0
Full Changelog: 1.0.1...1.0.2
Full Changelog: 1.0.1...1.1.0