What's Changed
Adds Saloon v4 support. Saloon v4 is a security-focused release (CVE-2026-33942, CVE-2026-33182, CVE-2026-33183) with no functional API changes — generated SDKs work identically on both v3 and v4.
Added
- Saloon v4 support: upgraded
saloonphp/saloonto^4.0andsaloonphp/laravel-pluginto^4.0 - Generated SDKs now accept both Saloon v3 and v4 (
^3.0|^4.0)
Fixed
- Multi-authenticator connectors now correctly use
defaultAuth()instead ofgetAuthenticator(), consistent with single-authenticator behavior and Saloon's intended override pattern
Credits
- Thanks to @Sammyjo20 for the Saloon v4 upgrade in PR #40
Installation
composer global require crescat-io/saloon-sdk-generatorFull Changelog: v1.5.0...v1.6.0