reactor-core v3.2.11.RELEASE Release Notes

Release Date: 2019-07-30 // over 4 years ago
  • ๐Ÿš€ Reactor-Core 3.2.11.RELEASE is part of Californium-SR10 Release Train.

    ๐Ÿ›  This is a recommended update for all Reactor 3 users, with mainly bugfixes.

    ๐Ÿฑ โœจ New features and improvements

    • #1793 Reject Context.of calls with duplicate keys
    • ๐Ÿ’… Polish ContextN null checks (#1801)

    ๐Ÿฑ ๐Ÿž Bug fixes

    • โฑ #1739 Enforce a name for Schedulers.fromExecutorService
      • without this explicit name, the metrics would use null as a name
    • ๐Ÿ‘ #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

    @gindex