Releases: jeroenrinzema/psql-wire
Releases · jeroenrinzema/psql-wire
v0.19.0
v0.18.0
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
- @Twister915 made their first contribution in #134
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Include a used by section by @jeroenrinzema in #126
- Deny gss encrypted connections until gss is supported by @jeroenrinzema in #124
- Replaced pq/oid dependency with pgx/pgtype by @jeroenrinzema in #125
- Transparent parallel execution for pipelined extended queries by @seifghazi in #123
New Contributors
- @seifghazi made their first contribution in #123
Full Changelog: v0.16.1...v0.17.0
v0.16.1
v0.16.0
What's Changed
- Upgrade to go 1.25 by @jeroenrinzema in #116
- Linting errors by @jeroenrinzema in #117
- Fix typo log by @jeroenrinzema in #120
- Enforce limit by @jeroenrinzema in #115
- Exposes the flush message handler by @jeroenrinzema in #118
- Include the intent of this project within the README by @jeroenrinzema in #119
- Support protocol cancellation by @hrl20 in #121
New Contributors
Full Changelog: v0.15.0...v0.16.0
v0.15.0
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
What's Changed
Full Changelog: v0.14.3...v0.14.4
v0.14.3
Full Changelog: v0.14.2...v0.14.3
v0.14.2
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
What's Changed
- fix: nil value in parameterised query by @danielmarkow in #89
New Contributors
- @danielmarkow made their first contribution in #89
Full Changelog: v0.14.0...v0.14.1