Kotest v3.1.9 Release Notes

    • ๐Ÿ”‹ Feature: Add soft assertions (#373)
    • ๐Ÿ”‹ Feature: sortedWith (and related) matchers. (#383)
    • ๐Ÿ‘Œ Improvement: Removed unnecessary Comparable<T> upper-bound from sortedWith matchers. (#389)
    • ๐Ÿ‘Œ Improvement: Improve StringShrinker algorithm (#377)
    • ๐Ÿ›  Bugfix: shouldBeBetween should be shouldBe instead of shouldNotBe (#390)
    • ๐Ÿ›  Bugfix: Fix beLeft is comparing against Either.Right instead of Either.Left (#374)
    • Internal: Naming executor services for jmx monitoring