Releases: resonatehq/resonate
Releases · resonatehq/resonate
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
v0.7.18
What's Changed
- build(deps): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 by @dependabot[bot] in #851
- build(deps): bump github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0 by @dependabot[bot] in #850
- build(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #849
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.10 to 1.31.12 by @dependabot[bot] in #848
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.7 to 1.42.8 by @dependabot[bot] in #835
Full Changelog: v0.7.17...v0.7.18
v0.7.17
v0.7.16
What's Changed
- Add invoke command by @avillega in #790
- build(deps): bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0 by @dependabot[bot] in #828
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.3 to 1.42.6 by @dependabot[bot] in #829
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.6 to 1.31.8 by @dependabot[bot] in #827
- Fix resonate dev by @avillega in #830
- Use aggregate function to get deterministic group by in sqlite by @dfarr in #831
Full Changelog: v0.7.15...v0.7.16
v0.7.15
What's Changed
- Add sender subsystem tests by @dfarr in #800
- updating readme links by @flossypurse in #801
- Change postgres callback timeout type to bigint by @dfarr in #806
- Change flag to pid and use defaults for pid/ttl by @dfarr in #805
- Convert task ttl to bigint by @dfarr in #812
- Publish images to dockerhub by @dfarr in #814
- feat: sqs plugin by @muhammad-asghar-ali in #793
- Add fencing token by @avillega in #813
- Expose poller webserver under /poll/* in api webserver by @dfarr in #818
- Plugin retry config by @dfarr in #815
- build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #809
- build(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #808
- build(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in #807
- Close long polling connection in poll reverse proxy by @dfarr in #819
- Add resonate version response header by @dfarr in #822
- Bind contexts so first request cancels the second on disconnect by @dfarr in #826
Full Changelog: v0.7.14...v0.7.15
v0.7.14
What's Changed
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.30 by @dependabot[bot] in #754
- build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #756
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0 by @dependabot[bot] in #755
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 by @dependabot[bot] in #770
- build(deps): bump go.uber.org/mock from 0.5.2 to 0.6.0 by @dependabot[bot] in #771
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #779
- build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by @dependabot[bot] in #780
- build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #781
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #774
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #773
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #783
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #784
- Implement resonate dev alias by @avillega in #787
- Add windows binaries to our release artifacts by @avillega in #788
- Remove quickstart command by @avillega in #792
- Delete installation folder by @dfarr in #797
- Revert "Add windows binaries to our release artifacts (#788)" by @avillega in #798
- build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #796
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #795
- build(deps): bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #794
Full Changelog: v0.7.13...v0.7.14
v0.7.13
v0.7.12
What's Changed
- Updating the
projects listcommand by @flossypurse in #750
Full Changelog: v0.7.11...v0.7.12