Resonate v0.5.5
Release Notes - Version 0.5.5
Overview
This release introduces a few dependency bumps and a fix in the postgres AIO store.
Bug Fixes
- Fixed an issue where the timeout promises query, for the postgres AIO store only, was not properly setting the
completed_on
column.
What's Changed
- build(deps): bump DeterminateSystems/flake-checker-action from 5 to 7 by @dependabot in #317
- build(deps): bump DeterminateSystems/magic-nix-cache-action from 4 to 6 by @dependabot in #316
- build(deps): bump DeterminateSystems/nix-installer-action from 10 to 11 by @dependabot in #315
- build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #318
- build(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 by @dependabot in #310
- build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #309
- build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #296
- fix(dependabot): added proper pattern matching for dependabot branches by @guergabo in #334
- build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #319
- feat(postgres): add postgres service to CI and fix timeout promises query by @guergabo in #335
Full Changelog: v0.5.4...v0.5.5