Reactor Core v3.4.0-RC2 Release Notes
Release Date: 2020-10-12 // over 4 years ago-
๐ Reactor-Core
3.4.0-RC2
is part of2020.0.0-RC2
Release Train (codenameEuropium
).๐ This second Release Candidate brings further changes to the
Sinks
API introduced in M2 and polished in RC1.๐ This release note contains all the changes specific to RC2, as well as some forwarded changes that will be released in 3.3.11.RELEASE.
โก๏ธ โ ๏ธ Update considerations and deprecations
- Rework Sinks specs to put unsafe() at root level (#2418)
- ๐ Rename Emission to EmitResult (#2426)
- โ Remove deprecated emit API (#2377)
- ๐ Deprecate [Flux|Mono]Processor contracts entirely (#2431)
๐ฑ โจ New features and improvements
- โ Add
emitXxx(EmitFailureHandler)
Sinks API (#2377) - โ Add firstWithValue operator, alias/deprecate first (#2173)
- VoidProcessor is now a pure empty sink (#2408)
- โ Add serialized wrappers for
Sinks.Empty/Sinks.One
(#2410) - โ Add currentSubscriberCount() to
Sinks.Many|One|Empty
(#2372) - ๐ Make sinks scannable for TERMINATED (and CANCELLED) (#2394)
- โ Add directAllOrNothing/directBestEffort multicast Sinks (#2392)
- ๐ Change
GroupedFlux#key
to@NonNull
(#2397)
๐ฑ ๐ Bug fixes
- ๐ Fix concurrent terminal signal detection in
SerializedManySink
(#2412) - ๐ Fix potential integer overflow on
BoundedElasticScheduler
constructor (#2389)
๐ ๐ Documentation, Tests and Build
- correct marbles for transformDeferred (#2358)
- ๐ fix windowWithBoundary marble diagram (#2346)
- ๐ Don't blanket hide deprecated members in javadoc (#2416)
- โฌ๏ธ Bump jcstress-gradle-plugin to natively fix jar classifier (#2429)
- ๐ use a different name for the jcstress jar (#2400)
- ๐ [polish] Increase timeout duration to 1ms to avoid hiccups
- ๐ [build] Polish granularity of stacks for Nested tests
- ๐ [polish] StressSubscriber generified, track onSubscribe, initRequest
- ๐ [doc] Polish Sinks doc accounting for RC1 and RC2 latest changes (#2414)
- ๐ [test] Polish tests that use nano durations to avoid flakkyness (#2421)
๐ ๐ Thanks to the following contributors that also participated to this release