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.4.RELEASE #150

Open
wants to merge 1 commit into
base: organizer_2.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

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

Release notes

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

v1.0.4.RELEASE

🐞 Bug Fixes

  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622

💡 Other

  • Upgrade dependencies #628

❤️ Contributors

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

v1.0.3.RELEASE

⭐ New Features

  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613

💡 Other

  • Upgrade dependencies #616

❤️ Contributors

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

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.4.RELEASE

  • Do not require typarray column when auto-registering extensions #621
  • NullPointerException at SingleHostConnectionFunction#getCredentials when configuration password is null #622
  • Upgrade dependencies #628

1.0.3.RELEASE

  • Support for pgvector #612
  • Add support for dynamic usernames and passwords #613
  • Upgrade dependencies #616

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

... (truncated)

Commits
  • c5a53a2 Release 1.0.4.RELEASE.
  • baa53f4 Update changelog.
  • c1d3632 Upgrade to Reactor 2022.0.15.
  • 02b4ec6 Upgrade dependencies.
  • c19ac40 Do not require typarray column when auto-registering extensions.
  • 29fd8dd Return non-null password publisher if no password is provided.
  • afd0058 Upgrade dependencies.
  • 126b60e Document credential rotation.
  • 408052e Prepare next development iteration.
  • 8df272b Release 1.0.3.RELEASE.
  • 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.4.RELEASE.
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.0.4.RELEASE/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.1.RELEASE...v1.0.4.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 Jan 15, 2024
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.

None yet

0 participants