This is the 13th release of Reactor 3.1, part of Bismuth-SR14 Release Train.
This is a recommended update for all Reactor 3.1 users.
✨ New features and improvements
- Make
expectAccessibleContextwork withinitialContextfromStepVerifier(#1417) - Even though this method aims at checking was is readable in the context, if there is no chain of operators and the Publisher is just a source one, then
StepVerifiernow ties back to theContextprovided in the options.
🪲 Bug fixes
- Fix request accounting in onBackpressureLatest (#1430)