Skip to content

Releases: micedre/keycloak-mail-whitelisting

2.1

09 Dec 13:51
Compare
Choose a tag to compare

What's Changed

  • UX Improvement: configuration with textarea field by @smalot in #82

New Contributors

Full Changelog: 2.0...2.1

2.0

23 Dec 20:29
Compare
Choose a tag to compare
2.0

What's Changed

  • Make necessary changes for Keycloak 23 by @levinuss in #75
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.0 to 3.6.3 by @dependabot in #73
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 3.0.2.Final to 4.2.1.Final by @dependabot in #72
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #68

New Contributors

Full Changelog: 1.6...2.0

1.6

18 Sep 19:50
Compare
Choose a tag to compare
1.6

What's Changed

New Contributors

Full Changelog: 1.5...1.6

1.5

05 Aug 16:13
Compare
Choose a tag to compare
1.5

What's Changed

  • Fix for compatibility with KC 19¨+ by @micedre in #54
  • Bump wildfly-maven-plugin from 2.0.2.Final to 3.0.2.Final by @dependabot in #52
  • Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 by @dependabot in #49

Full Changelog: 1.4...1.5

1.4

18 Mar 07:48
Compare
Choose a tag to compare
1.4

What's Changed

  • Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 by @dependabot in #32
  • Bump maven-gpg-plugin from 1.6 to 3.0.1 by @dependabot in #30
  • Ossrh profile should be explicitly enabled by @micedre in #33
  • Update documentation for Keycloak 17 by @xgaia in #42
  • Add support for validating full email adress by @micedre in #46
  • Add some docs on where to find jar by @micedre in #47

New Contributors

  • @xgaia made their first contribution in #42

Full Changelog: 1.3...1.4

1.3.3

02 Aug 06:38
Compare
Choose a tag to compare
Ossrh profile should be explicitly enabled

Fixes GPG issue building #31

Signed-off-by: Cédric Couralet <[email protected]>

1.3

01 May 20:30
Compare
Choose a tag to compare
1.3

Release to maven central

Release 1.2

14 Apr 20:16
Compare
Choose a tag to compare
Add the list of authorized mails in registration forms

This work by adding the `authorizedMailDomains` attribute in the form before displaying it.

Release 1.1

03 Feb 12:03
Compare
Choose a tag to compare
  • Add support for glob patterns (thanks to @ChloeTigre)
  • avoid NPE in some cases
  • security: prevent fooexemple.org from passing (thanks to @ChloeTigre)

Version 1.0

19 Jun 06:02
Compare
Choose a tag to compare
  • Initial version