Skip to content

Commit

Permalink
update website for 42.7.0 (#3003)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Nov 20, 2023
1 parent 1c33111 commit 1566eed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/data/homepagedata.toml
Expand Up @@ -13,6 +13,11 @@ desc = "The current development driver supports eleven server versions and three
path = "/icons/driver-icon.svg"

# Releases Info
[[info]]
date = "20 November 2023"
url = "/changelogs/2023-11-20-42.7.0-release/"
version = "42.7.0"

[[info]]
date = "17 March 2023"
url = "/changelogs/2023-03-17-42.6.0-release/"
Expand Down
11 changes: 9 additions & 2 deletions docs/data/versions.toml
Expand Up @@ -2,10 +2,10 @@

[[recent]]
j_name= "Java 8"
version= "42.6.0"
version= "42.7.0"
suffix=""
description= "If you are using Java 8 or newer then you should use the JDBC 4.2 version."
url= "/download/postgresql-42.6.0.jar"
url= "/download/postgresql-42.7.0.jar"

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

# Past Versions
[[past]]
j_name= "Java 8"
version= "42.6.0"
suffix=""
description= "If you are using Java 8 or newer then you should use the JDBC 4.2 version."
url= "/download/postgresql-42.6.0.jar"

[[past]]
j_name= "Java 8"
version= "42.5.4"
Expand Down
5 changes: 3 additions & 2 deletions docs/layouts/partials/home/info.html
Expand Up @@ -15,8 +15,9 @@ <h2>
Latest Releases
</h2>
<p>
pgJDBC has released v42.6.0 on 17 March, 2023. This release has two major changes: Remove most uses of synchronized
in favour of reentrant locks, and remove the use of finalize.
pgJDBC has released v42.7.0 on November 20, 2023. This release is mostly a maintenance release but the change
in allowing SET statemnts in <a href="https://github.com/pgjdbc/pgjdbc/pull/2973">PR #2973</a> is a breaking
change which necessitates the major version change.
</p>
<ul role="list">
{{ range $.Site.Data.homepagedata.info }}
Expand Down

0 comments on commit 1566eed

Please sign in to comment.