Releases: RationalityFrontline/KEvent
Releases · RationalityFrontline/KEvent
v2.3.1
v2.3.0
update infrastructure:
kotlin 1.7.21 -> 1.9.22
dokka 1.7.20 -> 1.9.10
coroutines 1.6.4 -> 1.7.3
kotlin-logging 3.0.4 -> 6.0.1
kotlin-csv-jvm 1.6.0 -> 1.9.3
v2.2.0
Update infrastructure:
kotlin 1.6.20 -> 1.7.21
dokka 1.6.20 -> 1.7.20
org.javamodularity.moduleplugin 1.8.11 -> 1.8.12
coroutines 1.6.2 -> 1.6.4
kotlin-logging 2.1.23 -> 3.0.4
spek 2.0.18 -> 2.0.19
kotlin-csv-jvm 1.3.0 -> 1.6.0
v2.1.2
catch all Throwable when consuming event (previously only Exceptions are caught)
v2.1.1
change "no subscriber" log message level from warn to trace
update infrastructure:
- gradle 7.2 -> 7.5
- kotlin 1.5.31 -> 1.6.20
- javamodularity 1.8.8 -> 1.8.11
- kotlin-logging 2.0.11 -> 2.1.23
- spek 2.0.17 -> 2.0.18
v2.1.0
remove ORDERED_CONCURRENT DispatchMode
update kotlin to 1.5.31
add jar META-INF content
v2.0.1
Update kotlin to 1.5.21
v2.0.0
refactor KEvent from object to class
add subscribers get method
migrate to Maven Central
v1.0.0
update README.md