Skip to content

Releases: resonatehq/resonate-sdk-ts

Resonate v0.5.3

22 May 20:12
26afe8a
Compare
Choose a tag to compare

Release Notes - Version 0.5.3

Overview

This is a small release with new features and bug fixes.

New Features

  • Basic auth support in store and cli.

What's Changed

Full Changelog: v0.5.2...v0.5.3

Resonate v0.5.2

08 May 20:14
d4e506e
Compare
Choose a tag to compare

Release Notes - Version 0.5.2

Overview

This is a small release with new features.

New Features

  • Add ctx.sleep to suspend execution for a specified amount of time.
  • Add sync and wait methods to the DurablePromise class.

What's Changed

Full Changelog: v0.5.1...v0.5.2

Resonate v0.5.1

29 Apr 17:39
1f8ab6d
Compare
Choose a tag to compare

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

Resonate v0.5.0

12 Apr 22:18
0ae2081
Compare
Choose a tag to compare

Release Notes - Version 0.5.0

Overview

This release is a big one for us! We are proud to introduce several new capabilities that will allow you to both mitigate failures and coordinate distributed services in a dead simple way.

New Features

  • Retries: survive transient & intermittent failures with automatic retries of operations.
  • Recoverability: survive crash failures and automatically pick up the operation right where it left off.
  • Schedules: schedule stateful reminders to run operations periodically.
  • Task Framework: distribute tasks across multiple machines for parallel execution and collect the operations’ results.

What's Changed

New Contributors

Full Changelog: https://github.com/resonatehq/resonate-sdk-ts/commits/v0.5.0