Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-04 | 1.9 kB | |
v0.31.0 source code.tar.gz | 2025-07-04 | 91.1 kB | |
v0.31.0 source code.zip | 2025-07-04 | 128.6 kB | |
Totals: 3 Items | 221.6 kB | 3 |
Full changed log: https://github.com/sunng87/pgwire/blob/master/CHANGELOG.md#0310---2025-07-04
What's Changed
- feat: user visible backend keys by @sunng87 in https://github.com/sunng87/pgwire/pull/266
- feat: CancelRequest message and api by @sunng87 in https://github.com/sunng87/pgwire/pull/267
- chore: add nix flake setup by @sunng87 in https://github.com/sunng87/pgwire/pull/270
- fix: generate header after query in DuckDB example by @AlphaJack in https://github.com/sunng87/pgwire/pull/271
- refactor: use arrow-pg for duckdb example by @sunng87 in https://github.com/sunng87/pgwire/pull/273
- refactor!: change PgWireServerHandlers to use impl trait return value by @sunng87 in https://github.com/sunng87/pgwire/pull/269
- chore(deps): update arrow-pg requirement from 0.1.1 to 0.2.0 by @dependabot in https://github.com/sunng87/pgwire/pull/275
- chore(deps): update gluesql requirement from 0.16 to 0.17 by @dependabot in https://github.com/sunng87/pgwire/pull/277
- feat: longer cancel key for protocol 3.2 by @sunng87 in https://github.com/sunng87/pgwire/pull/276
- feat: use protocol 3.2 by default, and downgrade to 3.0 if client requests by @sunng87 in https://github.com/sunng87/pgwire/pull/280
- chore(deps): update md5 requirement from 0.7 to 0.8 by @dependabot in https://github.com/sunng87/pgwire/pull/279
- feat: protocol negotiation by @sunng87 in https://github.com/sunng87/pgwire/pull/281
- refactor: add support for PgWireFrontMessage to decode special messages by @sunng87 in https://github.com/sunng87/pgwire/pull/282
- feat: validate secretkey by @sunng87 in https://github.com/sunng87/pgwire/pull/283
New Contributors
- @AlphaJack made their first contribution in https://github.com/sunng87/pgwire/pull/271
Full Changelog: https://github.com/sunng87/pgwire/compare/v0.30.2...v0.31.0