Skip to content

Releases: Numichi/reactive-logger

v6.0.3

14 May 08:19
Compare
Choose a tag to compare

Summary: Just dependency update

What's Changed

  • build(deps): bump io.github.oshai:kotlin-logging-jvm from 6.0.4 to 6.0.9 in /reactive-logger by @dependabot in #48
  • build(deps): bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 in /reactive-logger by @dependabot in #47
  • build(deps): bump io.projectreactor:reactor-test from 3.6.4 to 3.6.5 in /reactive-logger by @dependabot in #46
  • build(deps): bump io.projectreactor:reactor-core from 3.6.4 to 3.6.5 in /reactive-logger by @dependabot in #45
  • build(deps): bump org.springframework.boot:spring-boot-starter from 3.2.4 to 3.2.5 in /reactive-logger by @dependabot in #53
  • build(deps): bump org.springframework.boot:spring-boot-starter-test from 3.2.4 to 3.2.5 in /reactive-logger by @dependabot in #52
  • build(deps): bump org.springframework.boot:spring-boot-autoconfigure from 3.2.4 to 3.2.5 in /reactive-logger by @dependabot in #51
  • build(deps): bump org.springframework.boot:spring-boot-configuration-processor from 3.2.4 to 3.2.5 in /reactive-logger by @dependabot in #50
  • build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-reactor from 1.8.0 to 1.8.1 in /reactive-logger by @dependabot in #55
  • build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.8.0 to 1.8.1 in /reactive-logger by @dependabot in #57
  • build(deps): bump kapt from 1.9.23 to 1.9.24 in /reactive-logger by @dependabot in #56
  • build(deps): bump jvm from 1.9.23 to 1.9.24 in /reactive-logger by @dependabot in #54

Full Changelog: v6.0.2...v6.0.3

v6.0.2

14 Apr 14:13
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.1 in /reactive-logger by @dependabot in #25
  • build(deps): bump org.apache.logging.log4j:log4j-api from 2.23.0 to 2.23.1 in /reactive-logger by @dependabot in #24
  • build(deps): bump kapt from 1.9.22 to 1.9.23 in /reactive-logger by @dependabot in #28
  • build(deps): bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1 in /reactive-logger by @dependabot in #27
  • build(deps): bump jvm from 1.9.22 to 1.9.23 in /reactive-logger by @dependabot in #26
  • build(deps): bump io.projectreactor:reactor-core from 3.6.3 to 3.6.4 in /reactive-logger by @dependabot in #31
  • build(deps): bump io.projectreactor:reactor-test from 3.6.3 to 3.6.4 in /reactive-logger by @dependabot in #30
  • build(deps): bump org.jmailen.kotlinter from 4.2.0 to 4.3.0 in /reactive-logger by @dependabot in #29
  • build(deps): bump org.springframework.boot:spring-boot-autoconfigure from 3.2.3 to 3.2.4 in /reactive-logger by @dependabot in #32
  • build(deps): bump org.springframework.boot:spring-boot-starter-test from 3.2.3 to 3.2.4 in /reactive-logger by @dependabot in #33
  • build(deps): bump org.springframework.boot:spring-boot-configuration-processor from 3.2.3 to 3.2.4 in /reactive-logger by @dependabot in #34
  • build(deps): bump org.springframework.boot:spring-boot-starter from 3.2.3 to 3.2.4 in /reactive-logger by @dependabot in #35
  • build(deps): bump io.github.oshai:kotlin-logging-jvm from 6.0.3 to 6.0.4 in /reactive-logger by @dependabot in #42
  • remove: unnecessary element by @Numichi in #43

v6.0.1

10 Mar 13:28
Compare
Choose a tag to compare

In version 6.0.0, two vulnerabilities have emerged on Maven Central due to misconfiguration. Due to incorrect dependency management, more packages than expected have become visible, and there are existing CVE issues associated with them.

I removed Dependeny management from gradle.

v6.0.0

07 Mar 21:18
58f3c68
Compare
Choose a tag to compare

What's Changed

v5.1.4

02 May 14:16
Compare
Choose a tag to compare

Dependencies upgrade (without any CVE issues)

v5.1.1

16 Apr 19:01
Compare
Choose a tag to compare

Upgrade dependencies version and code simplification. No change in function.

v5.1.0

29 Nov 20:23
Compare
Choose a tag to compare
  • New hook is MDCContextHook. It can be run once on before and after snapshot modes. You get the full ContextView, and there is no need to call the hook again for each type. All checks are entrusted to you.
  • MDCHook and related tools are deprecated.

v5.0.1

27 Nov 17:21
1fa621a
Compare
Choose a tag to compare

Upgrade slf4j-api dependency

v5.0.0

27 Nov 16:16
Compare
Choose a tag to compare
  • Upgrade to Spring Boot 3.x.x
  • Removed Sleuth example from the example project

v4.0.5

27 Nov 17:21
9d443cf
Compare
Choose a tag to compare

Upgrade slf4j-api dependency