Skip to content

Bump MySqlConnector from 0.56.0 to 1.3.8#36

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

Bump MySqlConnector from 0.56.0 to 1.3.8#36
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MySqlConnector-1.3.8

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps MySqlConnector from 0.56.0 to 1.3.8.

Release notes

Sourced from MySqlConnector's releases.

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.
  • Change default value of IgnorePrepare to false: #929.
    • Calling MySqlCommand.Prepare(Async) will have an effect by default.
  • Implement Azure Server Redirection: #789.
    • Support community protocol for server redirection: #945.
  • Support MemoryStream as a value for MySqlParameter.Value: #943.
  • Implement MySqlException.IsTransient: #849.
  • Implement IComparable<MySqlDateTime> and IEquatable<MySqlDateTime> on MySqlDateTime.
  • Breaking Remove public constructor for MySqlConversionException.
    • This constructor was never intended to be public.
  • Implement serialization for exceptions.
  • Report CommandTimeoutExpired consistently: #939.
    • This changes the MySqlException.ErrorCode from QueryInterrupted to CommandTimeoutExpired.

... (truncated)

Commits
  • 23714d7 Release 1.3.8.
  • ce5fabc Don't serialize returning connections to pool in background.
  • 88e3c6c Rearrange NuGet package readme.
  • 513401c Fix link to MySQL documentation.
  • 8c17093 Run XmlDocMarkdown to update documentation.
  • 0aa619d Add Schema Collections to documentation.
  • c0768e0 Mark struct as readonly.
  • c86af2e Release 1.3.7.
  • 3fd7eab Replace \d in Regex with [0-9].
  • fa85ec6 Move read-only Dictionary to a static field.
  • 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 May 3, 2021
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