planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

chore(deps): bump MySqlConnector from 1.1.0 to 1.2.1 #152

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps MySqlConnector from 1.1.0 to 1.2.1.

Release notes

Sourced from MySqlConnector's releases.

1.2.1

  • Fix bug in extracting PEM data when there's extra data in the certificate file: #912.
  • Thanks to @lauxjpn for contributions to this release.

1.2.0

  • Add TlsCipherSuites connection string option for fine-grained control of TLS cipher suites: #904.
    • This option is only supported on Linux when using .NET Core 3.1 or .NET 5.0 or later.
  • Fix bug loading GUIDs with MySqlBulkCopy.
Commits
  • 077de03 Release 1.2.1.
  • 9bbcfff Use TryFromBase64Chars and stack-allocated buffers if possible.
  • e789e70 Add tests to verify extraction of PEM data.
  • cde351b Merge pull request #913 from lauxjpn/fix/sslkey
  • 8568f6f Extract key from between PEM header/footer, instead of just removing the PEM ...
  • 6b49ba4 Merge pull request #909 from alexinea/master
  • 859c665 Added the NCC FreeSql to the list of supported ORMs.
  • 16fc7b4 Release 1.2.0.
  • a3b5c79 Use C# 9 pattern matching.
  • 088cc34 Fix inverted logic in MySqlBulkCopy.
  • Additional commits viewable in compare view


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)
CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 3 years ago

Superseded by #167.