Skip to content

Releases: poodlelab/tracebag

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:20
v0.1.3
845e44b

What's Changed

Other changes

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:30
v0.1.2
8f76497

What's Changed

Other changes

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:25
v0.1.1
5416cc9

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

New Contributors

Full Changelog: v0.1.0...v0.1.1

Tracebag v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:47
v0.1.0
38770f3

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.