What's Changed
⚠️ Update considerations and deprecations
- Remove Kotlin extensions by @simonbasle in #2949
- Remove deprecated Mono.doOn/AfterSuccessOrError by @simonbasle in #2954
- Remove deprecated context-related operators by @simonbasle in #2953
- Change behavior of switchOnNext/switchMap default 0 prefetch by @simonbasle in #2956
- Remove deprecated ElasticScheduler by @simonbasle in #2955
- Have concatMap default to 0 prefetch behavior by @simonbasle in #2967
- Take(n) now behaves as take(n,true)/limitRequest by @simonbasle in #2969
- Deprecate [Flux|Mono|Synchronous]Sink currentContext by @simonbasle in #2974
🐞 Bug fixes
- [agent] Avoid instrumenting methods with unwrappable returnType by @simonbasle in #2973
📖 Documentation, Tests and Build
- [test] Fix flaky BoundedElasticTest with better controlled tasks by @simonbasle in #2968
Full Changelog: v3.4.16...v3.5.0-M1