Skip to content

Bump MySqlConnector from 0.35.0 to 1.3.10 - #114

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MySqlConnector-1.3.10
Closed

Bump MySqlConnector from 0.35.0 to 1.3.10#114
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MySqlConnector-1.3.10

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps MySqlConnector from 0.35.0 to 1.3.10.

Release notes

Sourced from MySqlConnector's releases.

1.3.10

  • Handle NoBackslashEscapes for binary parameter values: #999.
  • Fix NotSupportedException when cancelling a MySqlCommand in a TransactionScope: #1001.
  • Ignore InvalidOperationException thrown from MySqlConnection.Cancel: #1002.
  • Set the default value of DeferConnectionReset to true; this disables background connection reset and restores the pre-1.3 behavior.
  • Thanks to @​kpreisser for contributions to this release.

1.3.9

  • Use StringBuilder.GetChunks (in .NET 5.0) for MySqlParameter: #977.
  • Fix error encoding multibyte characters in MySqlBulkCopy: #974.
  • Fix error encoding multibyte characters for StringBuilder MySqlParameter values in .NET 5.0.

1.3.8

  • Reduce latency of resetting connections: #982.

1.3.7

1.3.6

  • Add NuGet Package ReadMe: #978.

1.3.5

  • Support StringBuilder, Memory<char>, and ReadOnlyMemory<char> as MySqlParameter.Value values: #975.
  • Fix ArgumentException in MySqlBulkCopy: #974.

1.3.4

  • Improve compatibility with MySQL Server 8.0.24:
    • Ignore new ER_CLIENT_INTERACTION_TIMEOUT error packet sent to timed-out connections: #970.
    • Known Issue: Connections with UseCompression=true may throw a MySqlProtocolException when timed out.

1.3.3

  • Support Enum parameters in prepared commands: #965.
  • Fix OverflowException reading OkPayload: #966.
  • Fix internal SQL parsing error with C-style comments.

1.3.2

  • Fix a bug that could cause a timed-out query to still throw a QueryInterrupted MySqlException instead of CommandTimeoutExpired.

1.3.1

  • Remove two new Info log messages added in 1.3.0: #956.
    • The equivalent messages in 1.2.1 were at Debug level.
  • Make Adler32 class internal.
    • This was not intended to be added to the public API in 1.3.0.

1.3.0

  • Connections are now reset asynchronously in the background: #178.
    • This speeds up MySqlConnection.Open(Async) but still cleans up connections between uses.
    • Use DeferConnectionReset=true in the connection string to revert to the old behaviour.
    • Experimental Use ConnectionIdlePingTime=300 in the connection string to avoid any network I/O when retrieving a connection from the pool; this is fastest but may return invalid connections from Open. This setting is experimental and may change in the future.

... (truncated)

Commits
  • 36f9618 Release 1.3.10.
  • c4d66c0 Switch DeferConnectionReset default value to true.
  • 31ca1b1 Ignore a race condition in cancellation. Fixes #1002
  • a258166 Don't AutoEnlist cancellation connection. Fixes #1001
  • b7a82b1 Merge pull request #1000 from kpreisser/noBackslashEscapesWithBinary
  • c5e2c3c Follow-Up: Update tests.
  • 427fb1b Handle NoBackslashEscapes for binay parameter values.
  • e846845 Fix link to MySQL docs for BOOL.
  • 5cb6bf7 Update SDKs
  • ccc8edd Release 1.3.9.
  • 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)
  • @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)
  • 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)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #115.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/nuget/MySqlConnector-1.3.10 branch July 5, 2021 04:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants