Skip to content

4.3.1

Choose a tag to compare

@devondragon devondragon released this 22 Mar 23:02
· 30 commits to main since this release

Bug Fixes

  • WebAuthn MariaDB compatibility: Use Length.LONG32 for byte[] columns (attestationObject, attestationClientDataJson, publicKey) to fix MariaDB row size limit errors when using inline VARBINARY (#286, #287)
  • OAuth2 DSUserDetails attributes: Populate DSUserDetails.getAttributes() from the OAuth2 provider response, fixing cases where attributes were empty after login (#285)
  • Dependencies: Remove redundant webauthn4j-core direct dependency that was already transitively included

Maintenance

  • Lombok: Bump from 1.18.42 to 1.18.44
  • Tests: Add Testcontainers schema validation tests for MariaDB and PostgreSQL to verify column type mappings

Full Changelog

4.3.0...4.3.1