diff --git a/docs/_posts/2022-02-01-42.3.2-release.md b/docs/_posts/2022-02-01-42.3.2-release.md index f3c4c45dcb..dcfaf98579 100644 --- a/docs/_posts/2022-02-01-42.3.2-release.md +++ b/docs/_posts/2022-02-01-42.3.2-release.md @@ -8,7 +8,7 @@ version: 42.3.2 **Notable changes** ### Known issues -- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) +- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.6 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) ### Security - CVE-2022-21724 pgjdbc instantiates plugin instances based on class names provided via authenticationPluginClassName, diff --git a/docs/_posts/2022-02-15-42.3.3-release.md b/docs/_posts/2022-02-15-42.3.3-release.md index 5189031fa8..2f5e7239a4 100644 --- a/docs/_posts/2022-02-15-42.3.3-release.md +++ b/docs/_posts/2022-02-15-42.3.3-release.md @@ -8,7 +8,7 @@ version: 42.3.3 **Notable changes** ### Known issues -- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) +- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.6 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) ### Changed - fix: Removed loggerFile and loggerLevel configuration. While the properties still exist. diff --git a/docs/_posts/2022-04-15-42.3.4-release.md b/docs/_posts/2022-04-15-42.3.4-release.md index a62b60590e..84f50d9075 100644 --- a/docs/_posts/2022-04-15-42.3.4-release.md +++ b/docs/_posts/2022-04-15-42.3.4-release.md @@ -8,7 +8,7 @@ version: 42.3.4 **Notable changes** ### Known issues -- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) +- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.6 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) ### Changed - fix: change name of build cache [PR 2471](https://github.com/pgjdbc/pgjdbc/pull/2471) diff --git a/docs/_posts/2022-05-04-42.3.5-release.md b/docs/_posts/2022-05-04-42.3.5-release.md index 58684a07e4..3a54d5e56d 100644 --- a/docs/_posts/2022-05-04-42.3.5-release.md +++ b/docs/_posts/2022-05-04-42.3.5-release.md @@ -7,7 +7,7 @@ version: 42.3.5 --- **Notable changes** ### Known issues -- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) +- Regression since 42.3.2: "cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.6 (see [PG #2377](https://github.com/pgjdbc/pgjdbc/pull/2377)) ### Changed - test: polish TimestampUtilsTest