Releases: micedre/keycloak-mail-whitelisting
Releases · micedre/keycloak-mail-whitelisting
2.1
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
What's Changed
- Block domain list by @henriqueokomura in #61
- feat: adding support for Keycloak 22 by @w-osilva in #67
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #62
New Contributors
- @henriqueokomura made their first contribution in #61
- @w-osilva made their first contribution in #67
- Special mention to @bardyguillaume for his PR
Full Changelog: 1.5...1.6
1.5
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
Full Changelog: 1.3...1.4
1.3.3
Ossrh profile should be explicitly enabled Fixes GPG issue building #31 Signed-off-by: Cédric Couralet <[email protected]>
1.3
Release 1.2
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
- 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
- Initial version