-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
731114a
commit dd2309e
Showing
5 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: post | ||
title: "pgagroal 1.6.0" | ||
date: 2024-02-22 | ||
categories: release announcement | ||
--- | ||
|
||
This is a feature release. | ||
|
||
### Features | ||
|
||
* Support for CLI/JSON output | ||
* Support for client certificates (Experimental) | ||
* Introduce subcommand config-get | ||
* Introduce subcommand config-set | ||
* Add a max_connection_age setting | ||
* Mac OS X support | ||
|
||
### Enhancements | ||
|
||
* Improve error messages for configuration | ||
* Detect invalid pgagroal_users.conf file | ||
* Better handling of pgagroal_databases.conf | ||
|
||
### Bugs | ||
|
||
* Fix exit code handling in pgagroal_cli | ||
* Fix Prometheus output for certain metrics | ||
|
||
### Thanks to | ||
|
||
* @fluca1978: #209, #253, #328, #329, #330, #334, #337, #339, #340, #355, #356, #381, #382, #385, #386, #390, #399, #401 | ||
* @SudeepRed: #190, #312 | ||
* @2010YOUY01: #325 | ||
* @ashu3103: #393 | ||
* @hao-tian-xu: #361 | ||
* @nikitabugrovsky: #366 | ||
|
||
### Download | ||
|
||
* [Source code](https://github.com/agroal/pgagroal/releases/download/1.6.0/pgagroal-1.6.0.tar.gz) | ||
* [RPM](https://yum.postgresql.org) for Fedora 38/39, RHEL 8.x/9.x, RockyLinux 8.x/9.x and SEL 12 | ||
* [OpenSUSE](https://software.opensuse.org/download.html?project=server:database:postgresql&package=pgagroal) 15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters