backend/v0.12.0
teamhanko/hankobackend/v0.12.0Jul 3, 2024by FlxMgdnz
AI Summary
Adds LinkedIn as a third-party identity provider and includes various dependency updates and minor improvements to the SAML provider handling.
Key Highlights
- LinkedIn is now available as a 3rd-party identity provider
- Improved SAML login metadata retrieval to prevent panics
New Features
- Added LinkedIn to social providers
- Fixed passcode email text
- Mail renderer tests updated after text changes
- Multiple dependency updates
Full Release Notes
## Highlights - LinkedIn is now available as 3rd-party identity provider. ## What's Changed * chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1454 * chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1455 * chore(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1449 * chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1456 * feat(thirdparty): add linkedin to social providers by @shentschel in https://github.com/teamhanko/hanko/pull/1463 * chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.21.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1475 * chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1465 * chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1469 * chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1481 * chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1480 * feat(saml): make getting providers from metadata non-panic by @shentschel in https://github.com/teamhanko/hanko/pull/1464 * fix: improve passcode email text by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1170 * fix: mail renderer tests after text updates by @lfleischmann in https://github.com/teamhanko/hanko/pull/1489 * chore(deps): bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1487 * chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/teamhanko/hanko/pull/1486 * chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1478 * chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/teamhanko/hanko/pull/1494 * chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1493 * chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1497 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.11.0...backend/v0.12.0