pgsink
pgsink copied to clipboard
Bump github.com/go-kit/kit from 0.10.0 to 0.12.0
Bumps github.com/go-kit/kit from 0.10.0 to 0.12.0.
Release notes
Sourced from github.com/go-kit/kit's releases.
v0.12.0
A mostly procedural update to Go kit, including support for the latest version of Go, and updates for dependencies, including a long-awaited update to avoid a CVE in the JWT dependency.
- Update for Go 1.17 (#1183) — thanks,
@sagikazarmark
,@ChrisHines
- Update depedency speed (#1177) — thanks,
@sagikazarmark
- Improve code quality (#1168, #1064) — thanks,
@withshubh
,@sagikazarmark
- Update hudl/fargo (#1167) — thanks,
@sagikazarmark
- Update JWT dependency (#1172) — thanks,
@vovinacci
- Replace kit/log with log ((#1173) — thanks,
@ChrisHines
- Update repo issue forms (#1169, #1166) — thanks,
@sagikazarmark
v0.11.0
A new release with several improvements and enhancements. The first one in a long while! Huge thanks to
@sagikazarmark
for putting in most of the gruntwork to make it happen! You're a superstar.The biggest thing: package log has been extracted to a separate repository and module, go-kit/log. This means that if you or your project was importing go-kit/kit just to get package log, you can significantly reduce your go.mod and dep graph by switching to the new module. Note that we have no current plans to alias the existing go-kit/kit/log to the new go-kit/log module and package, nor to deprecate the current package in favor of the new one. They are two distinct packages with no defined relationship to each other. This may change in the future.
Major changes:
- The log package was extracted to a separate repository
- Examples were moved to a separate repository
- Deprecated kitgen was removed
Thanks to the 22 contributors who contributed to this release! 🏌️♂️
Bug fixes
- metrics/cloudwatch: log CloudWatch response error (#961) (thanks
@Trane9991
)- log: defer mutex unlocks for panic safety in SyncLogger (#974)
- util/conn: close old connection before reconnect (#982) (thanks
@chikaku
)- log/term: fix build on GOOS=js GOARCH=wasm (#993) (thanks
@mvdan
)- transport/http/jsonrpc: move the ClientAfter calls to before the decode (#1008) (thanks
@directionless
)- sd/etcdv3: fix etcdv3 client won't return error when no endpoint is available (#1009) (thanks
@wayjam
)- metrics/generic: fix uint64 alignment (#1007) (thanks
@ldez
)- log: fix stdlibadapter when prefixed (#1036) (thanks
@soven
)- log: capture newlines in log stdlib (#1041) (thanks
@SuperQ
)Enhancements
- metrics/cloudwatch: use batch values API for CloudWatch PutMetric data call (#960) (thanks
@Trane9991
)- log: allow to use specific logrus level in the adaptor (#962) (thanks
@Trane9991
)- transport/http: add NewExplicitClient (#971)
- transport/http/jsonrpc: add RequestID in error body when using the DefaultErrorEncoder (#969) (thanks
@esenac
)- transport/http/jsonrpc: add Version to JSON-RPC client request (#990) (thanks
@shirolimit
)- log: add WithSuffix to append key-value pairs to those passed to Log (#992) (thanks
@vinayvinay
)- sd/consul: improve inconsistent Consul SD index handling (#999) (thanks
@vinayvinay
)- all: dependency updates (#1029, #1095, #1097, #1098, #1106, #1118, #1115, #1119, #1124) (thanks
@ChrisHines
,@Enrico204
,@sagikazarmark
)- tracing/opencensus: add support for JSONRPC (#1022) (thanks
@ryan-lang
)- tracing/opentracing: improve endpoint middleware options (#1072) (thanks
@alebabai
)- auth/jwt: fix repetition of the word "token" in JWT (#1070) (thanks
@amidam
)- sd/zk: replace unmaintained zk library with drop-in replacement (#1120) (thanks
@sagikazarmark
)
... (truncated)
Commits
251777f
Merge pull request #1183 from go-kit/go1.17189ad70
Upgrade all direct dependenciesa3c7406
go get -u github.com/go-kit/log && go mod tidya6afabe
go mod tidy -go=1.178ddcac0
Add go 1.17 to build matrixe7eea80
Merge pull request #1177 from sagikazarmark/update-speedab98ef0
Merge pull request #1168 from sagikazarmark/resubmit-1064e7912d4
update speed library274c344
Merge pull request #1167 from sagikazarmark/update-fargo1ab52f1
update fargo library- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)