Skip to content

v3.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 14:25
· 12 commits to master since this release
v3.1.2

Changelog for 3.1.2

The following sections list the changes for 3.1.2.

Summary

  • Fix #296: Drop out of order event if same timestamp as existing completed event

Details

  • Bugfix #296: Drop out of order event if same timestamp as existing completed event

    We've fixed the behavior of out of order workflow events with the same
    timestamp, by preferring an already recorded completed event

    #296
    #298
    #312