Skip to content

Bump r2dbc-mysql from 0.8.1.RELEASE to 0.8.2.RELEASE in /modules/mysql #3046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2020

Bumps r2dbc-mysql from 0.8.1.RELEASE to 0.8.2.RELEASE.

Release notes

Sourced from r2dbc-mysql's releases.

R2DBC MySQL 0.8.2.RELEASE

New features

  • Added extensions, supports codec registrar.
  • Added option sslHostnameVerifier of configuration.
  • Added SslContextBuilder customizer supports.
  • Added the TUNNEL into SSL modes.
  • Added time zone supports, which contains ZonedDateTime, OffsetDateTime, Instant and OffsetTime codec supports.
  • Added TCP NoDelay of configuration.
  • Added TCP KeepAlive of configuration.

Features change

  • Changed the SSL key and SSL certificate configuration of client.
  • Changed the MySqlConnectionFactoryProvider when unixSocket is set, ignore the host and all SSL options.

Fixed bugs

  • Fixed BOOLEAN (TINYINT(1)) decoding supports.
  • Fixed datetime/timestamp microseconds encoding/decoding in text protocol.
Changelog

Sourced from r2dbc-mysql's changelog.

0.8.2.RELEASE

New features

  • Added extensions, supports codec registrar.
  • Added option sslHostnameVerifier of configuration.
  • Added SslContextBuilder customizer supports.
  • Added the TUNNEL into SSL modes.
  • Added time zone supports, which contains ZonedDateTime, OffsetDateTime, Instant and OffsetTime codec supports.
  • Added TCP NoDelay of configuration.
  • Added TCP KeepAlive of configuration.

Features change

  • Changed the SSL key and SSL certificate configuration of client.
  • Changed the MySqlConnectionFactoryProvider when unixSocket is set, ignore the host and all SSL options.

Fixed bugs

  • Fixed BOOLEAN (TINYINT(1)) decoding supports.
  • Fixed datetime/timestamp microseconds encoding/decoding in text protocol.
Commits
  • bdba9ee Release 0.8.2.RELEASE
  • c66d4fa Make javadoc of codec package visible
  • 925ebf4 Set javadoc locale
  • 49ef358 Fix javadoc for lt and gt character
  • d66bb83 Add changelog for 0.8.2.RELEASE
  • 65790b9 Update documents
  • bf81878 Split configuration of SSL key and cert
  • 0d4cc72 Add OptionMapper for factory provider
  • 01d30e8 Change branch to main
  • ecdda28 Allow to configure HostnameVerifier
  • 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 dependabot bot requested review from bsideup, kiview and rnorth as code owners July 27, 2020 06:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2020
@rnorth rnorth merged commit 65d35ce into master Jul 31, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/mysql/dev.miku-r2dbc-mysql-0.8.2.RELEASE branch July 31, 2020 20:44
artjomka pushed a commit to artjomka/testcontainers-java that referenced this pull request Aug 2, 2020
testcontainers#3046)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard North <[email protected]>
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.

1 participant