Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps r2dbc-mariadb from 0.8.3-beta1 to 1.1.3.

Release notes

Sourced from r2dbc-mariadb's releases.

MariaDB Connector/R2DBC 1.1.3

1.1.3 (22 Dec 2022)

Full Changelog

Notable Changes:

  • [R2DBC-67] set SPEC version support to 1.0.0-release version
  • [R2DBC-69] Add SSL tunnel mode
    • New sslMode option “tunnel” to permit to use pre-existing SSL tunnel
    • New option sslContextBuilderCustomizer to permit customizing SSL context Builder
  • [R2DBC-74] Use default netty hostname verifier in place of custom one

Bugs Fixed:

  • [R2DBC-68] subscriber cancellation before response end might stall connection #45
  • [R2DBC-65] IllegalReferenceCountException exception in TextRowDecoder #24
  • [R2DBC-70] SSL host name verification don't properly close socket when failing
  • [R2DBC-71] ensuring proper closing of socket, when error occurs
  • [R2DBC-73] pipelining PREPARE + EXECUTE might result in buffer leak when prepare fails
  • [R2DBC-72] Encoded statement parameter buffer might not be released until garbage
  • [R2DBC-75] failover redo buffer race condition not releasing before garbage

MariaDB Connector/R2DBC 1.1.2

1.1.2 (12 Mai 2022)

Full Changelog

  • [R2DBC-54] Support r2dbc spec 0.9.1 version
  • [R2DBC-42] Specification precision on Statement::add
  • [R2DBC-44] simplify client side prepared statement
  • [R2DBC-45] Implement SPI TestKit to validate driver with spec tests
  • [R2DBC-46] Add sql to R2DBC exception hierarchy
  • [R2DBC-47] ensure driver follow spec precision about Row.get returning error.
  • [R2DBC-48] after spec batch clarification trailing batch should fail
  • [R2DBC-49] Support for failover and load balancing modes
  • [R2DBC-50] TIME data without indication default to return Duration in place of LocalTime
  • [R2DBC-56] Transaction isolation spec precision
  • [R2DBC-57] varbinary data default must return byte[]
  • [R2DBC-63] backpressure handling
  • [R2DBC-64] Support batch cancellation
  • [R2DBC-53] correct RowMetadata case-sensitivity lookup
  • [R2DBC-62] Prepared statement wrong column type on prepare meta not skipped

MariaDB Connector/R2DBC 1.1.0 BETA

1.1.0-beta (15 Jul 2021)

Full Changelog

Changes:

  • [R2DBC-10] - support 10.6 new feature metadata skip
  • [R2DBC-21] - Failover capabilities for Connector/R2DBC
  • [R2DBC-23] - Restrict authentication plugin list by option (new option restrictedAuth)
  • support SPI 0.9 M2

... (truncated)

Changelog

Sourced from r2dbc-mariadb's changelog.

1.1.3 (22 Dec 2022)

Full Changelog

Notable Changes:

  • [R2DBC-67] set SPEC version support to 1.0.0-release version
  • [R2DBC-69] Add SSL tunnel mode
    • New sslMode option “tunnel” to permit to use pre-existing SSL tunnel
    • New option sslContextBuilderCustomizer to permit customizing SSL context Builder
  • [R2DBC-74] Use default netty hostname verifier in place of custom one

Bugs Fixed:

  • [R2DBC-68] subscriber cancellation before response end might stall connection #45
  • [R2DBC-65] IllegalReferenceCountException exception in TextRowDecoder #24
  • [R2DBC-70] SSL host name verification don't properly close socket when failing
  • [R2DBC-71] ensuring proper closing of socket, when error occurs
  • [R2DBC-73] pipelining PREPARE + EXECUTE might result in buffer leak when prepare fails
  • [R2DBC-72] Encoded statement parameter buffer might not be released until garbage
  • [R2DBC-75] failover redo buffer race condition not releasing before garbage

1.1.2 (12 Mai 2022)

Full Changelog

  • [R2DBC-54] Support r2dbc spec 0.9.1 version
  • [R2DBC-42] Specification precision on Statement::add
  • [R2DBC-44] simplify client side prepared statement
  • [R2DBC-45] Implement SPI TestKit to validate driver with spec tests
  • [R2DBC-46] Add sql to R2DBC exception hierarchy
  • [R2DBC-47] ensure driver follow spec precision about Row.get returning error.
  • [R2DBC-48] after spec batch clarification trailing batch should fail
  • [R2DBC-49] Support for failover and load balancing modes
  • [R2DBC-50] TIME data without indication default to return Duration in place of LocalTime
  • [R2DBC-56] Transaction isolation spec precision
  • [R2DBC-57] varbinary data default must return byte[]
  • [R2DBC-63] backpressure handling
  • [R2DBC-64] Support batch cancellation
  • [R2DBC-53] correct RowMetadata case-sensitivity lookup
  • [R2DBC-62] Prepared statement wrong column type on prepare meta not skipped

1.1.1-rc (13 Sept 2021)

Full Changelog

Changes:

  • [R2DBC-37] Full java 9 JPMS module
  • [R2DBC-38] Permit sharing channels with option loopResources

Corrections:

  • [R2DBC-40] netty buffer leaks when not consuming results
  • [R2DBC-39] MariadbResult.getRowsUpdated() fails with ClassCastException for RETURNING command

... (truncated)

Commits

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 [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) from 0.8.3-beta1 to 1.1.3.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/commits/1.1.3)

---
updated-dependencies:
- dependency-name: org.mariadb:r2dbc-mariadb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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