Comparing v1.2.0...v1.3.0 · BabelQueue/babelqueue-node · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BabelQueue/babelqueue-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: BabelQueue/babelqueue-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 19, 2026

  1. feat(redrive): DLQ redrive tooling — safe replay (ADR-0026) (#3)

    The Node mirror of babelqueue-go/redrive.go. Since the core is codec-only, redrive(io, dlq, opts) takes a small RedriveIO (pop/publish) over the caller's transport, and resetForRedrive(env) is the pure core: strip dead_letter, attempts->0, preserve job/trace_id/data/meta. Options toQueue (sandbox), max, dryRun, select. Drains-then-processes; restores skipped/dry-run/undecodable bodies; restores + re-throws on a publish failure. A normal root export (no dependency). Envelope frozen (GR-1); Replay-Bypass header is a documented phase two.
    muhammetsafak authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    3008886 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.3.0

    muhammetsafak committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    11fbb7d View commit details
    Browse the repository at this point in the history
Loading