phnx47 / dapper-repositories

CRUD for Dapper
MIT License
649 stars 202 forks source link

chore(deps): update dependency mysqlconnector to v2.3.6 #374

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

mysql-net/MySqlConnector (MySqlConnector) ### [`v2.3.6`](https://togithub.com/mysql-net/MySqlConnector/releases/tag/2.3.6) [Compare Source](https://togithub.com/mysql-net/MySqlConnector/compare/2.3.5...2.3.6) - Fix `VerifyCA` incompatibility with AWS Aurora: [#​1462](https://togithub.com/mysql-net/MySqlConnector/issues/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](https://togithub.com/mysql-net/MySqlConnector/issues/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](https://togithub.com/mysql-net/MySqlConnector/issues/1411). - Fix incompatibility with MySQL Server 5.1: [#​1445](https://togithub.com/mysql-net/MySqlConnector/issues/1445). - This fixes a regression introduced in [2.3.0](https://togithub.com/mysql-net/MySqlConnector/releases/tag/2.3.0). - Thanks to [@​CRC32EX](https://togithub.com/CRC32EX), [@​dlenski](https://togithub.com/dlenski), and [@​rbanks54](https://togithub.com/rbanks54) for documentation contributions in 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.



This PR has been generated by Mend Renovate. View repository job log here.