Skip to content

Commit ed06fc9

Browse files
docs: changelog entries for 6 PRs (May 12 afternoon batch)
CHANGELOG entries for: #3230 (prune timer), #3231 + #3238 (aria i18n), #3232 (quickstart), #3233 + #3235 (competitive threat), #3239 (ACP tenantId fix).
1 parent 6d5df8c commit ed06fc9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The ACP (Agent Control Protocol) cutover is complete. This release removes the t
4949
- **Dashboard budget progress bars** β€” budget bars with spend summary in cost page ([#3183](https://github.com/OneStepAt4time/aegis/pull/3183))
5050
- **Telegram verbose mode** β€” forward full CC output (thinking, tool calls, code) via `AEGIS_TG_VERBOSE=true` ([#3196](https://github.com/OneStepAt4time/aegis/pull/3196))
5151
- **Dashboard i18n string extraction** β€” string extraction for 7 remaining dashboard pages ([#3192](https://github.com/OneStepAt4time/aegis/pull/3192))
52+
- **Dashboard aria-label i18n** β€” 152 aria-label translation keys added + batch 2 component replacements (20 files, 37 calls) ([#3231](https://github.com/OneStepAt4time/aegis/pull/3231), [#3238](https://github.com/OneStepAt4time/aegis/pull/3238), refs [#3229](https://github.com/OneStepAt4time/aegis/issues/3229))
5253

5354
### Changed
5455

@@ -132,6 +133,7 @@ The ACP (Agent Control Protocol) cutover is complete. This release removes the t
132133
- **strictRBAC config** β€” enforce RBAC on protected endpoints even when auth is disabled via `AEGIS_STRICT_RBAC=true` ([#3211](https://github.com/OneStepAt4time/aegis/pull/3211), closes [#3208](https://github.com/OneStepAt4time/aegis/issues/3208))
133134
- **SessionMonitor in containers** β€” start sessionMonitor during container boot ([#3204](https://github.com/OneStepAt4time/aegis/pull/3204), closes [#3189](https://github.com/OneStepAt4time/aegis/issues/3189))
134135
- **Telegram stale getUpdates** β€” clear stale `getUpdates` on startup to prevent 409 Conflict errors ([#3199](https://github.com/OneStepAt4time/aegis/pull/3199))
136+
- **StaticRateLimiter prune timer** β€” periodic eviction of expired buckets to prevent memory growth ([#3230](https://github.com/OneStepAt4time/aegis/pull/3230), closes [#3227](https://github.com/OneStepAt4time/aegis/issues/3227))
135137

136138
### Documentation
137139

@@ -174,6 +176,9 @@ The ACP (Agent Control Protocol) cutover is complete. This release removes the t
174176
- **SOC2 compliance update** β€” updated CC mapping with RBAC, OIDC, and audit v4 ([#3205](https://github.com/OneStepAt4time/aegis/pull/3205))
175177
- **Blog: What We Learned** β€” blog post on building an AI agent orchestrator ([#3200](https://github.com/OneStepAt4time/aegis/pull/3200))
176178
- **Dashboard static rate limiting docs** β€” added dashboard static rate limiting to enterprise rate limit table
179+
- **ACP tenantId alignment** β€” align unauth `tenantId` fallback with `SYSTEM_TENANT` constant ([#3239](https://github.com/OneStepAt4time/aegis/pull/3239), closes [#3237](https://github.com/OneStepAt4time/aegis/issues/3237))
180+
- **Quickstart restructure** β€” lead with 2-command `npx` + `ag run` flow in README and getting-started ([#3232](https://github.com/OneStepAt4time/aegis/pull/3232), refs [#3181](https://github.com/OneStepAt4time/aegis/issues/3181))
181+
- **Competitive threat matrix update** β€” live market data (Ruflo 49.3K⭐, OMC 33.5K⭐) + ClaudeClaw added ([#3233](https://github.com/OneStepAt4time/aegis/pull/3233), [#3235](https://github.com/OneStepAt4time/aegis/pull/3235))
177182
- **PATCH /v1/auth/keys/:id** β€” update API key role, name, and permissions without recreating ([#3212](https://github.com/OneStepAt4time/aegis/pull/3212), closes [#3207](https://github.com/OneStepAt4time/aegis/issues/3207))
178183

179184
### CI

0 commit comments

Comments
Β (0)