Changelog History
Page 2
-
v5.0.6
February 19, 2020 -
v5.0.3
November 03, 2019Event Store 5.0.3 Changelog
๐ Bug Fixes
#1971 - ( Core Database ) Persistent Subscriptions: Always remove completed events from all connections to prevent outstanding messages from building up in the connection queues
#1991 - ( Core Database ) Make the connection queue size threshold configurable. There are scenarios where a client might run into the maximum connection queue size. A likely scenario where this might occur is when a client is overwhelmed by a large number of events being ingested into Event Store and then being delivered to a subscription.
#1998 - ( Core Database ) Persistent Subscriptions: Retry the load checkpoint read if the read expires.
#1990 - ( Core Database ) We have fixed a bug in our intermediate index cache. -
v5.0.3-as
August 06, 2020 -
v4.1.4
July 31, 2019๐ You can read more about this release in this blog post
๐ Following the release of v5.0.2, we have now released a minor update to v4 which contains important bug fixes backported from v5.0.2.
Event Store 4.1.4 Changelog
๐ Bug Fixes
#1930 - ( Core Database ) Fix UnbufferedFileStream.SetLength() bug. Please read the blog post for more information about this critical bug fix
#1936 - ( Client ) Client subscription partition tolerance for catchup subscriptions
#1933 - ( Client ) Enable logging of errors when attempting to discover nodes via DNS or gossip seeds
๐ป #1932 - ( Web UI ) Prevent browser from invoking Basic Auth login dialog on Chrome