Skip to content

v0.37.0

Choose a tag to compare

@sunng87 sunng87 released this 18 Dec 09:44
· 110 commits to master since this release
v0.37.0
8697b69

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

Full Changelog: v0.36.2...v0.37.0