lukas-krecan / ShedLock

Distributed lock for your scheduled tasks
Apache License 2.0
3.66k stars 518 forks source link

Bump org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.0.6.RELEASE #2184

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Release notes

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

v1.0.6.RELEASE

:star: New Features

  • Defer oid and typarray to stage when an extension is supported #649
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664

:lady_beetle: Bug Fixes

  • SNIHostName is going to throw an exception when hostname has a trailing dot #656
  • Postgres 11 compatibility #657

: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.6.RELEASE

  • Defer oid and typarray to stage when an extension is supported #649
  • SNIHostName is going to throw an exception when hostname has a trailing dot #656
  • Postgres 11 compatibility #657
  • Introduce fast-path handling for decoding primitive values #662
  • Introduce ObjectCodec to support bindNull(Object.class) #664
Commits
  • 834ca6e Release 1.0.6.RELEASE.
  • 91ce09f Update changelog.
  • 2b24f70 Upgrade dependencies.
  • 3e1a056 Polishing.
  • f08ac1c Extend SNIHostName check to reject hostnames with trailing dot.
  • 52a54b9 Only get oid and typarray when extension is supported.
  • 5879aef Fix compatibility with Postgres 11.
  • f91c263 Introduce fast-path handling for decoding primitive values.
  • a8830e7 Introduce ObjectCodec to support bindNull(Object.class)
  • 8cc55a3 Upgrade to Maven 3.9.6.
  • 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)