Changelog
Version history for DebugBundle — product updates, SDK changes, and API additions.
Track what's new, changed, and fixed in DebugBundle. This page covers product-level changes. For detailed SDK changelogs, see the individual SDK package release notes.
Format
This changelog follows Keep a Changelog conventions:
- Added — New features and capabilities
- Changed — Changes to existing functionality
- Fixed — Bug fixes
- Removed — Removed features
- Security — Security improvements
[Unreleased]
[1.5.3] - 2026-06-19
Changed
- Published the shared contract and JavaScript SDK patch line at
@debugbundle/shared-types@1.3.1,@debugbundle/redaction@1.3.1,@debugbundle/sdk-node@1.3.1, and@debugbundle/sdk-browser@1.3.1. - Published the canonical server-SDK patch line at
debugbundle-python@1.1.2,debugbundle/sdk-php@1.1.2,github.com/debugbundle/debugbundle-go@v1.1.1,debugbundle@1.1.2,com.debugbundleJava SDK1.1.1, and the NuGetDebugBundle.*package family at1.1.1. - Promoted the root
debugbundlerepository release line to1.5.3and synchronized the hosted dogfooding manifests to the published JS SDK patch line.
Fixed
- Reduced malformed hosted ingestion rejects by normalizing installed SDK envelope drift server-side while the patched SDK releases move custom app context into envelope
context, remove legacy request payload extras, and preserve redaction on the canonical event path.
[0.1.3] - 2026-05-22
Added
- Canonical root-repository GitHub Releases on
v*tags so thedebugbundlemonorepo now has a product-level public release surface alongside the package-specific CLI, MCP, shared-package, and SDK releases. - Official GitHub Releases for the standalone JavaScript SDK repo, Python SDK repo, and WordPress plugin repo, including installable WordPress ZIP assets.
Changed
- Defined the root
debugbundlerepository version as the canonical public DebugBundle product release number used by the public site and product changelog. - Published the current WordPress plugin release through GitHub Releases while keeping WordPress.org directory publication as a separate follow-up.
Security
- Hardened OAuth state validation by switching GitHub install and web-session callback comparisons to constant-time checks.
- Hardened browser trace propagation matching by removing caller-provided regular expressions from the allowlist path and keeping string-only matching.
[0.1.2] - 2026-05-13
Added
- Local-first onboarding for full capture-to-investigation workflows without a cloud account.
- Connected-mode dual-source retrieval with
--sourcenarrowing and cloud artifact caching. - CLI local processing, MCP local-store parity, incident lifecycle actions, probes, webhooks, alerts, billing, and self-hosting.
Changed
- Project setup now produces a
.debugbundle/scaffold instead of flat config files. - SDK initialization detects local versus connected mode from project configuration.
- Bundle generation remains deterministic for the same normalized source inputs.
SDK Versions
| SDK | Version | Status |
|---|---|---|
@debugbundle/sdk-node | 1.3.1 | Shipped |
@debugbundle/sdk-browser | 1.3.1 | Shipped |
debugbundle-python | 1.1.2 | Shipped |
debugbundle/sdk-php | 1.1.2 | Shipped |
github.com/debugbundle/debugbundle-go | v1.1.1 | Shipped |
debugbundle (Ruby gem) | 1.1.2 | Shipped |
debugbundle-wordpress | 1.2.3 | Shipped via GitHub Releases |
com.debugbundle Java SDK family | 1.1.1 | Shipped on Maven Central |
DebugBundle.Sdk plus DebugBundle.* integrations | 1.1.1 | Shipped on NuGet |
com.debugbundle:debugbundle-android package family | 1.1.0 | Shipped on Maven Central |
github.com/debugbundle/debugbundle-swift / CocoaPods DebugBundle | v0.1.1 / 0.1.1 | Shipped via Swift Package Manager and CocoaPods |
@debugbundle/sdk-react-native | 1.1.0 | Shipped on npm |
Next Steps
- What's New — Blog posts about product updates
- Installation — Get started with the latest version
- FAQ — Frequently asked questions