Event Store v21.10.0 Release Notes

Release Date: 2021-11-03 // over 2 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿณ HTTP port parameter in docker-compose.yaml EventStore#2995
    • WrongExpectedVersion when deleting a projection with all delete options EventStore#3014
    • Prevent emitted checkpoint streams from being deleted when not enabled. EventStore#3030
    • Http authentication when a : is present in the user's password EventStore#3070
    • Persistent subscriptions: Rename LastProcessedEventPosition to LastCheckpointedEventPosition EventStore#3073
    • Potential race condition in BatchAppend EventStore#3138
    • โž• Added verification checking if a message is of NotHandled type in PersistentSubscriptions Read message handling EventStore#3158
    • Issue with not handling null event data correctly in Projections EventStore#3171
    • Incorrectly setting OutputState on IQuerySources when only a fold is defined in Projections EventStore#3171
    • Off-by-one error in Index committer service EventStore#3186
    • Node stays stuck in Leader state until next elections if a quorum never emerges EventStore#3181
    • ๐Ÿ“‡ User provided metadata to be formatted correctly in Projections EventStore#3188
    • ๐Ÿง Incorrect configuration file selection on linux EventStore#3159
    • Prevent the EpochManager from attempting to read epochs that should have been cached EventStore#3198
    • Race condition where a node becomes leader and immediately writes to streams that have recently been written to but not indexed, resulting in events with incorrect numbers in their streams. EventStore#3201
    • Handling $deleted in the interpreted projections runtime. EventStore#3216
    • ๐ŸŒฒ Incorrect log message templates EventStore#3223
    • ๐Ÿ”— LinkTo metadata not properly read in Projections EventStore#3227
    • Clear HeadingEventReader cache in Projections when stopping the readers EventStore#3233
    • ๐Ÿ”ง Use the right advertised host value in a cluster configuration EventStore#3224
    • Ensure the IODispatcher clears up pending requests EventStore#3244
    • Replica stats page correctly shows catching up nodes EventStore#3247
    • Set last checkpoint for persistent subscriptions when they are loaded EventStore#3241
    • ๐Ÿ‘ป Object disposed exception in EventCountersHelper on shutdown EventStore#3242
    • Memory Leak in Batch Append EventStore#3253
    • Batch append not using requested uuid format EventStore#3255
    • StreamExistenceFilter truncation corner case EventStore#3257

    โž• Added

    • ๐Ÿณ Alpine Docker Image EventStore#3069
    • A bloom filter to quickly check stream existence EventStore#3078
    • ๐Ÿ”ง LeaderElectionTimeoutMs option to allow configuring the timeout for election messages EventStore#3121
    • โž• Add a log message describing how to disable the stream existence filter EventStore#3172
    • ๐Ÿ†• New options to control logging: --log-console-format, --log-file-size, --log-file-interval, --log-file-retention-count, and --disable-log-file EventStore#3159
    • Event type index for LogV3 EventStore#3114
    • ClientCapabilities proto for discovering which gRPC methods are available on the server EventStore#3194
    • ServerFeatures proto to allow clients to discover which features are available on the server EventStore#3251
    • Control message to indicate client compatibility level on reads EventStore#3197
    • Bloom Filters and LRU Caches to PTables EventStore#3161
    • ๐ŸŒฒ Log level to compact json log output EventStore#3212
    • ๐Ÿ‘Œ Support for Intermediate CA certificates EventStore#3176
    • Validation of certificate chain with node's own certificate on start up EventStore#3176

    ๐Ÿ”„ Changed

    • โž• Added a message to timeout error on append / delete EventStore#3054
    • Do not download intermediate certificates from AIA URLs EventStore#3176
    • ๐Ÿ‘Œ Improve stream existence bloom filter V2 initialization EventStore#3234

    โœ‚ Removed