Skip to content

Releases: resonatehq/resonate

Resonate v0.9.3

10 Apr 04:15

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

Resonate v0.9.2

09 Apr 20:21

Choose a tag to compare

What's Changed

  • feat: schedule promises using task-based timeout infrastructure by @dfarr in #22

Full Changelog: v0.9.1...v0.9.2

Resonate v0.9.1

08 Apr 04:47

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Resonate v0.9.0

07 Apr 03:35

Choose a tag to compare

What's Changed

This is a complete rewrite of resonate-legacy-server in Rust.

The rewrite brings:

  • Rust + Tokio + Axum — memory-safe, async-native, significantly faster
  • SQLite and PostgreSQL storage backends with atomic CTE-based operations
  • HTTP push, HTTP poll (SSE), and Google Cloud Pub/Sub message transports
  • Promises, Tasks, and Schedules — full API parity with the legacy server via a single POST / endpoint
  • JWT authentication, Prometheus metrics, and structured tracing logs
  • Linearizability tested using the Porcupine model checker