Skip to content

build(deps): bump org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.1.2.RELEASE - #12

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.postgresql-r2dbc-postgresql-1.1.2.RELEASE
Open

build(deps): bump org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.1.2.RELEASE#12
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.postgresql-r2dbc-postgresql-1.1.2.RELEASE

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.1.2.RELEASE.

Release notes

Sourced from org.postgresql:r2dbc-postgresql's releases.

v1.1.2.RELEASE

⭐ New Features

  • Handle protocol 3.2 dynamic secret key length. #708
  • Add configurable limit for frame length. #714

🐞 Bug Fixes

  • Reference-counting and concurrency issues in ReactorNettyClient. #717
  • Truncate trailing bytes on SSL handshake. #705
  • getRowsUpdated() empty for MERGE. #706
  • Format.text() returns binary set. #707
  • Int16 counts read signed (readShort). #709
  • AuthenticationSASL decode peeks past buffer on empty/unterminated body. #710
  • ReadyForQuery throws on unknown transaction-status byte. #711
  • MessageType cache AIOOBE for byte 0x7F. #713

v1.1.1.RELEASE

🐞 Bug Fixes

  • Codec preference is not considered leading to OID value decoding through DayOfWeek #693

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.1.0.RELEASE

⭐ New Features

  • Expose API to subscribe to Postgres notice messages #570
  • Add codecs for DayOfWeek, Month, MonthDay, Period, Year, YearMonth #591
  • Make CodecMetadata.getDataTypes() more flexible #600
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602
  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613
  • Set SNI on SSL connections #634
  • Performance issue with PostgresqlRow.getColumn(String name) when select many columns #636
  • Defer oid and typarray to stage when an extension is supported #649
  • Add support for sslnegotation=direct #651
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664
  • Explore acquisition scheduler offloading #668
  • Add JSpecify nullability annotations to Java APIs #689

🐞 Bug Fixes

  • Cancel signal does not interrupt cursored query fetching #536
  • Implement support for interval units. #566
  • Error when storing BC dates (e.g. "0000-12-31T01:01:00Z") #578
  • Creating connections can hang during server downtime #595
  • Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597
  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622
  • Do not require typarray column when auto-registering extensions #632

... (truncated)

Changelog

Sourced from org.postgresql:r2dbc-postgresql's changelog.

R2DBC PostgreSQL Changelog

1.1.0.RELEASE

  • Cancel signal does not interrupt cursored query fetching #536
  • Implement support for interval units. #566
  • Bump postgresql from 42.5.0 to 42.5.1 #568
  • Remove rogue newline in readme #569
  • Expose API to subscribe to Postgres notice messages #570
  • Integration test fails on JDK > 8 because of Instant resolution change #572
  • Error when storing BC dates (e.g. "0000-12-31T01:01:00Z") #578
  • Bump Netty to 4.1.89.Final, CVE-2022-41915 #584
  • Upgrade to Project Reactor 2022.0.3 #585
  • Add codecs for DayOfWeek, Month, MonthDay, Period, Year, YearMonth #591
  • key param javadoc description #593
  • Adapt integration test to be Java 11 forward-compatible #594
  • Creating connections can hang during server downtime #595
  • Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597
  • Upgrade dependencies #599
  • Make CodecMetadata.getDataTypes() more flexible #600
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602
  • Upgrade to Reactor 2022.0.9 #604
  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613
  • Upgrade dependencies #616
  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622
  • Upgrade dependencies #628
  • Do not require typarray column when auto-registering extensions #632
  • README.md #633
  • Set SNI on SSL connections #634
  • Performance issue with PostgresqlRow.getColumn(String name) when select many columns #636
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 #637
  • Resolve a LEAK warning in unit test #642
  • Update SCRAM dependency to 3.0 #645
  • Defer oid and typarray to stage when an extension is supported #649
  • Add support for sslnegotation=direct #651
  • SNIHostName is going to throw an exception when hostname has a trailing dot #656
  • Postgres 11 compatibility #657
  • Update scram-client to 3.1 #659
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664
  • Explore acquisition scheduler offloading #668
  • Fix self-suppression when standby is unavailable #678
  • Include OID explicitly in the SELECT clause for older Postgres databases #680
  • Switch to Sonatype Central Publishing #681
  • Bump com.ongres.scram:scram-common from 3.1 to 3.2 #682
  • Upgrade to JTS 1.20.0 #688
  • Add JSpecify nullability annotations to Java APIs #689

... (truncated)

Commits
  • 3d6888b Release 1.1.2.RELEASE.
  • 17e952f Upgrade dependencies.
  • 8e52716 Polishing.
  • 9d7a802 Polishing.
  • 611747c Unbounded max frame length.
  • e2ae132 Capture the writer index in Parse after the type and pass it to writeSize.
  • 62d8f92 Capture unknown transaction-status byte.
  • 84d4324 Do not peek past buffer on AuthenticationSASL decode.
  • 98eebc6 Add global test timeouts.
  • 41c96ee Int16 counts read signed (readShort).
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) from 1.0.5.RELEASE to 1.1.2.RELEASE.
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.5.RELEASE...v1.1.2.RELEASE)

---
updated-dependencies:
- dependency-name: org.postgresql:r2dbc-postgresql
  dependency-version: 1.1.2.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 12, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants