Releases: resonatehq/resonate
Releases · resonatehq/resonate
v0.8.2
v0.8.1
What's Changed
- chore: remove unsupported nix artifact by @ryangchung in #956
- feat(api): add ping health endpoints by @ryangchung in #958
New Contributors
- @ryangchung made their first contribution in #956
Thanks @ryangchung for your contributions to resonate! 🚀
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Add plugins to config by @dfarr in #938
- fix dst env variables by @Tomperez98 in #947
- Http support for jwt auth and auz by @avillega in #940
- Clean up flag shorthands by @dfarr in #953
- Build tags by @dfarr in #951
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #933
- build(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #935
- build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 by @dependabot[bot] in #932
- Add loop in background coroutines to clear backlog by @dfarr in #955
Full Changelog: v0.7.25...v0.8.0
v0.7.25
v0.7.24
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
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
v0.7.21
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
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
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
- Base URL on SenderSubmission by @Tomperez98 in #854
- Fix/flags by @dfarr in #859
Full Changelog: v0.7.18...v0.7.19