Skip to content

Releases: resonatehq/resonate

Resonate v0.9.8

Choose a tag to compare

@dfarr dfarr released this 04 Jun 19:13

What's Changed

Full Changelog: v0.9.7...v0.9.8

Resonate v0.9.7

Choose a tag to compare

@dfarr dfarr released this 06 May 14:40

What's Changed

  • feat: umbrella bash exec — local + docker + tensorlake backends by @dfarr in #1104

Full Changelog: v0.9.6...v0.9.7

Resonate v0.9.6

Choose a tag to compare

@dfarr dfarr released this 03 May 21:43

What's Changed

Full Changelog: v0.9.5...v0.9.6

Resonate v0.9.5

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:28

What's Changed

  • feat: add bash exec transport by @dfarr in #47
  • feat: add per-transport enable/disable flags by @dfarr in #51
  • feat: outbound auth for HTTP push transport by @dfarr in #46

Full Changelog: v0.9.4...v0.9.5

Resonate v0.9.4

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:27
4d59b94

What's Changed

Full Changelog: v0.9.3...v0.9.4

Resonate v0.9.3

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:27

What's Changed

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

Resonate v0.9.2

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:27

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

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:27

What's Changed

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

Resonate v0.9.0

Choose a tag to compare

@dfarr dfarr released this 30 Apr 20:26
78d88d7

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