Skip to content

v1.6.0: Saloon v4 Support

Latest

Choose a tag to compare

@HelgeSverre HelgeSverre released this 26 Mar 20:56

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/saloon to ^4.0 and saloonphp/laravel-plugin to ^4.0
  • Generated SDKs now accept both Saloon v3 and v4 (^3.0|^4.0)

Fixed

  • Multi-authenticator connectors now correctly use defaultAuth() instead of getAuthenticator(), consistent with single-authenticator behavior and Saloon's intended override pattern

Credits

Installation

composer global require crescat-io/saloon-sdk-generator

Full Changelog: v1.5.0...v1.6.0