Releases: XSAM/otelsql
Releases · XSAM/otelsql
Release v0.37.0
Added
AttributesFromDSN
method to generateserver.address
andserver.port
attributes from a DSN. (#419)- Go 1.24 to supported versions. (#422)
Changed
- Upgrade OTel to
v1.34.0/v0.56.0
. (#412) - Update the comment for the
WithAttributes
option to correctly describe the behavior on measurement creation. (#413) - Upgrade semantic conventions to
semconv/v1.24.0
. (#418)
What's Changed
- Update codecov/codecov-action action to v5.1.2 by @renovate in #400
- Update codecov/codecov-action action to v5.3.1 by @renovate in #407
- Update module github.com/XSAM/otelsql to v0.36.0 by @renovate in #403
- Update module github.com/klauspost/compress to v1.17.11 by @renovate in #373
- Update module github.com/golangci/golangci-lint to v1.63.4 by @renovate in #406
- Update module google.golang.org/grpc to v1.70.0 by @renovate in #381
- Update module go.opentelemetry.io/proto/otlp to v1.5.0 by @renovate in #409
- Update module golang.org/x/net to v0.34.0 by @renovate in #410
- Update opentelemetry-go monorepo by @renovate in #412
- Update comment of
WithAttributes
and configAttributes
by @XSAM in #413 - Update CHANGELOG by @XSAM in #414
- Upgrade semantic conventions to
semconv/v1.24.0
by @XSAM in #418 - Add AttributesFromDSN method by @XSAM in #419
- Update module golang.org/x/net to v0.35.0 by @renovate in #416
- Update golang Docker tag to v1.24 by @renovate in #420
- Update otel/opentelemetry-collector-contrib Docker tag to v0.119.0 by @renovate in #357
- Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.1 by @renovate in #405
- Update module github.com/prometheus/common to v0.62.0 by @renovate in #408
- Update module golang.org/x/sys to v0.30.0 by @renovate in #411
- Update module google.golang.org/protobuf to v1.36.5 by @renovate in #387
- Add support for Go 1.24 by @XSAM in #422
- Release v0.37.0 by @XSAM in #423
Full Changelog: v0.36.0...v0.37.0
Release v0.36.0
Added
DisableSkipErrMeasurement
option suppressesdriver.ErrSkip
as an error status in measurements if enabled. (#389)
Changed
- Upgrade OTel to
v1.33.0/v0.55.0
. (#396)
What's Changed
- Update module github.com/XSAM/otelsql to v0.35.0 by @renovate in #376
- Update module golang.org/x/text to v0.20.0 by @renovate in #383
- Update module golang.org/x/sys to v0.27.0 by @renovate in #382
- Update module github.com/golangci/golangci-lint to v1.62.2 by @renovate in #384
- Update otel collector config to make it clear by @XSAM in #392
- Add DisableSkipErrMetrics to disable ErrSkip metrics by @ncthompson in #389
- Update prom/prometheus Docker tag to v2.55.1 by @renovate in #378
- Fix CI cache issue by @XSAM in #395
- Upgrade OTel to version
v1.33.0/v0.55.0
by @XSAM in #396 - Update codecov/codecov-action action to v5 by @renovate in #397
- Update module golang.org/x/net to v0.33.0 [SECURITY] by @renovate in #401
- Release v0.36.0 by @XSAM in #402
New Contributors
- @ncthompson made their first contribution in #389
Full Changelog: v0.35.0...v0.36.0
Release v0.35.0
Changed
- Upgrade OTel to version
v1.31.0/v0.53.0
. (#374)
What's Changed
- Update module github.com/XSAM/otelsql to v0.34.0 by @renovate in #363
- Update module github.com/klauspost/compress to v1.17.10 by @renovate in #365
- Update codecov/codecov-action action to v4.6.0 by @renovate in #368
- Update module golang.org/x/sys to v0.26.0 by @renovate in #371
- Update module golang.org/x/net to v0.30.0 by @renovate in #370
- Update module google.golang.org/protobuf to v1.35.1 by @renovate in #372
- Update opentelemetry-go monorepo by @renovate in #374
- Release v0.35.0 by @XSAM in #375
Full Changelog: v0.34.0...v0.35.0
Release v0.34.0
The minimum supported Go version is 1.22
.
Added
- Go
1.23
to supported versions. (#361)
Changed
-
The
Open
method uses thedataSourceName
when callingsql.Open
. (#359)This change improves compatibility with certain drivers that perform a verification of the
dataSourceName
before establishing a connection. -
Upgrade OTel to version
v1.30.0/v0.52.0
. (#356)
Removed
- Support for Go
1.21
. (#356)
Release v0.33.0
Release v0.32.0
Release v0.31.0
0.31.0 - 2024-05-02
Changed
- Fallback the check of
driver.NamedValueChecker
to Conn in Stmt. (#243)
So, theotelsql
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
. - Upgrade OTel to version
v1.26.0/v0.48.0
. (#244)