Skip to content

prepared for release 42.7.1 update changelogs#3037

Merged
davecramer merged 5 commits intopgjdbc:masterfrom
davecramer:prepare_release_42_7_1
Dec 6, 2023
Merged

prepared for release 42.7.1 update changelogs#3037
davecramer merged 5 commits intopgjdbc:masterfrom
davecramer:prepare_release_42_7_1

Conversation

@davecramer
Copy link
Member

No description provided.

Comment on lines 8 to 10
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

@davecramer davecramer force-pushed the prepare_release_42_7_1 branch from 1ef23e9 to 09093a1 Compare December 5, 2023 12:00
* 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
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.

2 participants

Comments