Skip to content

Kustvakt version 0.67

Compare
Choose a tag to compare
@margaretha margaretha released this 25 May 09:07
· 416 commits to master since this release

** Warning **

This release includes database change on oauth2_client table, that may break previous installations using an older database dump.

New features

  • LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
  • An embedded LDAP server can now be started automatically if configured accordingly.

Important changes and updates

  • Query and user-group names have to start with alphanumeric and may contain underscores, dashes and full-stops afterwards.
  • redirect_uri has been added to client info API.
  • oauth2_client database table has new columns: registration_date, refresh_token_expiry, source and is_permitted
  • OAuth2 client registration mechanism has been updated accordingly.
  • Authorization request now works with GET and that with POST is deprecated.
  • OAuth2Client list API: redirect_uri, registration_date, permitted, source has been added to OAuth2UserClientDto
  • Authorization error response: Error and error description are now included in the client redirect URI, except for missing or invalid client id or redirect URI.

Library Updates

  • Bump spring-core from 5.3.17 to 5.3.18 in /core by @dependabot in #357
  • Bump spring.version from 5.3.17 to 5.3.18 in /core by @dependabot in #356
  • Bump jetty.version from 9.4.45.v20220203 to 9.4.46.v20220331 in /core by @dependabot in #361
  • Bump mockserver-netty from 5.13.0 to 5.13.2 in /lite by @dependabot in #362
  • Bump mockserver-netty from 5.13.0 to 5.13.2 in /full by @dependabot in #363
  • Bump hibernate.version from 5.6.7.Final to 5.6.8.Final in /full by @dependabot in #365
  • Bump spring.version from 5.3.18 to 5.3.19 in /core by @dependabot in #366
  • Bump hibernate.version from 5.6.7.Final to 5.6.8.Final in /core by @dependabot in #367
  • Bump flyway-core from 8.5.5 to 8.5.8 in /core by @dependabot in #368
  • Bump lombok from 1.18.22 to 1.18.24 in /lite by @dependabot in #369
  • Bump lombok from 1.18.22 to 1.18.24 in /full by @dependabot in #370
  • Bump lombok from 1.18.22 to 1.18.24 in /core by @dependabot in #371
  • Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /core by @dependabot in #384

Full Changelog: v0.66-release...v0.67-release