Skip to content

oss-v21.2.0

Compare
Choose a tag to compare
@eventstore-bot eventstore-bot released this 25 Feb 17:24
· 2187 commits to master since this release
bc30009

Added

  • --stream-info-cache-capacity option to allow setting the cache capacity of the ReadIndex. EventStore#2762
  • Parked message count is now available on persistent subscription stats EventStore#2792
  • Content Type Validation to projections which will allow projections to only handle valid json events if isJson is set to true EventStore#2812
  • Server Support for gRPC Keep Alive EventStore#2819

Changed

  • GossipOnSingleNode is now on by default and the setting has been deprecated in config EventStore#2818
  • Increased the maximum chunk count to patch issue with 25 logical TB. EventStore#2822

Fixed

  • Proactively send heartbeat requests to the remote party if no data was sent within the last heartbeat interval EventStore#2772
  • Performance counter error message on linux / macOS EventStore#2775
  • --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
  • Permission Denied when performing privileged commands on a follower EventStore#2803
  • Check for old/replayed events only if the event passes the event filter [Projections] EventStore#2809
  • Prevent a projection checkpoint from being emitted at same position twice EventStore#2824

Full Changelog: oss-v20.10.0...oss-v21.2.0