auth0 / go-auth0

Go SDK for the Auth0 Management API.
https://auth0.com
MIT License
141 stars 55 forks source link

Add `strategy_version` support to required connections in Connection Manager #443

Closed acwest closed 2 months ago

acwest commented 2 months ago

🔧 Changes

Add the strategy_version option to the Connection types which should support it, but currently don't. These include:

📚 References

🔬 Testing

📝 Checklist

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.71%. Comparing base (5b0aac1) to head (c1dcb98).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #443 +/- ## ========================================== + Coverage 95.67% 95.71% +0.03% ========================================== Files 49 49 Lines 8187 8207 +20 ========================================== + Hits 7833 7855 +22 + Misses 237 235 -2 Partials 117 117 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.