Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #1898 · s4u/pgp-keys-map (original) (raw)
Bumps org.postgresql:postgresql from 42.6.0 to 42.7.0.
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.0
Changes
- update website for 42.7.0 @davecramer (#3003)
- Update changelog for release 42.7.0 @davecramer (#3001)
- Use a switch statement to compare transaction isolation levels and let the database do the toUpper @davecramer (#2998)
- feat: support SET statements combining with other queries with semicolon in PreparedStatement @ng-galien (#2973)
- Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation @nvanbenschoten (#2992)
- only create function if V14 or greater @davecramer (#2996)
- Fix problem when calling a procedure returning a refcursor more than 5 times (prepareThreshold) @davecramer (#2988)
- chore: add styleCheck Gradle task to report style violations @vlsi (#2980)
- Include
currentXidin exception message @gastaldi (#2978)- Deprecate for removal PGPoint.setLocation(java.awt.Point) to cut dependency to
java.desktopmodule @desruisseaux (#2967)- feat: return all catalogs for getCatalogs metadata query (#2949) @pip25 (#2953)
- fix: add varbit as a basic type inside the TypeInfoCache @fqazi (#2960)
- Fix failing tests for version 16. @davecramer (#2962)
- fix: allow setting arrays with ANSI type name @bremac (#2952)
- added ADOPTERS.md @davecramer (#2951)
- feat: Use KeepAlive to confirm LSNs @decmurphy (#2941)
- put double ' around log parameter @davecramer (#2936)
- Fix Issue #2928 number of ports not equal to number of servers in datasource @davecramer (#2929)
- Use canonical DateStyle name @JelteF (#2925)
- un-deprecate SSL_FACTORY_ARG @davecramer (#2923)
- Method getFastLong should be able to parse all longs @zhurs (#2881)
- fix: typos in info.html @maffe (#2860)
- bump version for next release @davecramer (#2859)
- rename changelog for 42.6.0 to the correct name @davecramer (#2858)
⬆️ Dependencies
- fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.19 @renovate-bot (#2993)
- fix(deps): update dependency jacoco to v0.8.11 @renovate-bot (#2990)
- fix(deps): update dependency checkstyle to v10.12.4 @renovate-bot (#2989)
- chore(deps): update codecov/codecov-action digest to f4993f1 @renovate-bot (#2981)
- chore(deps): update dependency gradle to v7.6.3 @renovate-bot (#2985)
- chore(deps): update dependency sbt/sbt to v1.9.7 @renovate-bot (#2984)
- chore(deps): update plugin com.github.johnrengelman.shadow to v8 @renovate-bot (#2917)
- chore(deps): update dependency sbt/sbt to v1 @renovate (#2915)
- chore(deps): update com.github.vlsi to v1.88 @renovate (#2907)
- fix(deps): update dependency com.google.errorprone:error_prone_core to v2.19.1 @renovate (#2910)
- fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin to v3.1.0 @renovate (#2913)
- fix(deps): update dependency checkstyle to v10.12.0 @renovate (#2909)
- chore(deps): update codecov/codecov-action digest to eaaf4be @renovate (#2906)
- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.6 @renovate (#2898)
- chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.8.21 @renovate (#2890)
- fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.17 @renovate (#2892)
- fix(deps): update junit5 monorepo to v5.9.3 @renovate (#2893)
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.0] (2023-11-20 09:33:00 -0500)
Changed
- fix: Deprecate for removal PGPoint.setLocation(java.awt.Point) to cut dependency to
java.desktopmodule. [PR #2967](pgjdbc/pgjdbc#2967)- feat: return all catalogs for getCatalogs metadata query closes [ISSUE #2949](pgjdbc/pgjdbc#2949) [PR #2953](pgjdbc/pgjdbc#2953)
- feat: support SET statements combining with other queries with semicolon in PreparedStatement [PR ##2973](pgjdbc/pgjdbc#2973)
Fixed
- chore: add styleCheck Gradle task to report style violations [PR #2980](pgjdbc/pgjdbc#2980)
- fix: Include currentXid in "Error rolling back prepared transaction" exception message [PR #2978](pgjdbc/pgjdbc#2978)
- fix: add varbit as a basic type inside the TypeInfoCache [PR #2960](pgjdbc/pgjdbc#2960)
- fix: Fix failing tests for version 16. [PR #2962](pgjdbc/pgjdbc#2962)
- fix: allow setting arrays with ANSI type name [PR #2952](pgjdbc/pgjdbc#2952)
- feat: Use KeepAlive to confirm LSNs [PR #2941](pgjdbc/pgjdbc#2941)
- fix: put double ' around log parameter [PR #2936](pgjdbc/pgjdbc#2936) fixes [ISSUE #2935](pgjdbc/pgjdbc#2935)
- fix: Fix Issue #2928 number of ports not equal to number of servers in datasource [PR #2929](pgjdbc/pgjdbc#2929)
- fix: Use canonical DateStyle name (#2925) fixes pgbouncer issue
- fix: Method getFastLong should be able to parse all longs [PR #2881](pgjdbc/pgjdbc#2881)
- docs: Fix typos in info.html [PR #2860](pgjdbc/pgjdbc#2860)
- fix: Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation [PR #2992](pgjdbc/pgjdbc#2992) fixes [Issue #2991](pgjdbc/pgjdbc#2991)
- test: fix assertion in RefCursorFetchTestultFetchSize rows
- test: use try-with-resources in LogicalReplicationStatusTest
Commits
- 1566eed update website for 42.7.0 (#3003)
- 1c33111 Update changelog for release 42.7.0 (#3001)
- 65f158e Use a switch statement to compare transaction isolation levels (#2998)
- 3ced0bc feat: support SET statements combining with other queries with semicolon in P...
- e4f47d0 test: fix assertion in RefCursorFetchTestultFetchSize" rows
- 8bcc7ed style: remove excessive @NonNull
- 54ccdf7 test: add call.setFetchSize to RefCursorFetchTest
- 2a17a35 test: use try-with-resources in LogicalReplicationStatusTest
- 69debfa fix: sort the results of java.sql.DatabaseMetaData#getCatalogs as per its spe...
- de74292 Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation...
- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)