java-crud-api
java-crud-api copied to clipboard
Bump postgresql from 42.4.1 to 42.4.3
Bumps postgresql from 42.4.1 to 42.4.3.
Changelog
Sourced from postgresql's changelog.
Changelog
Notable changes since version 42.0.0, read the complete History of Changes.
The format is based on Keep a Changelog.
[Unreleased]
Changed
Added
Fixed
[42.5.1] (2022-11-21 15:21:59 -0500)
Security
- security: StreamWrapper spills to disk if setText, or setBytea sends very large Strings or arrays to the server. createTempFile creates a file which can be read by other users on unix like systems (Not macos). This has been fixed in this version fixes CVE-2022-41946 see the security advisory for more details. Reported by Jonathan Leitschuh This has been fixed in versions 42.5.1, 42.4.3 42.3.8, 42.2.27.jre7. Note there is no fix for 42.2.26.jre6. See the security advisory for work arounds.
Fixed
- fix: make sure we select array_in from pg_catalog to avoid duplicate array_in functions fixes #Issue 2548 [PR #2552](pgjdbc/pgjdbc#2552)
- fix: binary decoding of bool values [PR #2640](pgjdbc/pgjdbc#2640)
- perf: improve performance of PgResultSet getByte/getShort/getInt/getLong for float-typed columns [PR #2634](pgjdbc/pgjdbc#2634)
- chore: fix various spelling errors [PR #2592](pgjdbc/pgjdbc#2592)
- chore: Feature/urlparser improve URLParser [PR #2641](pgjdbc/pgjdbc#2592)
[42.5.0] (2022-08-23 11:20:11 -0400)
Changed
- fix: revert change in [PR #1986](pgjdbc/pgjdbc#1986) where float was aliased to float4 from float8. float now aliases to float8 [PR #2598](pgjdbc/pgjdbc#2598) fixes [Issue #2597](pgjdbc/pgjdbc#2597)
[42.4.2] (2022-08-17 10:33:40 -0400)
Changed
- fix: add alias to the generated getUDT() query for clarity (PR #2553)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]
Added
- fix: make setObject accept UUID array [PR #2587](pgjdbc/pgjdbc#2587)
Fixed
- fix: regression with GSS. Changes introduced to support building with Java 17 caused failures [Issue #2588](pgjdbc/pgjdbc#2588)
- fix: set a timeout to get the return from requesting SSL upgrade. [PR #2572](pgjdbc/pgjdbc#2572)
- feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
Commits
34855cfbackpatch 42.4.x for changes to 42.5.1 (#2675)389be0aUpdate changelog for release (#2596)364662efix erroneous method signature and null subjectCallAs (#2595)04dc96aupdate last copyright year (#2593)f76ca46fix checkstylea45b4d8get rid of javadoc warningsabf3bcbfix mismatched types for invokeExact. Have to tell invokeExact what type we a...96f2561fix: make setObject accept UUID array (#2587)0b097fdbumped minor version for next release7363fffRevert revert commits made in PR 2580 (#2583)- See full diff 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.