v0.13.0
Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
- Remove unused code by @sashamelentyev in https://github.com/go-kit/kit/pull/1188
- Use errors.Is for error handling by @sashamelentyev in https://github.com/go-kit/kit/pull/1187
- Fix docs by @sashamelentyev in https://github.com/go-kit/kit/pull/1198
- Refactor metrics/cloudwatch by @sina-devel in https://github.com/go-kit/kit/pull/1202
- README: add chaseSpace/kit, closes #1027 by @peterbourgon in https://github.com/go-kit/kit/pull/1052
- feat: move from
streadway/amqptorabbitmq-amqp091-goby @Juneezee in https://github.com/go-kit/kit/pull/1210 - feat(http): make interceptingWriter reimplement common interfaces by @Reasno in https://github.com/go-kit/kit/pull/1212
- Fixes Framework Beego URL by @vpereira01 in https://github.com/go-kit/kit/pull/1219
- Fixed instancer loop logic that was causing Consul to get spammed by @jkratz55 in https://github.com/go-kit/kit/pull/1215
- go.mod | go.sum: update dependencies for prometheus client_golang by @vcruzmj in https://github.com/go-kit/kit/pull/1225
- ci: add go 1.18 by @sashamelentyev in https://github.com/go-kit/kit/pull/1233
- Update README.md by @cxtruong70 in https://github.com/go-kit/kit/pull/1239
- ci: add go 1.19 by @sashamelentyev in https://github.com/go-kit/kit/pull/1245
- go.mod | go.sum: Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix CVE-2021-3127 & CVE-2022-24450 by @denopink in https://github.com/go-kit/kit/pull/1237
- Update link pointing to protobuf generator by @sagikazarmark in https://github.com/go-kit/kit/pull/1248
- Update github.com/hashicorp/serf and github.com/hashicorp/consul/api to fix CVE-2019-19794 by @francogeller in https://github.com/go-kit/kit/pull/1250
- Replace microgen with the maintained fork by @ShayNehmad-RecoLabs in https://github.com/go-kit/kit/pull/1254
- Remove dead link to code generator from README by @heymatthew in https://github.com/go-kit/kit/pull/1256
- README: update codegen link to truss by @matthewhartstonge in https://github.com/go-kit/kit/pull/1262
New Contributors
- @sashamelentyev made their first contribution in https://github.com/go-kit/kit/pull/1188
- @sina-devel made their first contribution in https://github.com/go-kit/kit/pull/1202
- @Juneezee made their first contribution in https://github.com/go-kit/kit/pull/1210
- @Reasno made their first contribution in https://github.com/go-kit/kit/pull/1212
- @vpereira01 made their first contribution in https://github.com/go-kit/kit/pull/1219
- @jkratz55 made their first contribution in https://github.com/go-kit/kit/pull/1215
- @vcruzmj made their first contribution in https://github.com/go-kit/kit/pull/1225
- @cxtruong70 made their first contribution in https://github.com/go-kit/kit/pull/1239
- @denopink made their first contribution in https://github.com/go-kit/kit/pull/1237
- @francogeller made their first contribution in https://github.com/go-kit/kit/pull/1250
- @ShayNehmad-RecoLabs made their first contribution in https://github.com/go-kit/kit/pull/1254
- @heymatthew made their first contribution in https://github.com/go-kit/kit/pull/1256
- @matthewhartstonge made their first contribution in https://github.com/go-kit/kit/pull/1262
Full Changelog: https://github.com/go-kit/kit/compare/v0.12.0...v0.13.0