about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
author1000101 <b1000101@pm.me>2023-07-22 12:49:23 +0200
committerGitHub <noreply@github.com>2023-07-22 12:49:23 +0200
commitf63d863fde0106cb2380de182a1e217e339abe12 (patch)
treeed7d25c486ffab2d33b3b7fae92c81de0b0c0b0b /nixos/doc
parent7e1e290b9fa6c66e69ffe9dc8f133ec369e9db7a (diff)
downloadnixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar.gz
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar.bz2
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar.lz
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar.xz
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.tar.zst
nixlib-f63d863fde0106cb2380de182a1e217e339abe12.zip
nixos/pgbouncer: init (#241578)
Co-authored-by: Marek Mahut <marek.mahut@gmail.com>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index a3208013fce3..18b93bbd3687 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -24,12 +24,15 @@
 
 - [Apache Guacamole](https://guacamole.apache.org/), a cross-platform, clientless remote desktop gateway. Available as [services.guacamole-server](#opt-services.guacamole-server.enable) and [services.guacamole-client](#opt-services.guacamole-client.enable) services.
 
+- [pgBouncer](https://www.pgbouncer.org), a PostgreSQL connection pooler. Available as [services.pgbouncer](#opt-services.pgbouncer.enable).
+
 - [trust-dns](https://trust-dns.org/), a Rust based DNS server built to be safe and secure from the ground up. Available as [services.trust-dns](#opt-services.trust-dns.enable).
 
 - [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
 
 - [ebusd](https://ebusd.eu), a daemon for handling communication with eBUS devices connected to a 2-wire bus system (“energy bus” used by numerous heating systems). Available as [services.ebusd](#opt-services.ebusd.enable).
 
+
 ## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
 
 - The `boot.loader.raspberryPi` options have been marked deprecated, with intent for removal for NixOS 24.11. They had a limited use-case, and do not work like people expect. They required either very old installs ([before mid-2019](https://github.com/NixOS/nixpkgs/pull/62462)) or customized builds out of scope of the standard and generic AArch64 support. That option set never supported the Raspberry Pi 4 family of devices.