Changelog
- #863 - Avoid overflow when using ChronoUnit.FOREVER with the memoize operator
- #862 - Long overflow when using memoize() with ChronoUnit.FOREVER.getDuration()
- #861 - Add the ability not to clear certain versions
- #859 - Multi replay operator (experimental API)
- #856 - Bump logback-classic from 1.2.10 to 1.2.11
- #855 - Bump awaitility from 4.1.1 to 4.2.0
- #854 - Run tests in random order
- #851 - Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12
- #849 - Bump smallrye-build-parent from 34 to 35
- #844 - Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11
- #842 - Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10
- #841 - Limit the javadocs to the public API
- #840 - Limit javadocs to the public API
- #837 - Bump smallrye-common-annotation from 1.8.0 to 1.9.0
- #836 - JPMS open modules do not export packages
- #835 - Issue with the new mutiny module-info.java (1.3.1)
- #831 - Avoid
Uni.join().first(unis).toTerminate()
with a concurrency limit - #830 - Uni.join().first(unis).toTerminate() must not support concurrency limit
- #829 - Limit concurrency in Uni.combine().all()
- #825 - Limit Uni.join().{all,first}() concurrency
- #824 - Fix a Kotlin test timing issue due to slow starting coroutines
- #822 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
- #819 - Reduce MutinySchedulerTest flakiness in CI
- #816 - MultiAsFlowTest flaky test in CI
- #767 - Clearing RevAPI justifications and non-main release branches
- #699 - Uni.{join,combine} shall limit concurrency
- #536 - Add ability to replay last N items of a Multi on subscription, or emit something predefined if nothing has been emitted yet
- #158 - Improve combination/merging/concatenation API