Skip to content

Commit

Permalink
Update version number and create changelog for 42.3.3 (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Feb 15, 2022
1 parent 12c7fb4 commit 9effea4
Show file tree
Hide file tree
Showing 3 changed files with 658 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

[42.3.3] (2022-02-15 11:32:24 -0500)
### Changed
- fix: Removed loggerFile and loggerLevel configuration. While the properties still exist.
They can no longer be used to configure the driver logging. Instead use java.util.logging
configuration mechanisms such as `logging.properties`.

### Added

### Fixed

[42.3.2] (2022-02-01 07:35:41 -0500)
### Security
- CVE-2022-21724 pgjdbc instantiates plugin instances based on class names provided via authenticationPluginClassName,
Expand Down

3 comments on commit 9effea4

@astellingwerf
Copy link

Choose a reason for hiding this comment

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

Hi @davecramer, the changelog could do with a bit of TLC:

  1. There are no ## in front of the new versions 42.3.2 and 42.3.3, line 23 and 13 respectively.
  2. The table at the end of the file is incorrect and missing some entries:
[42.3.0]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...REL42.3.1
[42.3.1]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.0...REL42.3.1
[42.3.2]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.1...REL42.3.2
[42.3.3]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.2...REL42.3.3
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...HEAD

@davecramer
Copy link
Member Author

Choose a reason for hiding this comment

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

@astellingwerf Ya, I was a bit rushed
Thanks for the review

@davecramer
Copy link
Member Author

Choose a reason for hiding this comment

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

see #2460

Please sign in to comment.