Skip to content

Release v0.31.0

Latest
Compare
Choose a tag to compare
@XSAM XSAM released this 02 May 23:41
· 41 commits to main since this release
5b6be10

0.31.0 - 2024-05-02

Changed

  • Fallback the check of driver.NamedValueChecker to Conn in Stmt. (#243)
    So, the otelsql can keep the original check order in database/sql for value checkers in the following order,
    stopping at the first found match: Stmt.NamedValueChecker, Conn.NamedValueChecker.
  • Upgrade OTel to version v1.26.0/v0.48.0. (#244)