Releases: hgourvest/node-firebird
Releases · hgourvest/node-firebird
Release v1.1.9
What's Changed
- add a few more charsets allowed by @mariuz in #297
- Bump @babel/traverse from 7.12.10 to 7.23.2 by @dependabot in #316
- Code splitting by @maratth in #321
- feat: post_event implementation by @arthurbolsoni in #325
- Fix name of github action by @maratth in #326
- Fix fetch error test by @maratth in #327
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #333
- Improve Examples and Fix Errors in README by @mateusvieites in #331
- feat: Add type Int128 - FB4 by @dliocode in #339
New Contributors
- @arthurbolsoni made their first contribution in #325
- @mateusvieites made their first contribution in #331
- @dliocode made their first contribution in #339
Full Changelog: v1.1.5...v1.1.9
Release v1.1.5
What's Changed
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #284
- Bump minimatch and mocha by @dependabot in #285
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #287
- Undefined property fix by @dmitov in #292
- fix missing property definition by @dmitov in #293
New Contributors
Full Changelog: v1.1.4...v1.1.5
Release v1.1.4
Fix Typo : Replace ISOLATION_READ_COMMITED with ISOLATION_READ_COMMITTED mentioned here #262
Full Changelog: v1.1.3...v1.1.4
Release v1.1.3
What's Changed
- fix(blobAsText): add compatibility with wire protocol version >= 13 by @jesusvilla in #282
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #276
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #277
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in #278
- Bump json-schema and jsprim by @dependabot in #279
Full Changelog: v1.1.0...v1.1.1
release v1.1.0
What's Changed
- Srp implementation by @maratth in #242
- Add optional callback for pool destroy by @Tomas2D in #244
- Set protocolVersion as optional in escape function (TypeScript) by @Rafatcb in #248
- Bump glob-parent from 5.1.0 to 5.1.2 by @dependabot in #252
- Fix tsc build issues by @777777miSSU7777777 in #255
- Automatically reconnect to database by @Tomas2D in #259
- Fix attaching to database if database does not exists by @Tomas2D in #260
- Add definitions to transaction isolation modes by @Rafatcb in #262
- Added configurable character set for connections. by @thekevinbrown in #272
- feat(blob): add support value text for blob subtype 1 by @jesusvilla in #274
- feat(blob): add support unique transaction for get blob by @jesusvilla in #275
New Contributors
- @Tomas2D made their first contribution in #244
- @Rafatcb made their first contribution in #248
- @dependabot made their first contribution in #252
- @777777miSSU7777777 made their first contribution in #255
- @thekevinbrown made their first contribution in #272
- @jesusvilla made their first contribution in #274
Full Changelog: v0.9.9...v1.1.0
Version 0.9.9
Version 0.9.8
Adding GDSCodes #231
Version 0.9.7
Adding ServiceManager typescript definitions; and fixing typos and potential bugs. #229