github EventStore/EventStore oss-v4.1.2
Event Store 4.1.2

latest releases: v24.4.0-rc.2, v24.4.0-rc.1, v24.4.0-alpha.2...
5 years ago

You can read more about this release in this blog post

Following the release of v5, we have now released a minor update to v4 which contains important bug fixes backported from v5.

If you're not yet ready to jump to v5, this release is for you. However, we strongly recommend to upgrade to v5 as soon as possible for more stability (for instance to benefit from the mono and v8 upgrades) and the latest features.

Event Store 4.1.2 Changelog

Bug Fixes

  • #1640 - (Server) Fix latency issue in index committer service queue & off by one error when shutting down EventStore services
  • #1644 - (Server) Fix bug in MakeUrl() where url is wrongly formed when query parameters are present. This would cause the UI to throw an error when opening the Query tab.
  • #1653 - (Server) Fix bug in TFChunkDB causing pre-last chunk file not to be verified
  • #1667 - (Server) Fix issue where promoting a user to administrator required a server restart before taking effect
  • #1712 - (Server) Added max count to $PersistentSubscriptionConfig to limit the size of the stream. The stream size was previously unbounded.
  • #1737 - (Server) Fixed ObjectPoolMaxLimitReachedException for many reader threads (thanks to @MadKat13!)
    When --reader-threads-count is increased, the object pool size was not scaled up accordingly. The following error would be thrown during high read load:
    Object pool 'ReadIndex readers pool' has reached its max limit for items: 14.
  • #1742 - (Server) Dispose chunk before attempting deletion if an error occurs during scavenging
  • #1828 - (Server) Check to avoid crash when network is disconnected.
  • #1829 - (Server) Do not publish StorageMessage.EventCommitted messages when rebuilding the index. This speeds up full index rebuilds by a factor of approximately 1.8x and also speeds up node startup time by a few seconds when there are many index entries to rebuild.
  • #1841 - (Server) Fix drive stats for ZFS filesystems (total/free space). (thanks to @ahjohannessen!)
    The following error would previously be visible in the logs:
Error while reading drive info for path "/path/to/db". Message: "The drive name does not exist
Parameter name: driveName".
  • 95afc8 - (Server) Fix projection control bug: Premature reply was being sent when projection stopped, faulted & deleted.

Don't miss a new EventStore release

NewReleases is sending notifications on new releases.