Event Store 4.1.2 is out! It is available for the following operating systems:
Following the release of v5 last week, 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.
Downloads are available on our website.
The packages can be installed using the following instructions.
Ubuntu 14.04/16.04/18.04 (via packagecloud)
curl -s https://packagecloud.io/install/repositories/EventStore/EventStore-OSS/script.deb.sh | sudo bash
sudo apt-get install eventstore-oss=4.1.2-1
Windows (via Chocolatey)
choco install eventstore-oss -version 4.1.2
Client Packages
No client packages have been released.
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.$PersistentSubscriptionConfig
to limit the size of the stream. The stream size was previously unbounded.ObjectPoolMaxLimitReachedException
for many reader threads (thanks to @MadKat13!)--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.
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.Error while reading drive info for path "/path/to/db". Message: "The drive name does not exist
Parameter name: driveName".
We appreciate any feedback via either GitHub Issues or forum.