Skip to content

Releases: micronaut-projects/micronaut-security

Micronaut Security 3.6.1

31 May 10:17
Compare
Choose a tag to compare

v3.6.1 (2022-05-31)

Full Changelog

-com.nimbusds:nimbus-jose-jwt from 9.22 to v9.23 (#1027)

Micronaut Security 3.6.0

23 May 09:28
Compare
Choose a tag to compare

v3.6.0 (2022-05-23)

Full Changelog

  • fix: IpPatternsRule UNKNOWN if HttpRequest:getRemoteAddress throws #1022
  • update micronautversion to v3.4.4 #1005

Micronaut Security 3.5.1

22 May 18:05
Compare
Choose a tag to compare

v3.5.1 (2022-05-22)

Full Changelog

Closed issues:

  • The reject-not-found javadoc is incorrect #1006
  • PasswordGrant is not sent correctly #980

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Security 3.4.1

04 Mar 08:46
Compare
Choose a tag to compare

v3.4.1 (2022-03-04)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Security 3.2.3

17 Jan 10:10
Compare
Choose a tag to compare

v3.2.3 (2022-01-17)

Full Changelog

  • fix: id token validation fails if aud contains multiple values, aud does not contain client_id and azp claim is present #902 (@sdelamo)
  • test: azp validator #901 (@sdelamo)

Micronaut Security 3.2.2

11 Jan 11:35
Compare
Choose a tag to compare

v3.2.2 (2022-01-11)

Full Changelog

  • fix: basic auth must allow password with : (#894)
  • javadoc: fix checkstyle unused import (#884)
  • test: remove println cookie (#886)
  • git: don't ignore build-logic/src/main/java/io/micronaut/build (#895)
  • build: bump io.micronaut.build.shared.settings from 5.1.0 to 5.1.1 (#896)

Micronaut Security 3.1.1

23 Nov 11:40
Compare
Choose a tag to compare

v3.1.1 (2021-11-23)

Full Changelog

Bug Fixes:

  • improve JWKS caching (#823). Close: #771

Javadoc improvements:

Test refactors:

build update:

  • Updates build to use new Micronaut build module plugins
  • Groovy version 3.0.8 to 3.0.9
  • Micronaut Test from 2.3.7 to 3.0.2
  • Micronaut Docs from 2.0.0.RC1 to 2.0.0
  • testcontainer from 1.16.0 to 1.16.2
  • Micronaut Gradle plugins from 4.1.5 to 4.2.6
  • Reactor-test from 3.4.10 to 3.4.11

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Security 3.0.2

28 Sep 08:28
Compare
Choose a tag to compare

v3.0.2 (2021-09-28)

Full Changelog

Fixes

  • Fixes regression in native image support for OpenID Connect #788. Enable native build of OpenID Connect #792 (@morki)

Docs

  • doc: same-site is case sensitive (#772) JWT Cookie "SameSite" is ignored #755
  • doc: Update section title #786 (@sdelamo)

Build and CI

Micronaut Security 3.0.1

03 Sep 11:12
Compare
Choose a tag to compare

Bump up to Micronaut 3.0.0 GA

v3.0.1 (2021-09-03)

Full Changelog

Closed issues:

  • BasicAuthUtils parser does not accept an empty password #757
  • HttpClient with OAuth2 Client Credentials doesn't work #752
  • security.redirect.prior-to-login Does not work with urls more than 1 slash #714
  • Request body is not present in SecurityRule #689

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Security 3.0.0

17 Aug 19:10
Compare
Choose a tag to compare

v3.0.0 (2021-08-13)

Full Changelog

Closed issues:

  • Release a new version compatible with Micronaut 3.0 #688

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator