summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGergő Gutyina <gutyina.gergo.2@gmail.com>2026-01-11 09:23:47 +0000
committerGitHub <noreply@github.com>2026-01-11 09:23:47 +0000
commitbbba9d030a3c77669c1fd391b9050726cb1529d0 (patch)
tree9cef856b51ce7f167efca80c044cfcb5d35c5c8a /doc
parentonnx: 1.20.0 -> 1.20.1 (#478567) (diff)
parentnixos/pocket-id: convert v1 breaking changes from warnings to asserts (diff)
downloadnixpkgs-bbba9d030a3c77669c1fd391b9050726cb1529d0.tar.gz
pocket-id: 1.16.0 -> 2.1.0 (#477919)
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 ef3ea580eb25..0d999f37a294 100644
--- a/doc/release-notes/rl-2605.section.md
+++ b/doc/release-notes/rl-2605.section.md
@@ -94,6 +94,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.