Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-07 | 2.0 kB | |
v0.29.0 source code.tar.gz | 2025-05-07 | 86.8 kB | |
v0.29.0 source code.zip | 2025-05-07 | 123.6 kB | |
Totals: 3 Items | 212.4 kB | 0 |
What's Changed
- tls feature improvements by @serprex in https://github.com/sunng87/pgwire/pull/228
- update gluesql to 0.16 by @serprex in https://github.com/sunng87/pgwire/pull/230
- feat: first batch of client APIs by @sunng87 in https://github.com/sunng87/pgwire/pull/231
- feat(API): Upgrade server version format for compatibility improvement. by @sunng87 in https://github.com/sunng87/pgwire/pull/233
- chore(deps): update rusqlite requirement from 0.32.1 to 0.33.0 by @dependabot in https://github.com/sunng87/pgwire/pull/234
- feat: add ClientPortalStore for simple query client by @sunng87 in https://github.com/sunng87/pgwire/pull/236
- chore(deps): update rand requirement from 0.8 to 0.9 by @dependabot in https://github.com/sunng87/pgwire/pull/237
- feat: client API part 1 by @sunng87 in https://github.com/sunng87/pgwire/pull/239
- feat: improve error code and message generation by @sunng87 in https://github.com/sunng87/pgwire/pull/240
- feat: authentication for client apis by @sunng87 in https://github.com/sunng87/pgwire/pull/241
- feat: client simple query implementation by @sunng87 in https://github.com/sunng87/pgwire/pull/242
- feat: implement reader helpers to decode results by @sunng87 in https://github.com/sunng87/pgwire/pull/244
- feat: check alpn for direct connect by @sunng87 in https://github.com/sunng87/pgwire/pull/243
- chore(deps): update rusqlite requirement from 0.33.0 to 0.34.0 by @dependabot in https://github.com/sunng87/pgwire/pull/245
- codec: do not panic on empty buffer in get_string by @pborzenkov in https://github.com/sunng87/pgwire/pull/247
- chore(deps): update rusqlite requirement from 0.34.0 to 0.35.0 by @dependabot in https://github.com/sunng87/pgwire/pull/251
- feat: add API access to client certificates by @sunng87 in https://github.com/sunng87/pgwire/pull/255
New Contributors
- @pborzenkov made their first contribution in https://github.com/sunng87/pgwire/pull/247
Full Changelog: https://github.com/sunng87/pgwire/compare/v0.28.0...v0.29.0