github EventStore/EventStore oss-v4.0.3
Event Store 4.0.3

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

Event Store Server

  • (#1442) - (All Platforms) - Exempt internal tcp service from PendingSendBytes
  • (#1438) - (All Platforms) - Fix bug when Replaying parked Messages with an empty park stream
  • (#1434) - (All Platforms) - Fix slave-to-master forwarding issues when a header has the wrong formatting
  • (#1417) - (All Platforms) - Prevent perfcounters from stopping MonitoringService
  • (#1424) - (Windows) - Fetch the correct performance counter instance for specific process specific
  • (#1426) - (All Platforms) - Allow the skipping of index scans on reads
  • (#1397) - (All Platforms) - Forward ack and nack http requests for persistent subscriptions to the master node.

Event Store Projections

  • (#1444) - (All Platforms) - Fault a projection if it encounters an unexpected event number to prevent it from computing a potentially incorrect state. This can happen when starting a projection and the next expected event has been deleted from the stream (for example, if applying $maxAge or $maxCount to the stream). The projection needs to be manually reset.
  • (#1440) - (All Platforms) - Only start projections on the master node
  • (#1418) - (All Platforms) - Delete order stream when projection is deleted
  • (#1425) - (All Platforms) - Handle stream deletions in MultiStreamEventReader
  • (#1398) - (All Platforms) - Use a unique projection control stream id
  • (#1400) - (All Platforms) - When stopping projections ensure that all the relevant processes related to the projections are stopped. This resolves an issue which surfaces as An event emitted in recovery differs from the originally emitted event If you have any projections affected by this, the projection will not automatically be fixed and a manual reset is required.
  • (#1404) - (All Platforms) - Don't fail if there are duplicate projection created events
  • (#1410) - (All Platforms) - Resolve an issue where projections are stuck on startup.

Event Store UI

.NET Client

  • (#1394) - (All Platforms) - Change the catchup subscription for $all to use a do..while loop
  • (#1396) - (All Platforms) - Fixed ProjectionsManager's GetResultAsync and GetPartitionResultAsync
  • (#1414) - (All Platforms) - Make ProjectionsManager work with Hostname
  • (#1415) - (All Platforms) - Cleans up handling of creating connection from gossip seeds or uri
  • (#1435) - (All Platforms) - Allow changing of custom metadata properties in the client StreamMetadataBuilder

Don't miss a new EventStore release

NewReleases is sending notifications on new releases.