Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/XSAM/otelsql to v0.34.0 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/XSAM/otelsql v0.16.0 -> v0.34.0 age adoption passing confidence

Release Notes

XSAM/otelsql (github.com/XSAM/otelsql)

v0.34.0

Compare Source

The minimum supported Go version is 1.22.

Added
  • Go 1.23 to supported versions. (#​361)
Changed
  • The Open method uses the dataSourceName when calling sql.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

v0.33.0

Compare Source

0.33.0 - 2024-08-27

Added
  • WithInstrumentAttributesGetter option provides additional attributes when latency histogram is recorded. (#​334)
Changed
  • Upgrade OTel to version v1.29.0/v0.51.0. (#​336)

v0.32.0

Compare Source

0.32.0 - 2024-07-05

Changed
  • Upgrade OTel to version v1.28.0/v0.50.0. (#​310)

v0.31.0

Compare Source

0.31.0 - 2024-05-02

Changed
  • Fallback the check of driver.NamedValueChecker to Conn in Stmt. (#​243)
    So, the otelsql can keep the original check order in database/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)

v0.30.0

Compare Source

0.30.0 - 2024-04-15

⚠️ Notice ⚠️

The minimum supported Go version is 1.21.

Changed
  • Upgrade OTel to version v1.25.0/v0.47.0. (#​238)
Removed

v0.29.0

Compare Source

0.29.0 - 2024-02-26

Changed
  • Upgrade OTel to version v1.24.0/v0.46.0. (#​218)

v0.28.0

Compare Source

0.28.0 - 2024-02-10

Added
  • Go 1.22 to supported versions. (#​210)
Changed
  • Upgrade OTel to version v1.23.1/v0.45.2. (#​209)

v0.27.0

Compare Source

0.27.0 - 2023-12-15

Changed
  • ~~Upgrade OTel to version v1.20.0/v0.43.0. (#​196)~~
  • Fixes an issue where db.Close did not call Close on the underlying connector. (#​199)
  • Upgrade OTel to version v1.21.0/v0.44.0. (#​200)

v0.26.0

Compare Source

0.26.0 - 2023-10-11

Changed
  • Upgrade OTel to version v1.19.0/v0.42.0. (#​190)

v0.25.0

Compare Source

0.25.0 - 2023-09-18

⚠️ Notice ⚠️

This update contains a breaking change of the type of SpanNameFormatter. If you use SpanNameFormatter in your code, you need to change the type of SpanNameFormatter to function.

The minimum supported Go version is 1.20.

Changed
  • Upgrade OTel to version v1.18.0/v0.41.0. (#​184)
  • The type of SpanNameFormatter has been changed to function for easier use. (#​185)
Removed

v0.24.0

Compare Source

0.24.0 - 2023-09-08

Added
  • SpanFilter configuration in SpanOptions to filter spans creation. (#​174)
  • Go 1.21 to supported versions. (#​180)
Changed
  • Upgrade OTel to version v1.17.0/v0.40.0. (#​181)

v0.23.0

Compare Source

0.23.0 - 2023-05-22

Changed
  • Upgrade OTel to version 1.16.0/0.39.0. (#​170)

v0.22.0

Compare Source

0.22.0 - 2023-04-28

⚠️ Notice ⚠️

The minimum supported Go version is 1.19.

Changed
  • Upgrade OTel to version 1.15.0/0.38.0. (#​163)
Removed
  • Support for Go 1.18. Support is now only for Go 1.19 and Go 1.20. (#​164)

v0.21.0

Compare Source

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)

v0.20.0

Compare Source

0.20.0 - 2023-03-02

Changed
  • Upgrade OTel to version 1.14.0/0.37.0. (#​150)

v0.19.0

Compare Source

0.19.0 - 2023-02-13

Added
  • Go 1.20 to supported versions. (#​146)
Changed
  • Upgrade OTel to version 1.13.0/0.36.0. (#​145)

v0.18.0

Compare Source

0.18.0 - 2023-02-01

Changed
  • Upgrade OTel to version 1.12.0/0.35.0. (#​139)
  • Upgrade all semconv packages to use v1.17.0. (#​141)

v0.17.1

Compare Source

0.17.1 - 2022-12-13

Changed
  • Upgrade OTel to version 1.11.2/0.34.0. (#​134)

v0.17.0

Compare Source

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 the WithoutUnits() option added to that package.

Removed
  • Support for Go 1.17. Support is now only for Go 1.18 and Go 1.19. (#​123)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 21, 2022 13:55
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.17.0 Update module github.com/XSAM/otelsql to v0.17.1 Dec 13, 2022
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from d9295cb to fc0f2cc Compare December 13, 2022 06:58
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.17.1 Update module github.com/XSAM/otelsql to v0.20.0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from fc0f2cc to dc30355 Compare March 11, 2023 23:20
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.20.0 Update module github.com/XSAM/otelsql to v0.23.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from dc30355 to 41dacc7 Compare June 1, 2023 20:24
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.23.0 Update module github.com/XSAM/otelsql to v0.24.0 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 41dacc7 to 3046acb Compare September 9, 2023 17:34
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.24.0 Update module github.com/XSAM/otelsql to v0.25.0 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 3046acb to 9070dab Compare September 18, 2023 05:28
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.25.0 Update module github.com/XSAM/otelsql to v0.26.0 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 9070dab to e1f7c25 Compare October 11, 2023 22:21
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.26.0 Update module github.com/XSAM/otelsql to v0.27.0 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from e1f7c25 to 69a0b7f Compare December 16, 2023 11:10
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 69a0b7f to 70c5105 Compare February 11, 2024 05:09
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.27.0 Update module github.com/XSAM/otelsql to v0.28.0 Feb 11, 2024
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.28.0 Update module github.com/XSAM/otelsql to v0.29.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 70c5105 to 0f75565 Compare February 27, 2024 08:31
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 0f75565 to 67377c2 Compare April 15, 2024 23:50
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.29.0 Update module github.com/XSAM/otelsql to v0.30.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 67377c2 to 671d508 Compare May 3, 2024 05:15
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.30.0 Update module github.com/XSAM/otelsql to v0.31.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 671d508 to ef9eec1 Compare May 10, 2024 08:50
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.1
github.com/google/uuid v1.3.0 -> v1.6.0
go.opentelemetry.io/otel v1.11.0 -> v1.30.0
go.opentelemetry.io/otel/sdk v1.11.0 -> v1.30.0
github.com/go-logr/logr v1.2.3 -> v1.4.2
go.opentelemetry.io/otel/metric v0.31.0 -> v1.30.0
go.opentelemetry.io/otel/trace v1.11.0 -> v1.30.0
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 -> v0.25.0

@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from ef9eec1 to 5aa3bf5 Compare June 4, 2024 20:42
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.31.0 Update module github.com/XSAM/otelsql to v0.32.0 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 5aa3bf5 to 35abb4c Compare July 6, 2024 14:46
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.32.0 Update module github.com/XSAM/otelsql to v0.33.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from 35abb4c to f56a77f Compare August 28, 2024 02:18
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from f56a77f to b91c25b Compare September 11, 2024 17:57
@renovate renovate bot changed the title Update module github.com/XSAM/otelsql to v0.33.0 Update module github.com/XSAM/otelsql to v0.34.0 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-xsam-otelsql-0.x branch from b91c25b to 1283cdf Compare September 15, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants