Skip to content

Releases: solo-io/solo-kit

v0.17.3

08 Mar 19:50
0ad0b0e
Compare
Choose a tag to compare

Fixes

  • Improve CPU by using newer marshal / unmarshal functions in protov2 (solo-io/gloo#4343)

v0.18.0

18 Feb 14:01
e87adeb
Compare
Choose a tag to compare

Breaking Changes

v0.17.2

03 Feb 19:20
df80c2d
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.17.1

11 Jan 17:50
bb65ee2
Compare
Choose a tag to compare

Fixes

  • CPU profile of Gloo at scale (5000+ upstreams) indicated that reconcile's findResource function was taking upwards of 5 seconds of CPU on a ~50 second sample. This change optimizes the code by using a map instead of looping over all resources. (solo-io/gloo#4084)

v0.17.0

19 Dec 00:03
8259b0e
Compare
Choose a tag to compare

Breaking Changes

  • Add the GomockMatchProto gomock.Matcher and the MatchPublicFields gomega Matcher. Fix 'ConistOfProtos' to 'ConsistOfProtos'. (solo-io/gloo#3926)

v0.16.3

18 Dec 13:24
3aa6f6f
Compare
Choose a tag to compare

Fixes

  • Fix resource client watch function to exit when context is cancelled. (solo-io/gloo#4001)

v0.16.2

10 Dec 21:35
9a85505
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.16.1

07 Dec 20:03
959d340
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.16.0

03 Dec 18:56
501a473
Compare
Choose a tag to compare

Breaking Changes

v0.15.2

02 Dec 19:41
15aad81
Compare
Choose a tag to compare

Upgrade Notes