Skip to content

m3u-parser 1.4.0

Latest
Compare
Choose a tag to compare
@BjoernPetersen BjoernPetersen released this 28 Oct 17:00
· 44 commits to main since this release

This is mostly a "refresher" release since over a year has passed since the last version. There shouldn't be any user-facing changes in this version.

The kotlin-logging library that's internally used on top of the SLF4J API was updated to the most recent version 5.1.0, which came with a Maven group ID and Java package name change. While that's technically a breaking change from their side, and did take some adjustments in this library's code, it shouldn't affect users of this library, because the dependency on kotlin-logging is an implementation detail and not an api dependency in Gradle. This library will no longer cause users to transitively depend on the outdated kotlin-logging version though, which is why this release exists.