Update module github.com/XSAM/otelsql to v0.31.0 #250
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0
->v0.31.0
Release Notes
XSAM/otelsql (github.com/XSAM/otelsql)
v0.31.0
Compare Source
0.31.0 - 2024-05-02
Changed
driver.NamedValueChecker
to Conn in Stmt. (#243)So, the
otelsql
can keep the original check order indatabase/sql
for value checkers in the following order,stopping at the first found match:
Stmt.NamedValueChecker
,Conn.NamedValueChecker
.v1.26.0/v0.48.0
. (#244)v0.30.0
Compare Source
0.30.0 - 2024-04-15
The minimum supported Go version is
1.21
.Changed
v1.25.0/v0.47.0
. (#238)Removed
1.20
. (#239)v0.29.0
Compare Source
0.29.0 - 2024-02-26
Changed
v1.24.0/v0.46.0
. (#218)v0.28.0
Compare Source
0.28.0 - 2024-02-10
Added
Changed
v1.23.1/v0.45.2
. (#209)v0.27.0
Compare Source
0.27.0 - 2023-12-15
Changed
v1.20.0/v0.43.0
. (#196)~~db.Close
did not callClose
on the underlying connector. (#199)v1.21.0/v0.44.0
. (#200)v0.26.0
Compare Source
0.26.0 - 2023-10-11
Changed
v1.19.0/v0.42.0
. (#190)v0.25.0
Compare Source
0.25.0 - 2023-09-18
This update contains a breaking change of the type of
SpanNameFormatter
. If you useSpanNameFormatter
in your code, you need to change the type ofSpanNameFormatter
to function.The minimum supported Go version is
1.20
.Changed
v1.18.0/v0.41.0
. (#184)SpanNameFormatter
has been changed to function for easier use. (#185)Removed
1.19
. (#186)v0.24.0
Compare Source
0.24.0 - 2023-09-08
Added
SpanFilter
configuration inSpanOptions
to filter spans creation. (#174)Changed
v1.17.0/v0.40.0
. (#181)v0.23.0
Compare Source
0.23.0 - 2023-05-22
Changed
1.16.0/0.39.0
. (#170)v0.22.0
Compare Source
0.22.0 - 2023-04-28
The minimum supported Go version is
1.19
.Changed
1.15.0/0.38.0
. (#163)Removed
1.18
. Support is now only for Go1.19
and Go1.20
. (#164)v0.21.0
Compare Source
0.21.0 - 2023-04-16
This update contains a breaking change of correcting the behavior of returning
driver.ErrSkip
when not permitted bysql/driver
.sql/driver
interfaces, which does not use theContext
as a parameter, this update may let your driver work with this library.sql/driver
interfaces, which use theContext
as a parameter, this update should not affect your code.Changed
driver.ErrSkip
when not permitted bysql/driver
. (#153)semconv
packages to usev1.18.0
. (#156)v0.20.0
Compare Source
0.20.0 - 2023-03-02
Changed
1.14.0/0.37.0
. (#150)v0.19.0
Compare Source
0.19.0 - 2023-02-13
Added
Changed
1.13.0/0.36.0
. (#145)v0.18.0
Compare Source
0.18.0 - 2023-02-01
Changed
1.12.0/0.35.0
. (#139)semconv
packages to usev1.17.0
. (#141)v0.17.1
Compare Source
0.17.1 - 2022-12-13
Changed
1.11.2/0.34.0
. (#134)v0.17.0
Compare Source
0.17.0 - 2022-10-21
The minimum supported Go version is
1.18
.Added
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
1.17
. Support is now only for Go1.18
and Go1.19
. (#123)v0.16.0
Compare Source
0.16.0 - 2022-08-25
Added
WithSQLCommenter
option to enable context propagation for database by injecting a comment into SQL statements. (#112)This is an experimental feature and may be changed or removed in a later release.
Changed
1.9.0
. (#113)v0.15.0
Compare Source
0.15.0 - 2022-07-11
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
v1.7.0
. (#91)1.8.0/0.31.0
. (#105)Removed
1.16
. Support is now only for Go1.17
and Go1.18
. (#99)SpanOptions.AllowRoot
. (#101)v0.14.1
Compare Source
0.14.1 - 2022-04-07
Changed
v1.6.2
. (#82)v0.14.0
Compare Source
0.14.0 - 2022-04-05
This update is a breaking change of
Open
,OpenDB
,Register
,WrapDriver
andRegisterDBStatsMetrics
methods.Code instrumented with these methods will need to be modified.
Removed
dbSystem
parameter from all exported functions. (#80)v0.13.0
Compare Source
0.13.0 - 2022-04-04
Added
Open
andOpenDB
methods to instrumentdatabase/sql
. (#77)Changed
v1.6.0/v0.28.0
. (#74)v1.6.1
. (#76)v0.12.0
Compare Source
0.12.0 - 2022-03-18
Added
Changed
v1.5.0
. (#67)v0.11.0
Compare Source
0.11.0 - 2022-02-22
Changed
v1.4.1
. (#61)v0.10.0
Compare Source
0.10.0 - 2021-12-13
Changed
v1.2.0
. (#50)v1.3.0
. (#54)v0.9.0
Compare Source
0.9.0 - 2021-11-05
Changed
v0.8.0
Compare Source
0.8.0 - 2021-10-13
Changed
v0.7.0
Compare Source
0.7.0 - 2021-09-21
Changed
v0.6.0
Compare Source
0.6.0 - 2021-09-06
Added
Changed
v0.5.0
Compare Source
Changed
v0.4.0
Compare Source
Changed
go.opentelemetry.io/otel
. (#15)v0.3.0
Compare Source
Added
Changed
go.opentelemetry.io/otel
. (#8)v0.2.1
Compare Source
Fixed
v0.2.0
Compare Source
Changed
go.opentelemetry.io/otel
. (#3)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.