All Versions
33
Latest Version
Avg Release Cycle
37 days
Latest Release
1566 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v3.2.12.RELEASE Changes
September 03, 2019๐ Reactor-Core
3.2.12.RELEASE
is part ofCalifornium-SR11
Release Train.โก๏ธ This is a recommended update for all Reactor 3 users.
๐ฑ โจ New features and improvements
- Due to a few Throwable constants, class references could leak in multi-classloader environments. This is now avoided by skipping the filling of the stacktrace (#1872)
๐ฑ ๐ Bug fixes
- ๐
Flux#flatMap
with scalar source now supports onErrorContinue (#1684) Flux#doAfterTerminate
now executed whenonError
in fused mode (#1836, #1835)- Explicitly catch
LinkageError
in Traces. This helps with some static analyzers (#1830) - ๐ Pass on
cancelSupport
when liftingConnectableFlux
(#1860)
๐ ๐ Documentation, Tests and Build
- ๐ [github] Removed
CONTRIBUTING.md
and issue_template in favor of centralized ones (740c048) - ๐ [build] Use JCenter, not MavenCentral for doDownloadBaseline (aa08709, d4f5332)
- ๐ [doc] Remove double mention of subscribe in Flux README (#1861)
- 0๏ธโฃ [doc] Document that default initial delay for interval is the period (#1866)
๐ ๐ Thanks to the following contributors that also participated to this release
-
v3.2.11.RELEASE Changes
July 30, 2019๐ Reactor-Core
3.2.11.RELEASE
is part ofCalifornium-SR10
Release Train.๐ This is a recommended update for all Reactor 3 users, with mainly bugfixes.
๐ฑ โจ New features and improvements
๐ฑ ๐ Bug fixes
- โฑ #1739 Enforce a name for Schedulers.fromExecutorService
- without this explicit name, the metrics would use
null
as a name
- without this explicit name, the metrics would use
- ๐ #1783 Do not drop errors in MonoCacheTime, better doc (#1784)
- #1738 FluxRefCount inner doesn't guard against multiple cancels
- #1797 Explicitly reject null keys/values in Context constructors
- ๐ป #1741 MonoCreate hanging if delayUntil throws exception
๐ ๐ Thanks to the following contributors that also participated to this release
- โฑ #1739 Enforce a name for Schedulers.fromExecutorService
-
v3.2.10.RELEASE Changes
June 28, 2019๐ Reactor-Core
3.2.10.RELEASE
is part ofCalifornium-SR9
Release Train.โก๏ธ This is a recommended update for all Reactor 3 users.
๐ฑ โจ New features and improvements
- ๐ Allow to choose a
Scheduler
forretryBackoff
(#1707) - โ Added
Mono#onErrorStop()
convenience API to align with Flux (#1728) - ๐ New
TestPublisher
assertion methodassertMaxRequested
(#1732) - ๐ The new
doFirst
operator provides a clearer dual todoFinally
, as a better alternative to common usage ofdoOnSubscribe
(#1716)
๐ฑ ๐ Bug fixes
- ๐ Fixed checking of inner subscribers in
FluxPublish#remove()
(2ce7b75) Flux.publish().autoConnect(0)
now correctly drops early items (#1712)- ๐ Fixed a memory barrier regression introduced in MonoSubscriber (#1719)
๐ ๐ Documentation, Tests and Build
- ๐ Polished license spelling to "Apache License, Version 2.0" (d88eeda)
- ๐ [build] Dokka bumped to 0.9.18 (#1718)
- [doc] Added marble diagram for
Mono#doOnSuccessOrError
(#1725) - ๐ [doc] Polish 'Suggest Edit' links and asciidoctor config (6bdbf8b)
๐ ๐ Thanks to the following contributors that also participated to this release
- ๐ Allow to choose a