Releases: agorapulse/micronaut-console
Releases · agorapulse/micronaut-console
3.0.0
- upgraded to Micronaut 3.x
2.0.2
Fix issue when using micronaut security and console path isAnonymous
2.0.1
BREAKING CHANGE
The console is now disabled by default requires setting console.enabled
to true
for any environment not just cloud
.
1.1.1
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
- 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
- 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
- new SSRF protection via optional header settings
1.0.6
- new
AuthConsoleHandler
which allows better tracking who executed console function code
1.0.5
console.until
can also temporary enable console in the cloud
- Using only Maven Central dependencies
1.0.4
- improved DSL generators
* fixed documentation