114 wires and counting

$ follow HashiCorp

Keep up with HashiCorp in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-08
stories 14

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Consul API gateway backport isolates failing routes

By RepoJournal · Filed · About HashiCorp

A backported fix stops a single misconfigured route from taking down an entire API gateway listener.

Consul's API gateway discovery-chain synthesis now isolates failures per route. In a backport [1], if a single route on a listener fails to compile, synthesis skips and logs that route instead of discarding the entire listener's routing config. Previously, a genuine backend misconfiguration on one route would break every correctly-configured route sharing that listener. The fix is a backport, so it applies to supported release branches.

Security fixes landed across Consul and its tooling for dependencies qs, xmldom, fast-uri, and @babel/runtime. Consul patched qs, xmldom, and fast-uri [2]; ember-cli-api-double patched qs and @babel/runtime [3]. If your build pulls these packages transitively, update to the patched versions to close the vulnerabilities.

Documentation for cluster snapshot retention now removes tier names in favor of "non-development" to stay accurate if cluster tiers are renamed again [4]. The docs repos also ran their standard automated sync between public and private copies [5].

Quick answers

What shipped in HashiCorp on September 8, 2026?
A backported fix stops a single misconfigured route from taking down an entire API gateway listener. In total, 9 commits and 5 pull requests landed.
Who contributed to HashiCorp on September 8, 2026?
4 developers shipped this update, including hashibot-web, Jonathan Frappier, mrgupta7, and rishabh-gupta-hashicorp.
What were the notable HashiCorp updates?
fix: backport api-gateway error bulkheading, fix sec vuln for qs, xmldom and fast-uri, and fix sec vuln for qs, @babel/run time.