summary refs log tree commit diff
path: root/changelog.d/5352.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+0
|
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-0/+1
* Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception).