Skip to content

oss-v20.10.2

Compare
Choose a tag to compare
@eventstore-bot eventstore-bot released this 24 Mar 14:46
· 2304 commits to master since this release

Fixed

  • Regression in TCP connection introduced by commit: cd2aa67 from PR: #2772 [EventStore#2834][https://github.com//pull/2834]

Fixed (backported from v21.2.0)

  • Proactively send heartbeat requests to the remote party if no data was sent within the last heartbeat interval EventStore#2772
  • --insecure has stopped working after targeting .NET 5.0 EventStore#2779
  • Permission Denied when performing privileged commands on a follower EventStore#2803
  • Check for old/replayed events only if the event passes the event filter in projections EventStore#2809
  • Track retry count for persistent subscription messages after a client has lost connection. [EventStore#2797]
    (#2797)
  • Prevent a projection checkpoint from being emitted at same position twice EventStore#2824
  • Content Type Validation to projections which will allow projections to only handle valid json events if isJson is set to true EventStore#2812
  • Increased the maximum chunk count to patch issue with 25 logical TB. EventStore#2830

Full Changelog: oss-v20.10.0...oss-v20.10.2