summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2026-01-08 12:30:46 +0100
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2026-01-08 12:40:36 +0100
commita6db2b8ed64017494c14bc122cf5406a319756ae (patch)
treec079d1a15880949a658b58e937e5bb342dbf1908 /doc
parentnixos/pocket-id: set ENCRYPTION_KEY in test (diff)
downloadnixpkgs-a6db2b8ed64017494c14bc122cf5406a319756ae.tar.gz
pocket-id: 1.16.0 -> 2.1.0
The version 2 release contains breaking changes. See https://pocket-id.org/docs/setup/major-releases/migrate-v2.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/rl-2605.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md
index 41551208e0c0..c978cd8d338a 100644
--- a/doc/release-notes/rl-2605.section.md
+++ b/doc/release-notes/rl-2605.section.md
@@ -81,6 +81,8 @@
- If you previously used `configFile`, migrate your configuration to the `settings` option and extract the private key to a separate file referenced by `PrivateKeyPath`.
- If you previously used `persistentKeys`, convert your keys to PEM format and store them in a secure location accessible only to root, then reference them via `PrivateKeyPath`.
+- `pocket-id` has been updated to version 2 that contains [breaking changes](https://pocket-id.org/docs/setup/major-releases/migrate-v2).
+
- `asio` (standalone version of `boost::asio`) has been updated from 1.24.0 to 1.36.0. Some breaking changes were introduced between these
two versions, and the one affected most was the removal of `asio::io_service` in favor of `asio::io_context` in 1.33.0. `asio_1_32_0` is
retained for packages that have not completed migration. `asio_1_10` has been removed as no packages depend on it anymore.