Skip to content

Resonate v0.5.1

Compare
Choose a tag to compare
@dfarr dfarr released this 29 Apr 17:39
· 16 commits to release-0.5 since this release
1f8ab6d

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