This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Release v1.7.2
Overview
CRITICAL HOTFIX
Following Release v1.6.2, demissions failed to wait until the given time to act.
This was due to the timestamp
property of the message (used by demissions to decide when the message should be processed) being overwritten to ensure a timestamp is always provided (an intended pre-2.0.0
change to ensure compatibility in the future).
Fixed now and timestamp naming conventions will have to be reassessed for this use case.
Bug fixes / generic changes
- 🚑 Fix for demission timestamps being overwritten: 361de9d