Skip to content

Releases: jeroenrinzema/psql-wire

v0.19.0

08 Apr 20:39
606ab3d

Choose a tag to compare

What's Changed

  • Enable -race in tests and fix race conditions by @JelteF in #141
  • Handle fatal errors correctly by @JelteF in #140
  • Implement cache cleanup behaviour by @JelteF in #136
  • Handle Execute limit correctly by sending PortalSuspended by @JelteF in #138

Full Changelog: v0.18.0...v0.19.0

v0.18.0

10 Mar 09:29
14d10e2

Choose a tag to compare

What's Changed

  • Upgrade golang lint to latest version by @jeroenrinzema in #135
  • Call the CloseConn callback when a connection is closed for any reason by @Twister915 in #134
  • Correctly follow protocol spec about errors in extended protocol by @JelteF in #131

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

06 Jan 21:15
4837c68

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

10 Nov 17:06
d7ad5d6

Choose a tag to compare

What's Changed

  • Simplify context logic in shutdown by @JelteF in #122

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0

30 Oct 13:22
cc72200

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

15 Sep 19:34
8f12a48

Choose a tag to compare

What's Changed

  • License change proposal from MPL2.0 to Apache 2.0 by @jeroenrinzema in #94
  • feature: copy-in csv data from stdin by @danielmarkow in #100
  • feat: include close method for portal and statement cache by @jeroenrinzema in #104
  • Expand connection closure detection to avoid noisy error logs by @brendo in #99
  • Fix concurrent map writes issue by creating per-connection pgx Maps by @vwassan in #106

Full Changelog: v0.14.4...v0.15.0

v0.14.4

01 Aug 16:58
1e8f6eb

Choose a tag to compare

What's Changed

  • Don't log normal client disconnections as errors by @vwassan in #97

Full Changelog: v0.14.3...v0.14.4

v0.14.3

10 Jul 18:04
bbec27a

Choose a tag to compare

Full Changelog: v0.14.2...v0.14.3

v0.14.2

01 Jul 15:24
703a951

Choose a tag to compare

What's Changed

  • Implement Graceful Shutdown with Context Support by @vwassan in #92
  • Return error when cleartext auth fails, don't announce server is ready by @brendo in #93

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

11 Jun 12:09
274e44e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1