LociStar / Organizer

A configurable multipurpose bot bringing you organizing commands, multiplayer games, moderation commands and more!
1 stars 0 forks source link

Bump org.postgresql:r2dbc-postgresql from 1.0.1.RELEASE to 1.0.2.RELEASE #142

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 11 months ago

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

:star: New Features

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

:lady_beetle: 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

:bulb: Other

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

:heart: 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 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)
dependabot[bot] commented 9 months ago

Superseded by #148.