Skip to content

Commit

Permalink
doc: fix release version for #2377 (it should be 42.3.6, not 42.3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed May 24, 2022
1 parent ca17f79 commit c9c268f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/2022-02-01-42.3.2-release.md
Expand Up @@ -8,7 +8,7 @@ version: 42.3.2

**Notable changes**
### Known issues
- Regression since 42.3.2: "cursor <unnamed portal 1> 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 <unnamed portal 1> 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,
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2022-02-15-42.3.3-release.md
Expand Up @@ -8,7 +8,7 @@ version: 42.3.3
**Notable changes**

### Known issues
- Regression since 42.3.2: "cursor <unnamed portal 1> 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 <unnamed portal 1> 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2022-04-15-42.3.4-release.md
Expand Up @@ -8,7 +8,7 @@ version: 42.3.4

**Notable changes**
### Known issues
- Regression since 42.3.2: "cursor <unnamed portal 1> 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 <unnamed portal 1> 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2022-05-04-42.3.5-release.md
Expand Up @@ -7,7 +7,7 @@ version: 42.3.5
---
**Notable changes**
### Known issues
- Regression since 42.3.2: "cursor <unnamed portal 1> 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 <unnamed portal 1> 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
Expand Down

2 comments on commit c9c268f

@davecramer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm I think I need to update the website for this

@vlsi
Copy link
Member Author

@vlsi vlsi commented on c9c268f Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me investigate the CI duration first. If the change brings a regression, then we don't want to advertise it as a regression fix :)

Please sign in to comment.