Tags: gazette/core
Tags
update all dependencies to latest versions Code changes to accommodate API updates: - Fixed tablewriter API: SetHeader() -> Header() - Fixed gRPC balancer test mocks to work with v1.73+ requirements by using wrapper pattern instead of direct interface implementation - Simplified test structures by removing unnecessary wrapper layer - Fixed some incorrect usages of legacy `errors` package.
update etcd dependency This pulls in the fix for an issue that could cause the etcd client to use an incorrect revision when re-starting a watch after an etcd server failure. This presented as a crash in production due to receiving a watch event with a revision equal to (not greater) than the last processed revision. It was difficult to follow the discussion in the etcd issues, but this comment sums it up nicely: etcd-io/etcd#15248 (comment)
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
PreviousNext