resonate icon indicating copy to clipboard operation
resonate copied to clipboard

Resonate Server - A CLI, Durable Promise store, and Task Framework

Results 98 resonate issues
Sort by recently updated
recently updated
newest added

Addresses [Issue](https://github.com/resonatehq/resonate/issues/112)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.10.0 Changelog Features 5f458dd1a6d631f324e4af9a4f5429ffdf199342: feat(auth): add proxy-server authentication (#3877) (@​EndlessParadox1) 7a865dcf1dbe6ec52e074b1ddce830d278eb72cf: feat(bind): ShouldBindBodyWith shortcut and change doc (#3871)...

dependencies
go

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @​lukasauk made their first contribution in prometheus/client_golang#1494...

dependencies
go

Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 5 to 7. Release notes Sourced from DeterminateSystems/flake-checker-action's releases. v7 What's Changed Don't raise an exception on a non-zero output by @​grahamc in DeterminateSystems/flake-checker-action#16 Full Changelog: https://github.com/DeterminateSystems/flake-checker-action/compare/v6...v7...

dependencies
github_actions

Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6. Release notes Sourced from DeterminateSystems/magic-nix-cache-action's releases. v6 What's Changed Set the default flakehub-flake-name to an empty string by @​cole-h in DeterminateSystems/magic-nix-cache-action#51 Full Changelog: https://github.com/DeterminateSystems/magic-nix-cache-action/compare/v5...v6...

dependencies
github_actions

Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11. Release notes Sourced from DeterminateSystems/nix-installer-action's releases. v11 What's Changed Rebase on top of detsys-ts for abstracting over install.determinate.systems by @​grahamc in DeterminateSystems/nix-installer-action#74 Update detsys-ts...

dependencies
github_actions

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.19.0 to 10.20.0. Release notes Sourced from github.com/go-playground/validator/v10's releases. Release 10.20.0 What's Changed Fix ULID should case-insensitive by @​akayj in go-playground/validator#1258 feat: add base32 validator tag by...

dependencies
go

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

# Pull Request ## Summary Provides a `--version` flag for the Resonate server, with the current version set in `version.json`. I'm open to other ways of setting this value, as...