Skip to content
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

Bump dev.miku:r2dbc-mysql from 0.8.1.RELEASE to 0.8.2.RELEASE in /modules/mysql #1579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps dev.miku:r2dbc-mysql from 0.8.1.RELEASE to 0.8.2.RELEASE.

Release notes

Sourced from dev.miku: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 dev.miku: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)

Bumps [dev.miku:r2dbc-mysql](https://github.com/mirromutth/r2dbc-mysql) from 0.8.1.RELEASE to 0.8.2.RELEASE.
- [Release notes](https://github.com/mirromutth/r2dbc-mysql/releases)
- [Changelog](https://github.com/mirromutth/r2dbc-mysql/blob/main/CHANGELOG.md)
- [Commits](mirromutth/r2dbc-mysql@v0.8.1.RELEASE...v0.8.2.RELEASE)

---
updated-dependencies:
- dependency-name: dev.miku:r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
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
0 participants