memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
174 stars 35 forks source link

Bump postgresql from 42.5.2 to 42.6.0 #209

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps postgresql from 42.5.2 to 42.6.0.

Release notes

Sourced from postgresql's releases.

v42.5.4

What's Changed

Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.5.3...REL42.5.4

v42.5.3

What's Changed

Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.5.2...REL42.5.3

Changelog

Sourced from postgresql's changelog.

[42.6.0] (2023-03-17 15:34:34 -0400)

Changed

fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks [PR #2847](pgjdbc/pgjdbc#2847)

The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

refactor:(loom) replace the usages of synchronized with ReentrantLock [PR #2635](pgjdbc/pgjdbc#2635) Fixes [Issue #1951](pgjdbc/pgjdbc#1951)

[42.5.4] (2023-02-15 10:21:04 -0500)

Fixed

fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test. fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #2810]((pgjdbc/pgjdbc#2810). fixes [Issue #2804](pgjdbc/pgjdbc#2804). fix: Make sure that github CI runs tests on all [PRs #2809]((pgjdbc/pgjdbc#2809)).

[42.5.3] (2023-02-03 08:24:50 -0500)

Fixed

fix: Add box to TypeInfoCache, fixes [Issue #2746](pgjdbc/pgjdbc#2746) [PR #2747](pgjdbc/pgjdbc#2747) fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #2748](pgjdbc/pgjdbc#2748) PR#2749

Commits
  • d6a0cc2 Update CHANGELOG for release (#2851)
  • b656c63 Fix pks12docs (#2857)
  • aade7a0 chore: bump classloader-leak-test-framework to 1.1.2
  • 5873a2c Remove stray whitespace and use code formatting (#2854)
  • 29414ab chore: suppress warnings on implementing deprecated methods in QueryExecutorImpl
  • 3a15db6 chore: suppress deprecation warnings on in BaseDataSource on use of FACTORY...
  • 35431d6 chore: replace deprecated clazz.newInstance() with .getDeclaredConstructor()....
  • ca25d10 chore: suppress deprecations from implementing deprecated ResultSet and State...
  • 4b29078 test: suppress warnings for setUseServerPrepare deprecation
  • 61aee4d chore: run "Unnecessary boxing" inspection in IDEA
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.