From c28e7f1776d36fd02c1d3af0e3b27ec39207093f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 21 May 2025 22:57:48 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b964e869..d292543a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 0.2.125 +- Breaking change: Bedrock ARN passed to `ANTHROPIC_MODEL` or `ANTHROPIC_SMALL_FAST_MODEL` should no longer contain an escaped slash (specify `/` instead of `%2F`) +- Removed `DEBUG=true` in favor of `ANTHROPIC_LOG=debug`, to log all requests + ## 0.2.117 -- Breaking change: --print JSON output now returns nested message objects, for forwards-compatability as we introduce new metadata fields +- Breaking change: --print JSON output now returns nested message objects, for forwards-compatibility as we introduce new metadata fields - Introduced settings.cleanupPeriodDays - Introduced CLAUDE_CODE_API_KEY_HELPER_TTL_MS env var - Introduced --debug mode