Skip to content

chore(release): v3.1.0#104

Open
morcen wants to merge 1 commit into
mainfrom
release/v3.1.0
Open

chore(release): v3.1.0#104
morcen wants to merge 1 commit into
mainfrom
release/v3.1.0

Conversation

@morcen

@morcen morcen commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Bumps the package version in composer.json from v3.0.0 to v3.1.0.

This is a MINOR release: several feat commits have landed since v3.0.0 with no breaking changes.

Features

  • feat: scaffold retry-enabled handlers for passage:controller --with-retry — generates a dedicated retry stub for passage:controller, warns on conflicting scaffold flags (closes Add --with-retry stub for passage:controller #66)
  • feat: add hmac controller stub — adds an HMAC controller stub for passage:controller

Fixes

  • fix: include query string in Passage response cache key — cached GET responses were previously keyed without the query string, causing requests with different query parameters to share a cache entry
  • fix: resolve security audit advisories by allowing Laravel 12 — widens orchestra/testbench to support Laravel 12
  • fix: make passage:list tolerate broken handlers
  • fix: return JSON for invalid base URIs
  • fix: normalize forwarded header casing for uppercase header names

The remaining commits (docs, tests, style, CI/dependency bumps) are not user-facing and don't affect the version bump decision.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --with-retry stub for passage:controller

1 participant