Event Store v22.6.0 Release Notes
Release Date: 2022-07-21 // over 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
andEmitEnabled=false
EventStore#3412 - Proto names of
emit_enabled
andtrack_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
andTrustedRootCertificateThumbprint
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