Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepared for release 42.7.1 update changelogs #3037

Merged
merged 5 commits into from Dec 6, 2023

Conversation

davecramer
Copy link
Member

No description provided.

Comment on lines 8 to 10
**Notable changes**


Copy link
Member

@vlsi vlsi Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, will fix

* perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing [PR #3044](https://github.com/pgjdbc/pgjdbc/pull/3044)

### Fixed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@davecramer davecramer merged commit bb577e0 into pgjdbc:master Dec 6, 2023
3 of 4 checks passed
redalogobject pushed a commit to logobject/pgjdbc that referenced this pull request Dec 7, 2023
* prepared for release 42.7.1 update changelogs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants