From 17c37f082e3e24315747990e2349cef7d72779dc Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 24 Oct 2025 12:46:51 +0200 Subject: [PATCH] Update changelog for 0.5 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2af32..7518fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## 0.5.0 (2025-10-23) +## 0.5.0 (2025-10-24) -- Update to latest ACP JSON Schema +- Provide access to an `AbortSignal` and `closed` promise on connections so you can wait for the connection to close and handle any other cleanup tasks you need for a graceful shutdown. https://github.com/agentclientprotocol/typescript-sdk/pull/11 +- Allow for more customization of error messages: https://github.com/agentclientprotocol/typescript-sdk/pull/12 +- Update to latest ACP JSON Schema: https://github.com/agentclientprotocol/typescript-sdk/pull/10 ## 0.4.9 (20205-10-21)