Skip to content

v0.10.0

Compare
Choose a tag to compare
@peterbourgon peterbourgon released this 17 Feb 20:02
· 147 commits to master since this release
cc938d5

A new release with several minor improvements and enhancements. The major change is the adoption of Go modules: Go kit now includes a go.mod (and go.sum) specifying the precise version of our dependencies. We'll try to keep these dependencies updated, but consumers can always specify overrides, if necessary.

Thanks to the 10 contributors who contributed to this release! 🏌️‍♂️

Bug fixes

  • dogstatsd: Drop metrics according to sample rate (#884) (thanks @martin-sucha)
  • update_deps.bash: breakfixes
  • Fix tracing tests by replacing test.com endpoint with httpbin.org (#952) (thanks @sagikazarmark)

Enhancements

Documentation, examples, tests

  • metrics/prometheus: Fix typo: "construts" --> "constructs" (#925) (thanks @jeffwidman)
  • examples: removed mention about ServiceMiddleware (#936) (thanks @icamys)
  • examples: Clarify rate limiter expressions in addsvc example (#943) (thanks @marselester)
  • log/level: Fix typo: "thte" -> "the" (#956) (thanks @HCoban)