Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-12-24 | 966 Bytes | |
v4 Release source code.tar.gz | 2020-12-24 | 1.6 MB | |
v4 Release source code.zip | 2020-12-24 | 1.7 MB | |
Totals: 3 Items | 3.3 MB | 0 |
I'm happy to say we've finished a few major things for this release.
It contains breaking changes so please read our upgrade notes before upgrading: https://github.com/uswitch/kiam/blob/master/docs/UPGRADING.md
Notable changes:
- External ID and Session Name annotations [#430] [#447]
- Deleted deprecated APIs [#426].
- More inclusive naming of parameters [#427]
- Delete StatsD support [#431]
- Stricter namespace annotation regex behaviour [#329]
Fixes:
- Better regional endpoint resolution [#432]
- gRPC improvements [#440] [#447]
The gRPC changes help overcome some issues [#217] people have reported with agents being unable to resolve servers. The recommended solution is for servers to reduce their keep-alive/connection age durations to require agents to re-initiate connections.
A huge thank you to those that have helped pull this together (especially @stefansedich):
- @roboweaver
- @leosunmo
- @stefansedich