Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gazette/core

Tags

v0.101.0

Toggle v0.101.0's commit message
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.

v0.100.0

Toggle v0.100.0's commit message
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)

v0.99.0

Toggle v0.99.0's commit message
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]>

v0.89.0

Toggle v0.89.0's commit message
changelog: update ahead of v0.89 release

v0.88.0

Toggle v0.88.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update changelog in preparation for 0.88.0 release (#277)

v0.87.3

Toggle v0.87.3's commit message
update CHANGELOG for v0.87.3

v0.87.2

Toggle v0.87.2's commit message
update CHANGELOG ahead of v0.87.2

v0.87.1

Toggle v0.87.1's commit message
update CHANGELOG ahead of v0.87

v0.86.1

Toggle v0.86.1's commit message
changelog: update ahead of 0.86 release

v0.85.2

Toggle v0.85.2's commit message
make: update to Go 1.13.4