Event Store v20.10.2 Release Notes

Release Date: 2020-03-12 // about 4 years ago
  • 🔄 Changed

    • Increased the maximum chunk count to patch issue with 25 logical TB. EventStore#2830
    • ⚡️ Updated internal dependencies and added client builds for .NET 5.0 EventStore#2764

    🛠 Fixed

    • Permission Denied when performing privileged commands on a follower EventStore#2803
    • --insecure has stopped working after targeting .NET 5.0 EventStore#2779
    • Track retry count for persistent subscription messages after a client has lost connection. EventStore#2797
    • Time out gossip discovery on the TCP client if the task does not complete EventStore#2821
    • Check for old/replayed events only if the event passes the event filter in projections EventStore#2809
    • Prevent a projection checkpoint from being emitted at same position twice EventStore#2824
    • Proactively send heartbeat requests to the remote party if no data was sent within the last heartbeat interval EventStore#2772
    • Regression in TCP connection introduced by commit: cd2aa67 from PR: #2772 [EventStore#2834][https://github.com/EventStore/EventStore/pull/2834]

    ➕ Added

    • Content Type Validation to projections which will allow projections to only handle valid json events if isJson is set to true EventStore#2812