From c70d4a29eb2f77703ca7655d6d20ba90368b20d5 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 22 May 2026 14:54:40 +0100 Subject: [PATCH] CHANGELOG: Backfill 1.9.1 updates Some updates for 1.9.1 were missed, and are backfilled in this commit. --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3cb9c4..6b633ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## 1.9.1 + +## Improvements + +- The Gitoxide dependencies were updated after vulnerabilities were found and + reported in a number of its crates. Also, the filtering of references in + `radicle-fetch` is expected to perform better. ## Fixed Bugs @@ -16,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 database that was written to by `radicle-node`, it does not recognize these addresses. Address entries of a node that do not parse are now skipped. +- When attempting to load systemd credentials, a misleading warning was logged. + This case is now handled correctly, and does not emit a warning. +- Since Radicle 1.9.0, the `rad` CLI uses the `ssh-agent-lib` crate for + communication with the SSH agent. We received a bug report by a user, + regarding failure to run `rad auth` when there were SSH certificates loaded in + their SSH agent. We quickly identified this cause and got in touch with + [Wiktor Kwapisiewicz](https://metacode.biz/@wiktor), the maintainer of + `ssh-agent-lib`. After a fresh release of `ssh-agent-lib` we updated our + dependency and communication with SSH agents that have SSH certificates loaded + now works as intended. Thanks Wiktor! ## 1.9.0