Skip to content

Resonate v0.5.0

Compare
Choose a tag to compare
@guergabo guergabo released this 12 Apr 22:13
3f7c02d

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

Full Changelog: v0.2.0...v0.5.0