New Features
* The API has support for IdP and Stytch sessions at the same time from the OAuthAuthenticate endpoint. The IdP session is always returned, and a Stytch session can be requested by including a `session_duration_minutes` field.
Breaking Changes
* The `session_management_type` field is removed from the OAuth authenticate method, and the response is has changed. The new response can be found at https://stytch.com/docs/api/oauth-authenticate.
Fixes
* n/a
Upgrade Guide
* See breaking changes