Skip to content

Releases: kapetacom/sdk-nodejs-sqldb-postgresql

v2.1.0

07 Jan 15:08
Compare
Choose a tag to compare

2.1.0 (2024-01-07)

Features

  • Add functional client creator and documentation (#9) (04dd5af)

v2.0.0

13 Dec 08:43
Compare
Choose a tag to compare

2.0.0 (2023-12-13)

Features

BREAKING CHANGES

  • Increments to V2

v1.2.7

12 Dec 12:17
Compare
Choose a tag to compare

1.2.7 (2023-12-12)

Bug Fixes

v1.2.6

13 Sep 09:48
Compare
Choose a tag to compare

1.2.6 (2023-09-13)

Bug Fixes

  • fixing potetial null values (0a90866)

v1.2.5

29 Jun 16:27
Compare
Choose a tag to compare

1.2.5 (2023-06-29)

Bug Fixes

v1.2.4

29 Jun 15:59
Compare
Choose a tag to compare

1.2.4 (2023-06-29)

Bug Fixes

  • Moved uri creation into util to ensure its always the same (6dd550e)

v1.2.3

29 Jun 12:32
Compare
Choose a tag to compare

1.2.3 (2023-06-29)

Bug Fixes

  • Ensure we encode credentials and db name in uri (#5) (46d2760)

v1.2.2

11 Jun 18:42
Compare
Choose a tag to compare

1.2.2 (2023-06-11)

Bug Fixes

  • Default to commonjs in main module (1ad5883)

v1.2.1

11 Jun 18:23
Compare
Choose a tag to compare

1.2.1 (2023-06-11)

Bug Fixes

  • Added proper exports and module type (5bbd492)

v1.2.0

11 Jun 17:35
Compare
Choose a tag to compare

1.2.0 (2023-06-11)

Features

  • Use Prisma instead of PG for DB abstraction (#4) (663a35a)