What's Changed
- [2743] Migrate internal use of CircuitBreaker double to duration by @mjmoore in #2748
- Fix typo by @valery1707 in #2824
- Make the server disconnect test more general by @lukasz-kalnik-gcx in #2822
- Update NonEmptyList.fromList deprecation to suggest
toOption()
instead by @StylianosGakis in #2832 - Improve Either.getOrHandle() docs by @lukasz-kalnik-gcx in #2833
- Correct
addressStrees
->addressStreet
in optics documentation by @vikrem in #2836 - Arrow Fx: deprecate Platform#composeError, never and unit() by @nomisRev in #2837
- Backport Optics KSP plugin NPE on multiplatform fix by @cvb941 in #2840
- Refactor - #2812 sequence separate performance by @Khepu in #2818
- Use
super
equals and hashCode overrides for NonEmptyList by @RusticFlare in #2825 - Resource API deprecation, and preparation for 2.x.x. & back port improvements by @nomisRev in #2847
- introduce iterable.toNonEmptyListOrNone() by @myuwono in #2843
- [PROPOSAL] Either API deprecation, and preparation for 2.x.x by @nomisRev in #2830
- Use major versions in GitHub Actions by @serras in #2849
- Weaken Either monoid dependencies to only require a semigroup on left by @mjvmroz in #2845
- Do not reuse the name of the file in Optics KSP by @serras in #2850
- Additional deprecations, and backports for JVM by @nomisRev in #2856
- Update various versions by @serras in #2852
- Add CountDownLatch by @nomisRev in #2854
- Add CyclicBarrier by @nomisRev in #2857
- Temp rollback error handling deprecations until 1.2.x by @nomisRev in #2858
- Setup Kover as test coverage tool by @MarkMarkyMarkus in #2793
- Fix Monad.either binary combat by @nomisRev in #2867
- Backport: MPP No Trace by @nomisRev in #2869
New Contributors
- @mjmoore made their first contribution in #2748
- @valery1707 made their first contribution in #2824
- @lukasz-kalnik-gcx made their first contribution in #2822
- @StylianosGakis made their first contribution in #2832
- @vikrem made their first contribution in #2836
- @cvb941 made their first contribution in #2840
- @RusticFlare made their first contribution in #2825
- @mjvmroz made their first contribution in #2845
- @MarkMarkyMarkus made their first contribution in #2793
Full Changelog: 1.1.3...1.1.4-rc.3