Releases: XSAM/otelsql
Release v0.17.0
0.17.0 - 2022-10-21
⚠️ Notice ⚠️
The minimum supported Go version is 1.18
.
Added
- Go 1.19 to supported versions. (#118)
WithAttributesGetter
option provides additional attributes on spans creation. (#125)
Changed
-
Upgrade OTel to version
1.10.0
. (#119) -
Upgrade OTel to version
1.11.0/0.32.3
. (#122) -
Upgrade OTel to version
1.11.1/0.33.0
. (#126)This OTel release contains a feature that the
go.opentelemetry.io/otel/exporters/prometheus
exporter now adds a unit suffix to metric names. This can be disabled using theWithoutUnits()
option added to that package.
Removed
- Support for Go
1.17
. Support is now only for Go1.18
and Go1.19
. (#123)
Release v0.16.0
Release v0.15.0
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
tootConn
to return the underlying driver connection. (#100)
Changed
Removed
Release v0.14.1
Release v0.14.0
0.14.0 - 2022-04-05
⚠️ Notice ⚠️
This update is a breaking change of Open
, OpenDB
, Register
, WrapDriver
and RegisterDBStatsMetrics
methods.
Code instrumented with these methods will need to be modified.
Removed
- Remove
dbSystem
parameter from all exported functions. (#80)