| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-18 | 1.5 kB | |
| v0.37.0 source code.tar.gz | 2025-12-18 | 123.4 kB | |
| v0.37.0 source code.zip | 2025-12-18 | 166.8 kB | |
| Totals: 3 Items | 291.6 kB | 3 | |
What's Changed
- feat(server): [#298] postgres 18 oauth support by @Lilit0x in https://github.com/sunng87/pgwire/pull/349
- chore: reorganize imports by @sunng87 in https://github.com/sunng87/pgwire/pull/359
- refactor: update process_oauth_message api by @sunng87 in https://github.com/sunng87/pgwire/pull/360
- feat: add type information methods for QueryParser on its statements by @sunng87 in https://github.com/sunng87/pgwire/pull/356
- Fix bug when converting an array of strings containing backlash or with an empty string by @somtochiama in https://github.com/sunng87/pgwire/pull/361
- feat: adjust timestamp format and add array support by @sunng87 in https://github.com/sunng87/pgwire/pull/363
- Add impl of FromSqlText for Vec<Vec\<u8>> by @somtochiama in https://github.com/sunng87/pgwire/pull/364
- chore(server): built-in oauth validator by @Lilit0x in https://github.com/sunng87/pgwire/pull/365
- Avoid unnecessary allocations in rows encoding by @elmaxxo in https://github.com/sunng87/pgwire/pull/366
- chore: mark DataRowEncoder::finish as deprecated by @sunng87 in https://github.com/sunng87/pgwire/pull/368
- feat: add column format to QueryParser::get_result_schema by @sunng87 in https://github.com/sunng87/pgwire/pull/369
New Contributors
- @somtochiama made their first contribution in https://github.com/sunng87/pgwire/pull/361
Full Changelog: https://github.com/sunng87/pgwire/compare/v0.36.2...v0.37.0