Skip to content

Releases: sunng87/pgwire

v0.28.0

07 Dec 05:58
b179036
Compare
Choose a tag to compare

What's Changed

  • fix: text encoding for bytea by @sunng87 in #224
  • feat: add ErrorHandler for error processing by @sunng87 in #222
  • typo: s/all of theme/all of them/ by @akesling in #225
  • refactor: rename PgWireHandlerFactory to PgWireServerHandlers by @sunng87 in #226

Full Changelog: v0.27.0...v0.28.0

v0.27.0

30 Nov 15:15
cd88ac5
Compare
Choose a tag to compare

What's Changed

  • refactor: move tokio server implementation to dedicated module by @sunng87 in #214
  • fix: remove as_bytes when get length from string by @sunng87 in #217
  • refactor: make tls an optional feature by @sunng87 in #218
  • chore(deps): update x509-certificate requirement from 0.23 to 0.24 by @dependabot in #215
  • chore(deps): update thiserror requirement from 1 to 2 by @dependabot in #216
  • fix parse message encode by @tbicr in #219
  • add flush to ExtendedQueryHandler by @tbicr in #220

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

02 Nov 01:19
4a23ec1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

29 Sep 03:39
e6a51b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.2...v0.25.0

v0.24.2

19 Sep 17:46
772cd44
Compare
Choose a tag to compare

What's Changed

  • Improve phrasing / readability of crate docs opening paragraph by @akesling in #193
  • chore: skip building duckdb by @sunng87 in #195
  • fix: array type text serialization by @sunng87 in #194
  • chore(deps): update rusqlite requirement from 0.31.0 to 0.32.1 by @dependabot in #196
  • chore(deps): update derive-new requirement from 0.6 to 0.7 by @dependabot in #197
  • ci: improve build time and ci for sqlite/duckdb dependencies by @sunng87 in #199
  • fix: string escape for array by @sunng87 in #198

New Contributors

Full Changelog: v0.24.1...v0.24.2

v0.24.1

06 Aug 00:57
56183f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.24.1

v0.24.0

03 Aug 06:29
bddc82e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

14 Jun 17:17
d335723
Compare
Choose a tag to compare

This release introduces API support for postgres COPY operations, and our refactored PgWireHandlerFactory as en entrypoint for all your handlers.

What's Changed

  • scram: generate random nonce with one call by @serprex in #182
  • feat: add initial copy api design by @sunng87 in #105
  • refactor: introducing handler factory by @sunng87 in #183
  • refactor: make copy responses types of query response by @sunng87 in #184

Full Changelog: v0.22.0...v0.23.0

v0.22.0

29 Apr 18:18
0e24103
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Apr 17:58
329dfd8
Compare
Choose a tag to compare

What's Changed

  • feat: call reserve to ensure one-time allocation by @sunng87 in #168
  • chore(deps): update tokio-rustls requirement from 0.25 to 0.26 by @dependabot in #169
  • chore: move datafusion example to a standalone project by @sunng87 in #172
  • fix: show text NULL for null by @sunng87 in #174
  • User can now specify a tag for QueryResponse by @LjPalle in #173

New Contributors

Full Changelog: v0.20.0...v0.21.0