v0.37.0
What's Changed
- feat(server): #298 postgres 18 oauth support by @Lilit0x in #349
- chore: reorganize imports by @sunng87 in #359
- refactor: update process_oauth_message api by @sunng87 in #360
- feat: add type information methods for QueryParser on its statements by @sunng87 in #356
- Fix bug when converting an array of strings containing backlash or with an empty string by @somtochiama in #361
- feat: adjust timestamp format and add array support by @sunng87 in #363
- Add impl of FromSqlText for Vec<Vec> by @somtochiama in #364
- chore(server): built-in oauth validator by @Lilit0x in #365
- Avoid unnecessary allocations in rows encoding by @elmaxxo in #366
- chore: mark DataRowEncoder::finish as deprecated by @sunng87 in #368
- feat: add column format to QueryParser::get_result_schema by @sunng87 in #369
New Contributors
- @somtochiama made their first contribution in #361
Full Changelog: v0.36.2...v0.37.0