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