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

Release v0.21.0 #160

Merged
merged 4 commits into from
Apr 16, 2023
Merged

Release v0.21.0 #160

merged 4 commits into from
Apr 16, 2023

Conversation

XSAM
Copy link
Owner

@XSAM XSAM commented Apr 16, 2023

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

@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

Patch coverage: 100.0% and no project coverage change.

Comparison is base (53abbe4) 80.0% compared to head (b6eab4d) 80.0%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #160   +/-   ##
=====================================
  Coverage   80.0%   80.0%           
=====================================
  Files         13      13           
  Lines        698     698           
=====================================
  Hits         559     559           
  Misses       115     115           
  Partials      24      24           
Impacted Files Coverage Δ
version.go 100.0% <100.0%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@XSAM XSAM merged commit 9fd30f2 into main Apr 16, 2023
@XSAM XSAM deleted the pre_release_v0.21.0 branch April 16, 2023 21:44
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.

1 participant