docs/release_notes/v1.15.7.md
This update includes bug fixes:
Using the Workflow "Start Time" feature would result in the Workflow starting immediately.
A workflow could not be scheduled to start at some point in the future.
The "Start Time" was not being propagated to the Actor reminder responsible for executing a Workflow instance.
Correctly propagate the Start Time of a Workflow to the Actor reminder responsible for executing a Workflow instance.
Using DynamoDB as the Workflow state store would result in an error when trying to run a Workflow.
It would not be possible to run Workflows using DynamoDB as the state store.
The state store implementation used String (S) attributes rather than the Binary (B) attributes resulting in the state not being readable.
Updated the DynamoDB state store implementation to use Binary (B) attributes for storing Workflow state.