Skip to content

Release v0.21.0

Compare
Choose a tag to compare
@XSAM XSAM released this 16 Apr 21:45
· 107 commits to main since this release
9fd30f2

0.21.0 - 2023-04-16

⚠️ Notice ⚠️

This update contains a breaking change of correcting the behavior of returning driver.ErrSkip when not permitted by sql/driver.

  • If your driver uses the old sql/driver interfaces, which does not use the Context as a parameter, this update may let your driver work with this library.
  • If your driver uses the new sql/driver interfaces, which use the Context as a parameter, this update should not affect your code.

Changed

  • Avoid returning driver.ErrSkip when not permitted by sql/driver. (#153)
  • Upgrade all semconv packages to use v1.18.0. (#156)