steady
steady copied to clipboard
Bump postgresql from 42.2.25 to 42.3.8 in /rest-backend
Bumps postgresql from 42.2.25 to 42.3.8.
Release notes
Sourced from postgresql's releases.
v42.3.8
What's Changed
- backpatch changes for 42.5.1 by
@davecramer
in pgjdbc/pgjdbc#2674Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.7...REL42.3.8
v42.3.7
What's Changed
- backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for CVE-2022-31197 by
@davecramer
in pgjdbc/pgjdbc#2607Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.3.7
v42.3.6
What's Changed
- Fix heading format for version numbers [SKIP-CI] by
@davecramer
in pgjdbc/pgjdbc#2504- fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize by
@vlsi
in pgjdbc/pgjdbc#2377- Created release notes for 42.3.6 [SKIP-CI] by
@davecramer
in pgjdbc/pgjdbc#2515Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...REL42.3.6
v42.3.5
What's Changed
- move version to 42.3.5 [SKIP-CI] by
@davecramer
in pgjdbc/pgjdbc#2493- perf: enable tcpNoDelay by default by
@obourgain
in pgjdbc/pgjdbc#2495- docs: fix readme.md after #2495 by
@obourgain
in pgjdbc/pgjdbc#2496- Added KEYS file to allow for verifying artifacts by
@davecramer
in pgjdbc/pgjdbc#2499- feat: targetServerType=preferPrimary connection parameter by
@mitya555
in pgjdbc/pgjdbc#2483- fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 by
@davecramer
in pgjdbc/pgjdbc#2501- chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes by
@vlsi
in pgjdbc/pgjdbc#2405- Releasenotes 42.3.5 by
@davecramer
in pgjdbc/pgjdbc#2502- More changlog additions added chore to terminate CI jobs on fast PR pushes [SKIP-CI] by
@davecramer
in pgjdbc/pgjdbc#2503New Contributors
@obourgain
made their first contribution in pgjdbc/pgjdbc#2495@mitya555
made their first contribution in pgjdbc/pgjdbc#2483Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.4...REL42.3.5
v42.3.4
What's Changed
- Use non-synchronized getTimeZone in TimestampUtils by
@TeslaCN
in pgjdbc/pgjdbc#2451- docs: Update testing documentation by
@davecramer
in pgjdbc/pgjdbc#2446- fix: Throw an exception if the driver cannot parse the URL instead of returning NULL by
@davecramer
in pgjdbc/pgjdbc#2441- fix: Use PGProperty instead of the property names directly by
@davecramer
in pgjdbc/pgjdbc#2444- fix: change PGInterval parseISO8601Format to support fractional second by
@paulo-kluh
in pgjdbc/pgjdbc#2457- docs: update changelog, missing links at bottom and formatting by
@davecramer
in pgjdbc/pgjdbc#2460- docs: Fix CHANGELOG.md misformatted markdown headings by
@fcv
in pgjdbc/pgjdbc#2461
... (truncated)
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.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
[42.5.2] (2023-01-31 14:30:46 -0500)
Changed
regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead. docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 [PR #2686](pgjdbc/pgjdbc#2686) docs: clarify binaryTransfer and add it to README PR# 2698 docs: Document the need to encode reserved characters in the connection URL [PR #2700](pgjdbc/pgjdbc#2700) feat: Define binary transfer for custom types dynamically/automatically fixes [Issue #2554](pgjdbc/pgjdbc#2554) [PR #2556](pgjdbc/pgjdbc#2556)
Added
fix: added gssResponseTimeout as part of [PR #2687](pgjdbc/pgjdbc#2687) to make sure we don't wait forever on a GSS RESPONSE
Fixed
fix: Ensure case of XML tags in Maven snippet is correct [PR #2682](pgjdbc/pgjdbc#2682) fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #2684](pgjdbc/pgjdbc#2684) [PR #2685](pgjdbc/pgjdbc#2685) fix: Apply patch from [Issue #2683](pgjdbc/pgjdbc#2683) to fix hanging ssl connections [PR #2687](pgjdbc/pgjdbc#2687) fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](pgjdbc/pgjdbc#2697) fixes [Issue #2695](pgjdbc/pgjdbc#2695) minor: enhance readability connection of startup params [PR #2705](pgjdbc/pgjdbc#2785)
[42.5.1] (2022-11-23 10:14: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.
... (truncated)
Commits
e73c6b6
backpatch changes to 42.3.x for 42.5.1 (#2674)3ea7e61
bumped version for next release0afaa71
backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for CVE-2022-311...7714d03
Created release notes for 42.3.6 [SKIP-CI] (#2515)85f8581
fix: close refcursors when underlying cursor==null instead of relying on defa...12541c4
bumped version number0872ad0
Fix heading format for version numbers (#2504)0d6ccb1
More changlog additions added chore to terminate CI jobs on fast PR pushes [S...2bd774e
Releasenotes 42.3.5 (#2502)c04582e
chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR ...- 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.