Releases: solo-io/go-utils
Releases · solo-io/go-utils
v0.21.8
v0.21.7
New Features
- Adds changelog tooling to go-utils to be used across repos. (solo-io/gloo#4653)
v0.21.6
Dependency Bumps
- golang/crypto has been upgraded to v0.0.0-20210513164829-c07d793c2f9a.
- palantir/go-baseapp has been upgraded to v0.2.3.
- spf13/cobra has been upgraded to v1.1.3.
Fixes
- Use the form3tech-oss fork of jwt-go to fix CVE. (solo-io/gloo#4722)
v0.21.5
Fixes
- Fix setting of stat server log level when using the LOG_LEVEL environment variable (solo-io/gloo#4648)
v0.21.4
New Features
- Implement error group which does not squelch errors. (solo-io/gloo-mesh#1468)
v0.21.3
v0.21.2
New Features
- Adds
labelOrderto changelogValidator. IflabelOrderexists, then changelogValidator will now use the order specified in this array to tie-break tags with same versions but different labels. e.g. if e.g. labelOrder = [ beta, alpha, predev ], then 1.7.0-beta11 > 1.7.0-alpha5 > 1.7.0-predev9. (#441)
v0.21.1
v0.16.7
New Features
- Add benchmarking util for testing user time spent in tests. (solo-io/ext-auth-service#160)
v0.21.0
Breaking Changes
- Allow injecting an initial serving status to the grpc health checker (solo-io/gloo#2549)