Releases: poodlelab/tracebag
Release list
v0.1.3
What's Changed
Other changes
- Upgrade Tracebag and demo to .NET 10 by @poodlelab in #29
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Other changes
- session-first concept by @poodlelab in #27
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Documentation and maintenance
- Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.28 to 8.0.29 by @dependabot[bot] in #5
- Bump @astrojs/check from 0.9.6 to 0.9.9 in /website in the website-compatible group by @dependabot[bot] in #22
Other changes
- chore: keep Dependabot updates reviewable by @poodlelab in #21
- chore: update .NET 8 packages to 8.0.29 by @poodlelab in #25
- Prepare Tracebag 0.1.1 usability release by @poodlelab in #26
New Contributors
- @poodlelab made their first contribution in #21
- @dependabot[bot] made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
Tracebag v0.1.0
Tracebag v0.1.0 is the first public release of the self-hosted debugging workspace for Dockerized .NET applications.
Highlights
- Explicit-label Docker discovery with retained, searchable container logs.
- Live and durable .NET runtime counters for CPU, allocation, GC, memory, contention, and ThreadPool pressure.
- Bounded stack snapshots, EventPipe traces, GC dumps, and explicitly gated full dumps.
- Incident timelines that keep logs, Docker state, notes, counters, diagnostics, and local analysis together.
- An included demo API with bounded CPU, allocation, contention, starvation, latency, exception, and downstream-failure scenarios.
Install and try it
Tracebag needs Docker API access to inspect opted-in workloads and launch fixed diagnostic runners. Run it only on a host you control, keep the console on localhost or behind a trusted HTTPS proxy, and read the security model before installation.
Published artifacts
All five GHCR images are published for linux/amd64 and linux/arm64. The immutable 0.1.0 manifests include SBOM and provenance attestations and are signed with the repository's GitHub Actions OIDC identity. The attached Compose files and environment example match this tag exactly.
See the full changelog for the complete feature list.