Changelog
- #514 - Delay the start of the "ticks" after the first request.
- #513 - The JUnit5 RS TCK support does not handle skipping
- #512 - TCK: support TestNG SkipException
- #511 - Break dependency to mutiny-test-utils
- #509 - Bump kotlin.version from 1.4.31 to 1.4.32
- #508 - Bump revapi-maven-plugin from 0.13.5 to 0.13.6
- #507 - Fix a request / consume race when using .request(x).awaitNextItems(x)
- #506 - Bump smallrye-common-annotation from 1.5.0 to 1.6.0
- #505 - Configure CI to run the build with Java 15 and 16 (EA).
- #503 - Bump reactor-core from 3.4.3 to 3.4.4
- #502 - Bump dokka-maven-plugin from 1.4.20-dev-65 to 1.4.30
- #500 - Bump microprofile-context-propagation-api from 1.1 to 1.2
- #498 - Allow configuring a delay between two repetitions
- #497 - Rename occurrences of the master branch to main
- #496 - Rename the master branch to main
- #494 - Enhance testing utilities
- #493 - keep pushback intact on Multi.groupItems().intoLists().of(size,duration)
- #489 - Add Uni.createFrom().resourceFromUni
- #488 - Should Uni.onItemOrFailure propagate composite exceptions?
- #487 - Uni.replaceWithVoid
- #486 - Uni lacks replacing with void
- #485 - Implement Multi.createFrom().emitter(Consumer, int buffSize)
- #480 - Fix doc typos
- #479 - Fix doc typos
- #477 - Fix waiting for artefacts
- #476 - GitHub Action website deployment workflow dispatch
- #475 - Migrate Ruby GH Action
- #472 - Uni and Multi log operators
- #465 - Add possibility to wait for the next event testing utils
- #395 - Allows creation a Multi with an emitter and a buffer size
- #307 - Add a Multi.createFrom().resource method with a Supplier
- #141 - Implement logging operator
Breaking changes
Change | New API | Justification |
---|---|---|
method Multi<T> Multi<T>::log() has been introduced
| New log operator | |
method Multi<T> Multi<T>::log(String s) has been introduced
| New log operator | |
method Uni<T> Uni<T>::log() has been introduced
| New log operator | |
method Uni<T> Uni<T>::log(String s) has been introduced
| New log operator |