Skip to content

Releases: resonatehq/resonate

v0.8.2

16 Dec 22:54
cc87692

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

16 Dec 15:32

Choose a tag to compare

What's Changed

New Contributors

Thanks @ryangchung for your contributions to resonate! 🚀

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Dec 21:26
662c12e

Choose a tag to compare

What's Changed

Full Changelog: v0.7.25...v0.8.0

v0.7.25

26 Nov 21:59
584cd4a

Choose a tag to compare

What's Changed

Full Changelog: v0.7.24...v0.7.25

v0.7.24

18 Nov 17:11
a1c43eb

Choose a tag to compare

What's Changed

  • skip response by @Tomperez98 in #917
  • Disable gRPC when http auth is set by @avillega in #920
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.13 to 1.42.15 by @dependabot[bot] in #923
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.18 to 1.31.20 by @dependabot[bot] in #924
  • Expose Resonate-Version header for cors by @dfarr in #929

Full Changelog: v0.7.23...v0.7.24

v0.7.23

11 Nov 22:30
70a6341

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.12 to 1.42.13 by @dependabot[bot] in #914
  • build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #913
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.39.5 to 1.39.6 by @dependabot[bot] in #912
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.16 to 1.31.17 by @dependabot[bot] in #911
  • Add duration metrics for api, aio, coroutines, and http api subsystem by @dfarr in #915

Full Changelog: v0.7.22...v0.7.23

v0.7.22

08 Nov 01:06
06d18b7

Choose a tag to compare

What's Changed

  • Add resonate tree command by @dfarr in #899
  • Add promise, schedule, and task metrics by @dfarr in #900
  • Return on error to avoid nil pointer exception by @dfarr in #907

Full Changelog: v0.7.21...v0.7.22

v0.7.21

03 Nov 18:43
aa64177

Choose a tag to compare

What's Changed

  • Sender plugin: Base plugin architecture by @muhammad-asghar-ali in #890
  • Propagate trace context by @dfarr in #896
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.16 by @dependabot[bot] in #897
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.11 to 1.42.12 by @dependabot[bot] in #898

Full Changelog: v0.7.20...v0.7.21

v0.7.20

27 Oct 17:38
6e52ea5

Choose a tag to compare

What's Changed

  • chore(plugin): correct typo for sqs package by @muhammad-asghar-ali in #847
  • Use isolated viper instances per command by @dfarr in #861
  • Remove dst prefix from github actions env vars by @dfarr in #873
  • adding overview info, server quick start install and run steps by @flossypurse in #887
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.13 by @dependabot[bot] in #884
  • build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #882
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.8 to 1.42.9 by @dependabot[bot] in #883
  • build(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #881
  • Immediately complete tasks when root promise is complete by @dfarr in #891
  • Migrations by @avillega in #852
  • build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #892
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #894
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.13 to 1.31.15 by @dependabot[bot] in #895
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.9 to 1.42.11 by @dependabot[bot] in #893

Full Changelog: v0.7.19...v0.7.20

v0.7.19

15 Oct 21:56

Choose a tag to compare

Overview

This is a quick fix release, previous release had a regression in the way we set defaults for the serve command, making it default to an in memory database. This release fixes it, by having the flags for the dev and serve commands in different namespaces.

What's Changed

Full Changelog: v0.7.18...v0.7.19