Event Store v22.6.0 Release Notes

Release Date: 2022-07-21 // almost 2 years ago
  • ๐Ÿ”„ Changed

    • Consolidate to single protobuf implementation EventStore#3362
    • โšก๏ธ Updated gRPC to include fix for flaky tests EventStore#3364
    • Reject gRPC call to create a projection if TrackEmittedStreams=true and EmitEnabled=false EventStore#3412
    • Proto names of emit_enabled and track_emitted_streams swapped for backwards compatibility EventStore#3412
    • Read operations in IODispatcher are no longer tracked if they don't have a timeoutAction EventStore#3435
    • ๐Ÿ”ง Sort the dump of the configuration settings alphabetically EventStore#3475
    • โšก๏ธ Update UI for 22.6.0 EventStore#3519

    ๐Ÿ›  Fixed

    • โšก๏ธ Update the epoch checkpoint with the proper position before going offline for truncation EventStore#3414
    • โœ‚ Removed aggregate exception when closing a call to the stats endpoint EventStore#3495
    • Possiblility of unreplicated writes appearing in reads and subscriptions EventStore#3527
    • โœ‚ Removed unnecessary "Should never complete request twice error" EventStore#3522

    โž• Added

    • ๐ŸŒฒ Logging around read timeouts in projection emitted streams and emitted stream trackers EventStore#3435
    • Populate $all position for stream reads/subscriptions/persistent subscriptions. gRPC only. Non-transaction events only. EventStore#3459
    • โœ… TrustedRootCertificateStoreName, TrustedRootCertificateStoreLocation, TrustedRootCertificateSubjectName and TrustedRootCertificateThumbprint certificate options. EventStore#3498
    • ๐Ÿ‘ Allow loading trusted root certificates from the Windows cert store. EventStore#3498
    • ๐Ÿ‘ Better summaries for CI Runs EventStore#3496 - Thanks @Tyrrrz!

Previous changes from v21.10.6

  • ๐Ÿ›  Fixed

    • Possiblility of unreplicated writes appearing in reads and subscriptions EventStore#3527
    • โœ‚ Removed unnecessary "Should never complete request twice error" EventStore#3522