Skip to content

Version 3.0

Latest
Compare
Choose a tag to compare
@darold darold released this 31 Dec 16:34
· 2 commits to master since this release

2024-12-31 - Version 3.0.0

This release adds a new feature to exclude a list of users from being banned
and fixes bugs reported by users since last release.

  • Fix ban count with ssl.
  • Fix compilation with PG11.
  • Add new configuration variable to exclude some users from being banned.
    With credcheck.whitelist_auth_failure you can set a whitelist of usernames
    that must be excluded from this behavior. Example of use:
    credcheck.whitelist_auth_failure = 'appuser1,appuser2'
    Thanks to Kennycwc for the feature request.
  • Update regression test expected output.
  • Add a note about the \password command. Thanks to tsoulabail for the report.
  • Fix test for password reuse.
  • Fix pg_banned_role.roleid value. Thanks to Julien Rouhaud for the patch.
  • Move the project under HexaCluster GitHub account.
  • Update copyright year.