118 wires and counting
$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

$ status

wire 2026-05-16
stories 14

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

FORTIFY PATCHES PASSKEY REGRESSION, MCP PREPS CLIENT LIBRARY

By RepoJournal · Filed · About Laravel · Composed from the cited sources · methodology

Fortify shipped a hotfix overnight for a passkey configuration bug that broke application overrides, while the MCP server team extracted protocol versions into a shared enum ahead of the incoming client library.

Fortify v1.37.2 landed this morning to fix a regression introduced just one release ago [1]. The bug prevented applications from overriding default passkey confirmation settings, a breaking change that would have forced teams to either revert or work around the constraint [2]. This is a patch you should pull immediately if you're running 1.37.1 and using passkeys in authentication flows.

On the MCP front, the team is laying groundwork for the client library [3]. Protocol version management was hardcoded into the server, but now both client and server need to speak the same language during the initialize handshake [4]. Extracting versions to a shared enum prevents duplication and ensures neither side drifts. This is infrastructure work that clears the path for client-side shipping.

Fortify also hardened its CI/CD pipeline by pinning GitHub Actions to commit SHAs and adding Dependabot config [5]. This is good security hygiene that more packages should adopt. Maestro continues steady work on branch main with no breaking changes or surprises.

Quick answers

What shipped in Laravel on May 16, 2026?
Fortify shipped a hotfix overnight for a passkey configuration bug that broke application overrides, while the MCP server team extracted protocol versions into a shared enum ahead of the incoming client library. In total, 7 commits, 5 pull requests, and 2 releases landed.
Who contributed to Laravel on May 16, 2026?
2 developers shipped this update, including benbjurstrom and pushpak1300.
What were the notable Laravel updates?
v1.37.2, [1.x] Fix passkey password confirmation defaults, and Extract protocol versions to shared enum for client reuse.