github EventStore/EventStore oss-v4.1.3
Event Store 4.1.3

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

You can read more about this release in this blog post

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

If you're not yet ready to jump to v5.x, this release is for you. However, we strongly recommend to upgrade to v5.x 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.3 Changelog

Bug Fixes

#1915 - (Core Database) Fix idempotent writes for cases where events have not yet been replicated. This bug can cause the loss of events during idempotent writes. Please read the blog post for more details
#1908 - (Projections) Fix passing of wrong object to _subscriptionDispatcher.Subscribed() call, which can cause multi-stream projections (using fromStreams or fromCategories) to skip processing of an event when the projection is stopped and started
#1900 - (Projections) Fix $by_category processing of stream deleted events
#1921 - (Projections) Add missing assignment to ProjectionsQueryExpiryDefault (thanks to @mcollins4551!)
#1920 - (Index) Fix assertion regarding number of midpoints cached
#1890 - (Persistent Subscriptions) Persistent subscriptions: Ignore replayed events during checkpointing
#1886 - (Subscriptions) Fix issue where proto3 clients could not subscribe to $all
#1914 - (Scavenging) Don’t MarkForDeletion a chunk until all references to it have been swapped (thanks to @lscpike!)
#1918 - (Scavenging) Add regular file flushes whilst writing out scavenged chunk (thanks to @lscpike!)
#1919 - (User Management) Retry reading from $users-password-notifications stream if the read times out
#1873 - (Monitoring) Write stats csv header when date changes (when stats file rolls over)
#1926 - (Monitoring) Increase the slow queue message threshold to 800ms for the MonitoringQueue
#1888 - (HTTP API) Do not send Content-Type header when body is empty
#1881 - (HTTP API) Try to deserialize data or metadata string to JSON object when writing through HTTP API
#1884 - (HTTP API) Handle GET and POST requests on /users endpoints (instead of only /users/)
#1887 - (Windows) Use absolute path as mutex name when starting up node

Don't miss a new EventStore release

NewReleases is sending notifications on new releases.