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

Update dependency org.mariadb:r2dbc-mariadb to v1.3.0 #40

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 11, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mariadb:r2dbc-mariadb 1.0.0 -> 1.3.0 age adoption passing confidence

Release Notes

mariadb-corporation/mariadb-connector-r2dbc (org.mariadb:r2dbc-mariadb)

v1.3.0

Compare Source

Notable Changes:

v1.2.2

Compare Source

Notable Changes:

  • R2DBC-105 Permit avoiding session setting with new option skipPostCommands

Bugs Fixed:

  • R2DBC-104 Redirection might result in connection error

v1.2.1

Compare Source

Full Changelog

Notable Changes:

  • R2DBC-96 Missing UUID support

Bugs Fixed:

  • R2DBC-97 NPE if No HaMode provided
  • R2DBC-98 correcting possible bug connecting if project contain a project.properties file
  • R2DBC-99 No encoding set for ByteBuffer parameter
  • R2DBC-101 Wrong default return type for MySQL JSON fields
  • R2DBC-102 avoid netty unneeded dependencies

v1.2.0

Compare Source

Full Changelog

Notable Changes:

  • R2DBC-93 new timezone option
  • R2DBC-66 add support for connection redirection

Bugs Fixed:

  • R2DBC-92 Properly end connection (in place of RST TCP packet)
  • R2DBC-86 Failover High availability mode "r2dbc:mariadb:[sequential|loadbalancing]://..." wrongly parsed
  • R2DBC-87 Compatibility with mariadb 11.1.1
  • R2DBC-88 java 8 compatibility regression
  • R2DBC-91 ensure respecting server collation
  • R2DBC-94 session tracking wrong implementation when multiple system variable changes

v1.1.4

Compare Source

Full Changelog

Bugs Fixed:

  • [R2DBC-76] Wrong MEDIUM field binary decoding
  • [R2DBC-77] Metadata is null when using returnGeneratedValues on server before 10.5
  • [R2DBC-79] Wrong client side parsing for named parameter when using user variable
  • [R2DBC-80] add option to disable hostname verification for SslMode.TUNNEL. thanks to @​shubha-rajan
  • [R2DBC-81] missing parsing/builder variables for option restrictedAuth,rsaPublicKey,cachingRsaPublicKey and
    allowPublicKeyRetrievalString
  • [R2DBC-82] wrong transactionIsolation level set/get with server without session tracking
  • [R2DBC-85] adding hint in order to execute text command when useServerPrepStmts option is set
  • [R2DBC-83] support xpand 0000-00-00 timestamp/date encoding

v1.1.3

Compare Source

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

v1.1.2

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

v1.0.3

Full Changelog

Corrections:

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

v1.0.2

Compare Source

Full Changelog

Corrections:

  • [R2DBC-24] columns of type Bit(1)/TINYINT(1) now convert as Boolean (new option tinyInt1isBit)
  • [R2DBC-25] Statement::add correction after specification precision
  • [R2DBC-26] handle error like 'too many connection" on socket creation
  • [R2DBC-27] Options not parsed from connection string
  • [R2DBC-28] mutual authentication not done when using ssl TRUST option
  • [R2DBC-29] improve coverage to reaching 90%
  • [R2DBC-30] Native Password plugin error

v1.0.1

Compare Source

Full Changelog

Changes:

  • [R2DBC-16] Ensure connection autocommit initialisation and new option autocommit

Corrections:

  • [R2DBC-17] Transactions in query flux might not be persisted
  • [R2DBC-19] Data bigger than 16Mb correction.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from 71784f3 to 4f00ab9 Compare September 27, 2021 21:15
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.0.2 Update dependency org.mariadb:r2dbc-mariadb to v1.0.3 Sep 27, 2021
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from 4f00ab9 to fbcda46 Compare September 25, 2022 15:48
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.0.3 Update dependency org.mariadb:r2dbc-mariadb to v1.1.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from fbcda46 to 34b685a Compare March 16, 2023 17:42
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.1.2 Update dependency org.mariadb:r2dbc-mariadb to v1.1.3 Mar 16, 2023
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.1.3 Update dependency org.mariadb:r2dbc-mariadb to v1.1.4 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from 34b685a to a29fb0c Compare March 30, 2023 05:43
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from a29fb0c to b752da5 Compare February 24, 2024 11:21
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.1.4 Update dependency org.mariadb:r2dbc-mariadb to v1.2.0 Feb 24, 2024
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from b752da5 to d8229c9 Compare June 24, 2024 23:38
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.2.0 Update dependency org.mariadb:r2dbc-mariadb to v1.2.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from d8229c9 to ac6ee56 Compare September 14, 2024 05:34
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.2.1 Update dependency org.mariadb:r2dbc-mariadb to v1.2.2 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/org.mariadb-r2dbc-mariadb-1.x branch from ac6ee56 to bc0fb2b Compare October 25, 2024 11:53
@renovate renovate bot changed the title Update dependency org.mariadb:r2dbc-mariadb to v1.2.2 Update dependency org.mariadb:r2dbc-mariadb to v1.3.0 Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants