Rx.NET v4.1.1 Release Notes

Release Date: 2018-10-01 // over 5 years ago
  • ๐Ÿ“ฆ NuGet: 4.1.1

    ๐Ÿ“ฆ >PM Install-Package System.Reactive -Version 4.1.1

    ๐Ÿ”– Version 4.1.1 is a bugfix release for version 4.1.0 with some minor enhancements for debugging and tracing.

    ๐Ÿ›  Bugfixes

    • Pull 806: Fix Zip(IEnumerable) NullReferenceException if a source completes immediately
    • Pull 816: Fix accidental behavior change with Task-based Create methods completing when the body ends

    ๐Ÿ”‹ Features

    • โฑ Pull 809: Added debugger display information to TestScheduler and HistoricalScheduler

    Other notable (internal) changes

    • โš  Pull 807: Emit a warning if the half-serializer ignores a value in ForwardOnNext.