prepared for release 42.7.1 update changelogs#3037
Merged
davecramer merged 5 commits intopgjdbc:masterfrom Dec 6, 2023
Merged
Conversation
vlsi
reviewed
Nov 27, 2023
Comment on lines
8
to
10
Member
There was a problem hiding this comment.
WDYT of adding high-level overview of the changes?
I mentioned known issues in 42.7.0 release notes (we probably need to back-patch them to the site so jdbc.postgresql.org shows known issues as well): https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.7.0
I suggest adding (right after "notable changes" and before the low-level changelog) something like
Fixes issues introduced in 42.7.0:
- NoSuchMethodError on ByteBuffer#position When Running on Java 8 when accessing arrays, issue https://github.com/pgjdbc/pgjdbc/issues/3014
- SET followed by SHOW in one statement returns wrong result, issue https://github.com/pgjdbc/pgjdbc/issues/3007
- 42.7.0 updated `DateStyle` from `ISO` to `ISO, MDY` (it aligns with PostgreSQL defaults), and it result in wrong results when server uses non-default `DateStyle` (see https://github.com/pgjdbc/pgjdbc/issues/3008)
1ef23e9 to
09093a1
Compare
vlsi
reviewed
Dec 6, 2023
| * perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing [PR #3044](https://github.com/pgjdbc/pgjdbc/pull/3044) | ||
|
|
||
| ### Fixed | ||
|
|
Member
There was a problem hiding this comment.
We need to include #2852 as well:
Suggested change
| * fix: avoid timezone conversions when sending LocalDateTime to the database [PR #2852](https://github.com/pgjdbc/pgjdbc/pull/2852), [issue #1390](https://github.com/pgjdbc/pgjdbc/issues/1390), [issue #2850)(https://github.com/pgjdbc/pgjdbc/issues/2850) |
redalogobject
pushed a commit
to logobject/pgjdbc
that referenced
this pull request
Dec 7, 2023
* prepared for release 42.7.1 update changelogs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.