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

chore(deps): bump github.com/XSAM/otelsql from 0.31.0 to 0.35.0 #3566

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps github.com/XSAM/otelsql from 0.31.0 to 0.35.0.

Release notes

Sourced from github.com/XSAM/otelsql's releases.

Release v0.35.0

Changed

  • Upgrade OTel to version v1.31.0/v0.53.0. (#374)

What's Changed

Full Changelog: XSAM/otelsql@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 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

  • Support for Go 1.21. (#356)

Release v0.33.0

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)

Release v0.32.0

0.32.0 - 2024-07-05

... (truncated)

Changelog

Sourced from github.com/XSAM/otelsql's changelog.

[0.35.0] - 2024-10-11

Changed

  • Upgrade OTel to version v1.31.0/v0.53.0. (#374)

[0.34.0] - 2024-09-14

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

  • Support for Go 1.21. (#356)

[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)

[0.32.0] - 2024-07-05

Changed

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 28, 2024 02:41
@dependabot dependabot bot added automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go labels Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.06%. Comparing base (b7a91e9) to head (cc1c27d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3566      +/-   ##
==========================================
- Coverage   64.12%   64.06%   -0.07%     
==========================================
  Files         169      169              
  Lines       16958    16958              
==========================================
- Hits        10875    10864      -11     
- Misses       5401     5410       +9     
- Partials      682      684       +2     
Flag Coverage Δ
unittests 64.06% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/XSAM/otelsql-0.35.0 branch from cc1c27d to d98850f Compare October 28, 2024 08:48
Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.31.0 to 0.35.0.
- [Release notes](https://github.com/XSAM/otelsql/releases)
- [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md)
- [Commits](XSAM/otelsql@v0.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/XSAM/otelsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/XSAM/otelsql-0.35.0 branch from d98850f to 8a50162 Compare October 28, 2024 09:02
@kodiakhq kodiakhq bot merged commit 07f3e99 into main Oct 28, 2024
34 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/go_modules/github.com/XSAM/otelsql-0.35.0 branch October 28, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants