diff --git a/docs/data/homepagedata.toml b/docs/data/homepagedata.toml index 01ac45dcd5..94329cc430 100644 --- a/docs/data/homepagedata.toml +++ b/docs/data/homepagedata.toml @@ -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/" diff --git a/docs/data/versions.toml b/docs/data/versions.toml index af73306660..f1b5b04543 100644 --- a/docs/data/versions.toml +++ b/docs/data/versions.toml @@ -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" @@ -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" diff --git a/docs/layouts/partials/home/info.html b/docs/layouts/partials/home/info.html index 43057f71bc..e136af5158 100644 --- a/docs/layouts/partials/home/info.html +++ b/docs/layouts/partials/home/info.html @@ -15,8 +15,9 @@

Latest Releases

- 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 PR #2973 is a breaking + change which necessitates the major version change.