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): update dependency mysqlconnector to 2.3.7 - autoclosed #245

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MySqlConnector (source) 2.3.3 -> 2.3.7 age adoption passing confidence

Release Notes

mysql-net/MySqlConnector (MySqlConnector)

v2.3.7

Compare Source

  • Fix NullReferenceException in MySqlDataReader.ActivateResultSet and MySqlDataReader.DisposeAsync: #​1459.
    • This bug likely also caused "Packet received out-of-order" errors.
    • This was introduced in 2.3.0.
  • Fix rare NullReferenceException in ServerSession during cancellation: #​1472.
  • Fix Foreign Keys schema not being generated asynchronously.

v2.3.6

Compare Source

  • Fix VerifyCA incompatibility with AWS Aurora: #​1462.
  • Verify that the server's root certificate is present (in the list of provided CA certificates) when using the SslCa connection string option and SslMode is VerifyCA or VerifyFull.
  • Optimization: Use pipelining to begin a transaction: #​1286.
    • Use Pipelining = False; in your connection string to disable this optimization if there are compatibility issues.
  • Optimization: cache START TRANSACTION payloads.
  • Add transaction logging: #​1411.
  • Fix incompatibility with MySQL Server 5.1: #​1445.
    • This fixes a regression introduced in 2.3.0.
  • Thanks to @​CRC32EX, @​dlenski, and @​rbanks54 for documentation contributions in this release.

v2.3.5

Compare Source

  • DLL files within the NuGet packages are now digitally signed.
  • Thanks to Devolutions for sponsoring this change.

v2.3.4

Compare Source

  • Unify Application Name connection string option and MySqlDataSourceBuilder.UseName: #​1434.
  • Remove TLS version fallback code: #​1409.
  • Fix ArgumentOutOfRangeException in TimerQueue.Add: #​1424.
  • Fix InvalidCastException when using stored procedures with MySQL 5.0: #​1431.
  • Fix hang when disposing MySqlDataSource twice on .NET Framework.
  • Thanks to @​SolacomYongYao for contributions to this release.

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 becomes conflicted, 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.

Copy link

cloudflare-workers-and-pages bot commented Jan 17, 2024

Deploying sharing with  Cloudflare Pages  Cloudflare Pages

Latest commit: e418318
Status: ✅  Deploy successful!
Preview URL: https://71f56209.sharing-dw8.pages.dev
Branch Preview URL: https://renovate-mysqlconnector-2-x.sharing-dw8.pages.dev

View logs

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (d4806e5) to head (e418318).
Report is 33 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #245   +/-   ##
=======================================
  Coverage   88.84%   88.84%           
=======================================
  Files          17       17           
  Lines        1219     1219           
  Branches       60       60           
=======================================
  Hits         1083     1083           
  Misses        124      124           
  Partials       12       12           
Flag Coverage Δ
content 88.84% <ø> (ø)

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.

@renovate renovate bot changed the title chore(deps): update dependency mysqlconnector to v2.3.4 chore(deps): update dependency mysqlconnector to v2.3.5 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/mysqlconnector-2.x branch from dac4672 to 7bb5995 Compare January 20, 2024 21:43
@renovate renovate bot force-pushed the renovate/mysqlconnector-2.x branch from 7bb5995 to f3c3fab Compare March 20, 2024 20:24
@renovate renovate bot changed the title chore(deps): update dependency mysqlconnector to v2.3.5 chore(deps): update dependency mysqlconnector to v2.3.6 Mar 20, 2024
Copy link

vercel bot commented Mar 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
sharing ⬜️ Ignored (Inspect) Visit Preview Aug 23, 2024 2:26pm

@renovate renovate bot changed the title chore(deps): update dependency mysqlconnector to v2.3.6 chore(deps): update dependency mysqlconnector to v2.3.7 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/mysqlconnector-2.x branch from f3c3fab to 5cae5cd Compare April 22, 2024 15:43
@renovate renovate bot force-pushed the renovate/mysqlconnector-2.x branch from 5cae5cd to e418318 Compare August 23, 2024 14:26
@renovate renovate bot changed the title chore(deps): update dependency mysqlconnector to v2.3.7 chore(deps): update dependency mysqlconnector to 2.3.7 Aug 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency mysqlconnector to 2.3.7 chore(deps): update dependency mysqlconnector to 2.3.7 - autoclosed Oct 18, 2024
@renovate renovate bot closed this Oct 18, 2024
@renovate renovate bot deleted the renovate/mysqlconnector-2.x branch October 18, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants