From 095e6688353f7b8c9bf3733905e4b0787f6ec257 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 31 Aug 2026 21:12:23 +0530 Subject: [PATCH] docs(changelog): name unreadable database certificate files --- changelog.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index e455af7..024a6aa 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,6 +7,17 @@ description: "Stay up to date with the latest agentsfleet product updates, new f agentsfleet is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [agentsfleet@agentmail.to](mailto:agentsfleet@agentmail.to) if you want a hand calibrating an agent or to join as a design partner. + + ## An unreadable PostgreSQL certificate file names itself at startup + + An unreadable certificate path in `DATABASE_URL_MIGRATOR` used to surface only as `No such file or directory` after the database server answered. The error now names the variable, certificate parameter, and path before `agentsfleetd migrate` opens a database connection. + + ## Bug fixes + + - **Certificate file errors identify the setting** — `sslrootcert`, `sslcert`, and `sslkey` failures name `DATABASE_URL_MIGRATOR`, the canonical parameter, and the unreadable path under `UZ-INTERNAL-001`. + - **Malformed inline certificate data stays out of errors** — PEM-like values are redacted instead of being printed as file paths. + + ## Every command answers a mistyped invocation the same way