Event Store v21.10.5 Release Notes

Release Date: 2022-06-15 // almost 2 years ago
  • ๐Ÿš€ This changelog includes the fixes from 21.10.3 and 21.10.4, as these were cloud-only releases.

    โž• Added

    • ๐Ÿ‘Œ Support for DNS discovery with a secure cluster having only DNS SANs (including wildcard SANs). EventStore#3460
    • deadline_duration feature for batch append. EventStore#3454
    • Fast path for forward reads that start after the LastEventNumber. EventStore#3479

    ๐Ÿ›  Fixed

    • โฑ Attempt to reconnect to the leader every second if the node fails to establish a connection (for example due to DNS lookup timeout). EventStore#3462
    • ๐Ÿ›  Fix invalid cast when completing a scavenge after it has been interrupted. EventStore#3478
    • Can now use the ptable bloom filters after an index scavenge. EventStore#3493
    • Ensure no pending writes can be incorrectly acked or published when going offline for truncation. EventStore#3502
    • ๐Ÿ“‡ Metadata values need to be raw json format. EventStore#3503
    • ๐Ÿ›  Fix invalid event number error when opening a deleted event from $all in the UI. EventStore.UI#326
    • ๐Ÿ›  Fix previous button showing an empty screen in the UI if there are no events. EventStore.UI#323
    • ๐Ÿ’ป Handle NotFound errors more gracefully in the UI. EventStore.UI#324
    • ๐Ÿ›  Fix off by one error in behind message count in persistent subscriptions UI. EventStore.UI#320

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • โœ‚ Remove the red and green status dots from persistent subscriptions UI. EventStore.UI#318