Skip to content

Releases: malthe/ts-postgres

2.0.4

19 Jun 19:51
2.0.4
Compare
Choose a tag to compare

What's Changed

  • Add back 'end' event and fix graceful shutdown error handling by @malthe in #126

Full Changelog: 2.0.3...2.0.4

2.0.3

15 Jun 07:57
2.0.3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

12 Apr 20:30
2.0.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

10 Mar 09:29
2.0.1
Compare
Choose a tag to compare

What's Changed

  • Roll up type declarations by @malthe in #114
  • Parse additional fields from error and notice response messages by @malthe in #115

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Mar 06:22
2.0.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...2.0.0

1.9.0

23 Jan 09:18
1.9.0
Compare
Choose a tag to compare

What's Changed

  • Add support for ESM modules (in addition to CommonJS).
  • The database host, port and connection timeout options can now be specified directly for connect (taking priority over the
    provided configuration).
  • Fix issue handling connection error during secure startup.

Full Changelog: 1.8.0...1.9.0

1.8.0

13 Dec 23:36
1.8.0
Compare
Choose a tag to compare

What's Changed

  • Event cleanup by @malthe in #89
  • Add "bigints" option to change bigint behavior (allow the use of 'number' instead) by @malthe in #90

Full Changelog: 1.7.0...1.8.0

1.7.0

13 Dec 23:35
1.7.0
Compare
Choose a tag to compare

What's Changed

  • Column name transformation by @malthe in #86
  • Remove 'execute' method by @malthe in #87
  • Remove 'execute' method; simplify 'query' and 'prepare' methods by @malthe in #88

Full Changelog: 1.6.0...1.7.0

1.6.0

13 Dec 17:25
1.6.0
Compare
Choose a tag to compare

What's Changed

  • Query result iterator now returns objects by @malthe in #85

Full Changelog: 1.5.0...1.6.0

1.5.0

06 Dec 12:11
1.5.0
Compare
Choose a tag to compare

What's Changed

  • Enable SSL in PostgreSQL during CI tests by @malthe in #80
  • Optimize "get" method by @malthe in #81
  • Query result (and related objects) is now generic on the row type by @malthe in #82
  • Add code-based documentation via TSDoc annotations by @malthe in #84

Full Changelog: 1.4.0...1.5.0