Skip to content

Releases: agorapulse/micronaut-log4aws

4.0.1

07 Oct 14:41
b301606
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Dec 12:14
2e7b1b1
Compare
Choose a tag to compare
  • Upgraded to Micronaut 4.x and Java 17

3.0.0

11 Aug 15:16
e397ec7
Compare
Choose a tag to compare
  • enforcing versions from Micronaut BOM that forces Slf4j 1.7.x
  • using log4j-slf4j-impl instead of log4j-slf4j18-impl because of the change above

Sentry lib upgrade to 6.16.0

23 Mar 16:19
cd509aa
Compare
Choose a tag to compare
Merge pull request #35 from agorapulse/chore/sentry-dependency-upgrade

Upgrade sentry dependency from 5.7.0 to 6.16.0

2.0.9

15 Jul 12:37
7fda526
Compare
Choose a tag to compare
  • longer timeout for sentry flush

2.0.8

11 Jul 14:28
ecc43af
Compare
Choose a tag to compare

BREAKING CHANGE: removed the Logging* interface as they fails when deployed

2.0.7

27 Jun 09:31
cfacba0
Compare
Choose a tag to compare
  • helper classes and interfaces to ensure logging

2.0.6

24 May 14:27
d47d165
Compare
Choose a tag to compare
  • TagHelper class to handle MDC
  • use MDC based filter with setting sentry.filter.type to mdc
  • use reactive-based filter with setting sentry.filter.type to reactive

2.0.5

06 May 13:29
7d6c6b5
Compare
Choose a tag to compare
  • another way to handle sentry scopes

2.0.4

05 May 15:54
292abc9
Compare
Choose a tag to compare
  • simplified sentry filter scope handling