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 org.postgresql:r2dbc-postgresql from 1.0.1.RELEASE to 1.0.2.RELEASE #142

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2023

Bumps org.postgresql:r2dbc-postgresql from 1.0.1.RELEASE to 1.0.2.RELEASE.

Release notes

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

v1.0.2.RELEASE

⭐ New Features

  • Expose API to subscribe to Postgres notice messages #570
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602

🐞 Bug Fixes

  • Cancel signal does not interrupt cursored query fetching #536
  • Creating connections can hang during server downtime #595
  • Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597

💡 Other

  • key param javadoc description #593
  • Adapt integration test to be Java 11 forward-compatible #594
  • Upgrade to Reactor 2022.0.9 #604

❤️ Contributors

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

Changelog

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

1.0.2.RELEASE

  • Cancel signal does not interrupt cursored query fetching #536
  • Expose API to subscribe to Postgres notice messages #570
  • 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
  • Add PostgresqlResult.filter(…) overrides to return PostgresqlResult instead of Result #602
  • Upgrade to Reactor 2022.0.9 #604

1.0.0.RELEASE

  • Associate PostgresConnectionClosedException with error code 08006 #538
  • Bump postgresql from 42.4.0 to 42.4.1 #539
  • Await ReadyForQuery before emitting errors from transactional control methods #541
  • SRID not preserved in Geometry types (Point) since it is encoded as text using the WKTWriter #542
  • Release 1.0.0.RELEASE #544
  • Add GraalVM native reflection hints #549
  • Allow StringCodec registration for CITEXT usage #551
  • Upgrade to Reactor 2022.0.0 #554
  • Fix LocalTimeCodec array OID #555
  • Fix NumericDecodeUtils.decodeBinary(byteBuf) decoding #558
  • Ensure buffer release on copyIn failure #560

1.0.0.RC1

  • Support for Postgresql multi-host failover functionality #120
  • Parameter values are not sent in the correct order #482
  • Support for postgis geometry parent type #483
  • Let Result.getRowsUpdated() return Long #484
  • Remove deprecated RowMetadata.getColumnNames() method #485
  • Consider lowercase sslmode for easier JDBC URL adaption #486
  • Can't process CITEXT #488
  • ReactorNettyClient requestProcessor can retain data from queries #492
  • Update Readme as LOB types are already supported #493
  • Upgrade to postgresql 42.3.3 #494
  • Fix postgres OID type decoding #495
  • Release 0.8.12.RELEASE #496
  • Add COPY FROM support #500
  • Upgrade to Reactor 2022.0.0-M1 #503
  • Upgrade to Reactor 2022.0.0-M2 #506
  • Upgrade to R2DBC 1.0 #508
  • Issue parsing timestamp with timezone having offset of format +hh:mm:ss #509
  • CachedCodecLookup wrongly assumes uniqueness of hashCode() #511
  • Extend PostgresqlSqlLexer to handle PG14 SQL-standard function body syntax #512
  • Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
  • using an EnumCodec with no enums generates invalid SQL #515
  • Add configuration for TimeZone #520
  • Align LocalDate conversion to configured time zone #521

... (truncated)

Commits
  • 599e064 Release 1.0.2.RELEASE.
  • 64f9ba6 Update changelog.
  • fdb3d8d Upgrade build plugins.
  • e5b0255 Close staging repository after staging.
  • c92afdd Upgrade to Reactor 2022.0.9.
  • 62a75da Add PostgresqlResult.filter(…) overrides to return PostgresqlResult inste...
  • 31fff3a Emit NoticeResponse through the message stream.
  • 0d612f8 Polishing.
  • b402400 Handle early disconnects before SSL handshake.
  • 5688111 Cancel cursor fetching if the outer stream gets canceled.
  • 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 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.1.RELEASE to 1.0.2.RELEASE.
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.0.2.RELEASE/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.1.RELEASE...v1.0.2.RELEASE)

---
updated-dependencies:
- dependency-name: org.postgresql:r2dbc-postgresql
  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 Oct 13, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #148.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.postgresql-r2dbc-postgresql-1.0.2.RELEASE branch December 18, 2023 08:29
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.

0 participants