Skip to content

Commit 3da4edd

Browse files
committed
docs(changelog): add entries for GenAI tracing, deployment promotion, on-demand environments
1 parent 208055f commit 3da4edd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- GenAI OTel tracing: collect and visualize AI conversations from OpenTelemetry `gen_ai.*` spans with support for Vercel AI SDK `ai.*` attribute fallbacks; includes conversation view, token usage aggregation, and tool call detail
12+
- Deployment promotion: promote deployments between environments with environment protection settings (required reviewers, branch restrictions)
13+
- On-demand scale-to-zero environments: environments sleep after configurable idle timeout and wake automatically on incoming HTTP requests via proxy integration
14+
- AI usage analytics: per-model token tracking with agent/session context, BYOK vs platform key breakdown
15+
- Vercel AI SDK tracing examples (Node.js) and Python GenAI tracing examples
16+
- AI tracing documentation page
17+
18+
### Fixed
19+
- GenAI trace token counts showed as zero: PostgreSQL `SUM(bigint)` returns `numeric` type, causing Sea-ORM `try_get::<Option<i64>>` to silently fail; added `::bigint` cast to all SUM expressions
20+
1021
### Added
1122
- Multi-node cluster support: distribute deployments across a control plane and multiple worker nodes connected via WireGuard private networking
1223
- `temps-agent` crate: worker node agent with Docker runtime, token-based authentication, and deploy/status/stop/logs API endpoints

0 commit comments

Comments
 (0)