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.20.0 to 0.21.0 #1500

Merged
merged 4 commits into from
Apr 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps github.com/XSAM/otelsql from 0.20.0 to 0.21.0.

Release notes

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

Release v0.21.0

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

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

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

Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/XSAM/otelsql/releases)
- [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md)
- [Commits](XSAM/otelsql@v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 17, 2023 03:00
@dependabot dependabot bot added automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go labels Apr 17, 2023
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #1500 (7337b85) into main (62cdf29) will decrease coverage by 0.17%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1500      +/-   ##
==========================================
- Coverage   77.79%   77.62%   -0.17%     
==========================================
  Files          46       46              
  Lines        3611     3611              
==========================================
- Hits         2809     2803       -6     
- Misses        639      643       +4     
- Partials      163      165       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kodiakhq kodiakhq bot merged commit 62ea1a6 into main Apr 18, 2023
@kodiakhq kodiakhq bot deleted the dependabot/go_modules/github.com/XSAM/otelsql-0.21.0 branch April 18, 2023 12:02
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.

1 participant