| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-20 | 1.5 kB | |
| v0.39.0 source code.tar.gz | 2026-04-20 | 148.4 kB | |
| v0.39.0 source code.zip | 2026-04-20 | 195.3 kB | |
| Totals: 3 Items | 345.2 kB | 0 | |
What's Changed
- refactor: remove ClientPortalStore from requirement of SimpleQueryHandler by @sunng87 in https://github.com/sunng87/pgwire/pull/420
- Feat/prepare execute simple query by @TwistingTwists in https://github.com/sunng87/pgwire/pull/409
- feat: allow downcast to get portal store by @sunng87 in https://github.com/sunng87/pgwire/pull/421
- feat: extended query protocol client by @sunng87 in https://github.com/sunng87/pgwire/pull/250
- refactor: improve copy example for CopyIn by @sunng87 in https://github.com/sunng87/pgwire/pull/422
- feat: support additional postgresql error response fields by @haru0017 in https://github.com/sunng87/pgwire/pull/423
- feat: cleanup portals on sync by @sunng87 in https://github.com/sunng87/pgwire/pull/424
- refactor: make StoredStatement::parse public by @sunng87 in https://github.com/sunng87/pgwire/pull/425
- fix: resolve lint issues for 1.95 by @sunng87 in https://github.com/sunng87/pgwire/pull/428
- feat: high-level connection manager and cancel support by @sunng87 in https://github.com/sunng87/pgwire/pull/427
- fix: make sure generated pid is positive by @sunng87 in https://github.com/sunng87/pgwire/pull/429
- docs: add simple comments to pub items by @sunng87 in https://github.com/sunng87/pgwire/pull/430
New Contributors
- @haru0017 made their first contribution in https://github.com/sunng87/pgwire/pull/423
Full Changelog: https://github.com/sunng87/pgwire/compare/v0.38.2...v0.39.0