Skip to content

Commit 27571c8

Browse files
authored
Update site for 42.7.10 release (#3936)
* Update site for 42.7.10 release
1 parent c7b512d commit 27571c8

5 files changed

Lines changed: 87 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Notable changes since version 42.0.0, read the complete [History of Changes](htt
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
## [Unreleased]
66

7+
## [42.7.10] (2026-02-11)
8+
9+
### Changed
10+
* chore: Migrate to Shadow 9 [PR 3931](https://github.com/pgjdbc/pgjdbc/pull/3931)
11+
* style: fix empty line before javadoc for checkstyle compliance [PR #3925](https://github.com/pgjdbc/pgjdbc/pull/3925)
12+
* style: fix lambda argument indentation for checkstyle compliance [PR #3922](https://github.com/pgjdbc/pgjdbc/pull/3922)
13+
* test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR #3917](https://github.com/pgjdbc/pgjdbc/pull/3917)
14+
15+
### Fixed
16+
* fix: non-standard strings failing test for version 19 [PR #3934](https://github.com/pgjdbc/pgjdbc/pull/3934)
17+
* fix: small issues in ConnectionFactoryImpl [PR #3929](https://github.com/pgjdbc/pgjdbc/pull/3929)
18+
* fix: process pending responses before fastpath to avoid protocol errors [PR # 3913](https://github.com/pgjdbc/pgjdbc/pull/3913)
19+
* doc: use.md, fix typos [PR #3911](https://github.com/pgjdbc/pgjdbc/pull/3911)
20+
* doc: datasource.md, fix minor formatting issue [PR #3912](https://github.com/pgjdbc/pgjdbc/pull/3912)
21+
* doc: add the new PGP signing key to the official documentation [PR #3912](https://github.com/pgjdbc/pgjdbc/pull/3813)
22+
23+
### Reverted
24+
* Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)" [PR #3932](https://github.com/pgjdbc/pgjdbc/pull/3932)
25+
726
## [42.7.9] (2026-01-14)
827

928
### Added
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: PostgreSQL JDBC Driver 42.7.10 Released
3+
date: 2026-02-11 10:00:00 -0500
4+
categories:
5+
- new release
6+
version: 42.7.10
7+
---
8+
**Notable changes**
9+
10+
### Changed
11+
* chore: Migrate to Shadow 9 [PR 3931](https://github.com/pgjdbc/pgjdbc/pull/3931)
12+
* style: fix empty line before javadoc for checkstyle compliance [PR #3925](https://github.com/pgjdbc/pgjdbc/pull/3925)
13+
* style: fix lambda argument indentation for checkstyle compliance [PR #3922](https://github.com/pgjdbc/pgjdbc/pull/3922)
14+
* test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR #3917](https://github.com/pgjdbc/pgjdbc/pull/3917)
15+
16+
### Fixed
17+
* fix: non-standard strings failing test for version 19 [PR #3934](https://github.com/pgjdbc/pgjdbc/pull/3934)
18+
* fix: small issues in ConnectionFactoryImpl [PR #3929](https://github.com/pgjdbc/pgjdbc/pull/3929)
19+
* fix: process pending responses before fastpath to avoid protocol errors [PR # 3913](https://github.com/pgjdbc/pgjdbc/pull/3913)
20+
* doc: use.md, fix typos [PR #3911](https://github.com/pgjdbc/pgjdbc/pull/3911)
21+
* doc: datasource.md, fix minor formatting issue [PR #3912](https://github.com/pgjdbc/pgjdbc/pull/3912)
22+
* doc: add the new PGP signing key to the official documentation [PR #3912](https://github.com/pgjdbc/pgjdbc/pull/3813)
23+
24+
### Reverted
25+
* Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)" [PR #3932](https://github.com/pgjdbc/pgjdbc/pull/3932)
26+
27+
**Commits by author**
28+
29+
### Dave Cramer (5 commits)
30+
- [Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"](https://github.com/pgjdbc/pgjdbc/pull/3932)
31+
- [fix non-standard strings failing test for version 19](https://github.com/pgjdbc/pgjdbc/pull/3934)
32+
- [fix small issues in ConnectionFactoryImpl](https://github.com/pgjdbc/pgjdbc/pull/3929)
33+
- [lastEditYear to 2026 and bump version](https://github.com/pgjdbc/pgjdbc/pull/3909)
34+
- chore: bump version to 42.7.10
35+
36+
### Vladimir Sitnikov (3 commits)
37+
- [test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs](https://github.com/pgjdbc/pgjdbc/pull/3917)
38+
- [fix: process pending responses before fastpath to avoid protocol errors](https://github.com/pgjdbc/pgjdbc/pull/3913)
39+
- [doc: add the new PGP signing key to the official documentation](https://github.com/pgjdbc/pgjdbc/pull/3813)
40+
41+
### mjschwaiger (2 commits)
42+
- [doc: use.md, fix typos](https://github.com/pgjdbc/pgjdbc/pull/3911)
43+
- [doc: datasource.md, fix minor formatting issue](https://github.com/pgjdbc/pgjdbc/pull/3912)
44+
45+
### Praveen Kumar (1 commit)
46+
- [style: fix empty line before javadoc for checkstyle compliance](https://github.com/pgjdbc/pgjdbc/pull/3925)
47+
48+
### Kairav Mittal (1 commit)
49+
- [style: fix lambda argument indentation for checkstyle compliance](https://github.com/pgjdbc/pgjdbc/pull/3922)
50+
51+
### Goooler (1 commit)
52+
- [Migrate to Shadow 9](https://github.com/pgjdbc/pgjdbc/pull/3931)

docs/data/homepagedata.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ desc = "The current development driver supports eleven server versions and three
1313
path = "/icons/driver-icon.svg"
1414

1515
# Releases Info
16+
[[info]]
17+
date = "15 January 2026"
18+
url = "/changelogs/2026-01-15-42/"
19+
version = "42.7.9"
20+
1621
[[info]]
1722
date = "18 September 2025"
1823
url = "/changelogs/2025-09-18-42/"

docs/data/versions.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Recent Versions
22
[[recent]]
33
j_name= "Java 8"
4-
version= "42.7.9"
4+
version= "42.7.10"
55
suffix=""
66
description= "If you are using Java 8 or newer then you should use the JDBC 4.2 version."
7-
url= "/download/postgresql-42.7.9.jar"
7+
url= "/download/postgresql-42.7.10.jar"
88

99
[[recent]]
1010
j_name= "Java 7"
@@ -21,6 +21,13 @@ description= "If you are using Java 6 then you should use the JDBC 4.0 version
2121
url= "/download/postgresql-42.2.27.jre6.jar"
2222

2323
# Past Versions
24+
[[past]]
25+
j_name= "Java 8"
26+
version= "42.7.9"
27+
suffix=""
28+
description= "If you are using Java 8 or newer then you should use the JDBC 4.2 version."
29+
url= "/download/postgresql-42.7.9.jar"
30+
2431
[[past]]
2532
j_name= "Java 8"
2633
version= "42.7.8"

docs/layouts/partials/home/info.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ <h2>
1515
Latest Releases
1616
</h2>
1717
<p>
18-
Current release is 42.7.9 This is a maintenance release see <a href="https://jdbc.postgresql.org/changelogs/2026-01-15-42/">Changelog</a> for details
18+
Current release is 42.7.10 This is a maintenance release. This resolves a regression regarding proleptic dates see <a href="https://github.com/pgjdbc/pgjdbc/pull/3932">PR #3932</a> for details
19+
and <a href="https://jdbc.postgresql.org/changelogs/2026-02-11-42/">Changelog</a> for other minor changes
1920
</p>
2021
<ul role="list">
2122
{{ range $.Site.Data.homepagedata.info }}

0 commit comments

Comments
 (0)