Skip to content

Releases: agorapulse/micronaut-console

3.0.0

06 Dec 14:05
2169b3c
Compare
Choose a tag to compare
  • upgraded to Micronaut 3.x

2.0.2

26 Jan 12:05
25e7720
Compare
Choose a tag to compare

Fix issue when using micronaut security and console path isAnonymous

2.0.1

06 May 14:50
Compare
Choose a tag to compare

BREAKING CHANGE

The console is now disabled by default requires setting console.enabled to true for any environment not just cloud.

1.1.1

21 Mar 08:34
61576ae
Compare
Choose a tag to compare

What's Changed

  • skip using MicronautSecurityUserArgumentBinder when micronaut.security.enabled is set to false by @wololock in #23

New Contributors

Full Changelog: 1.1.0.1...1.1.1

1.1.0.1

17 Dec 11:33
Compare
Choose a tag to compare
  • support for Micronaut 2.x and 3.x
  • added user bindings
  • added request bindings
  • added a link to set configure headers mapping

This version is repeated release on the new OSSHR infrastructure without any code change

1.1.0

16 Dec 12:00
Compare
Choose a tag to compare
  • support for Micronaut 2.x and 3.x
  • added user bindings
  • added request bindings
  • added a link to set configure headers mapping

1.0.7

01 Jul 10:03
3260c60
Compare
Choose a tag to compare
  • new SSRF protection via optional header settings

1.0.6

05 May 09:46
63aa304
Compare
Choose a tag to compare
  • new AuthConsoleHandler which allows better tracking who executed console function code

1.0.5

28 Apr 11:42
Compare
Choose a tag to compare
  • console.until can also temporary enable console in the cloud
  • Using only Maven Central dependencies

1.0.4

18 Feb 10:04
3afdacb
Compare
Choose a tag to compare
  • improved DSL generators
    * fixed documentation