| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 1.6 kB | |
| v0.38.0 source code.tar.gz | 2026-02-15 | 132.7 kB | |
| v0.38.0 source code.zip | 2026-02-15 | 177.2 kB | |
| Totals: 3 Items | 311.4 kB | 0 | |
What's Changed
- test: fix tests for interval style by @sunng87 in https://github.com/sunng87/pgwire/pull/389
- test: add a libpq test client in integration tests by @sunng87 in https://github.com/sunng87/pgwire/pull/390
- Fix Windows compilation errors in client config by @cloutiertyler in https://github.com/sunng87/pgwire/pull/392
- Client: only try SSL handshake on TCP by @Tpt in https://github.com/sunng87/pgwire/pull/393
- Set all of decode_context in decoder by @somtochiama in https://github.com/sunng87/pgwire/pull/394
- fix: make types module available in client-api by @sunng87 in https://github.com/sunng87/pgwire/pull/397
- chore(deps): update rand requirement from 0.9 to 0.10 by @dependabot[bot] in https://github.com/sunng87/pgwire/pull/398
- feat: disable standard_string_conforming by @sunng87 in https://github.com/sunng87/pgwire/pull/388
- refactor: remove FromSqlText for Vec<T> by @sunng87 in https://github.com/sunng87/pgwire/pull/395
- fix: basic client ssl handshake by @sunng87 in https://github.com/sunng87/pgwire/pull/400
- chore: update to rust edition 2024 by @sunng87 in https://github.com/sunng87/pgwire/pull/399
- Better SCRAM parsing and serialization by @Tpt in https://github.com/sunng87/pgwire/pull/404
- feat: copy out data encoding and api updates by @sunng87 in https://github.com/sunng87/pgwire/pull/403
New Contributors
- @cloutiertyler made their first contribution in https://github.com/sunng87/pgwire/pull/392
Full Changelog: https://github.com/sunng87/pgwire/compare/v0.37.3...v0.38.0