Resonate v0.5.1
Release Notes - Version 0.5.1
Overview
This is a small release containing new features and bug fixes.
New Features
- CreatedOn: context now exposes the time the underlying durable promise is created, uses invocation created time if the durable option is disabled.
What's Changed
- Export all necessary items in index.ts by @dfarr in #101
- Fix created promise on ResonatePromise by @dfarr in #106
- Created can be used to await the creation of a durable promise in cases where you need to ensure the durable promise has been created, but you do not want to await the completion of the promise.
- Add createdOn time to context by @dfarr in #107
- v0.5.1 by @dfarr in #109
Full Changelog: v0.5.0...v0.5.1