Skip to content

Release v0.15.0

Compare
Choose a tag to compare
@XSAM XSAM released this 11 Jul 10:23
· 148 commits to main since this release
360af23

0.15.0 - 2022-07-11

⚠️ Notice ⚠️

The minimum supported Go version is 1.17.

This update contains a breaking change of the removal of SpanOptions.AllowRoot.

Added

  • SpanOptions to suppress creation of spans. (#87, #102)

    • OmitConnResetSession
    • OmitConnPrepare
    • OmitConnQuery
    • OmitRows
    • OmitConnectorConnect
  • Function Raw to otConn to return the underlying driver connection. (#100)

Changed

  • Upgrade OTel to v1.7.0. (#91)
  • Upgrade OTel to version 1.8.0/0.31.0. (#105)

Removed

  • Support for Go 1.16. Support is now only for Go 1.17 and Go 1.18. (#99)
  • SpanOptions.AllowRoot. (#101)