Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps MySqlConnector from 0.53.0 to 0.56.0.

Release notes

Sourced from MySqlConnector's releases.

0.56.0

Download on NuGet

  • Support client_ed25519 authentication plugin for MariaDB: #639.
    • This is implemented in a new NuGet package, MySqlConnector.Authentication.Ed25519, and must be activated by calling Ed25519AuthenticationPlugin.Install.

0.55.0

Download on NuGet

  • Breaking MySqlBulkLoader (for local files) and LOAD DATA LOCAL INFILE are disabled by default.
    • Set AllowLoadLocalInfile=true in the connection string to enable loading local data.
    • This is a security measure; see https://fl.vu/mysql-load-data for details.
  • Add AllowLoadLocalInfile connection string option: #643.
  • Add SslCert and SslKey connection string options to specify a client certificate using PEM files: #641.
  • Add SslCa alias for the CACertificateFile connection string option: #640.

0.54.0

Download on NuGet

Commits
  • f43c781 Release 0.56.0.
  • fe578cf Merge ed25519 authentication into master.
  • 429fcaf Add client_ed25519 tests for MariaDB 10.4.
  • fa7271c Run tests on MariaDB 10.4.
  • e72bff4 Add client_ed25519 authentication support.
  • e4dbf4f Remove unnecessary debug output.
  • a0e8207 Add simple authentication plugin registry and extensibility API.
  • 5a28a6d Add client_ed25519 authentication code.
  • ffb45f3 Add note on platform support.
  • f4d41ac Use HTTPS in link.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


Dependabot has been acquired by GitHub 🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 26, 2019
@bgrainger bgrainger merged commit cb2a2e2 into master May 27, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/MySqlConnector-0.56.0 branch May 27, 2019 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

1 participant