Releases: ozontech/pg_doorman
Releases · ozontech/pg_doorman
2.2.2 (Aug 17, 2025)
2.2.1 (Aug 6, 2025)
Features:
- Improve Prometheus exporter functionality
2.2.0 (Aug 5, 2025)
Features:
- Added Prometheus exporter functionality that provides metrics about connections, memory usage, pools, queries, and transactions
2.1.2 (Aug 4, 2025)
Features:
- Added docker image
ghcr.io/ozontech/pg_doorman
2.1.1 (Aug 4, 2025)
Features:
- public docker images
2.1.0 (Aug 1, 2025)
Features:
- The new command
generateconnects to your PostgreSQL server, automatically detects all databases and users, and creates a complete configuration file with appropriate settings. This is especially useful for quickly setting up PgDoorman in new environments or when you have many databases and users to configure.
2.0.1 (Jul 24, 2025)
- Fix "memory-leak" while processing client messages.
2.0.0 (Jul 22, 2025)
- Added
tls_modeconfiguration option to enhance security with flexible TLS connection management and client certificate validation capabilities.
1.9.0 (Jul 20, 2025)
- Added pam auth support.
- Added
talos(yet another jwt auth support). - When using the COPY protocol, if a row contains a large column, pg_doorman may run out of memory. Now this happens when streaming, when the response is not stored in memory.
- Updating rust and tokio.