| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kuma.intoto.jsonl | 2025-11-13 | 22.8 kB | |
| 2.12.4 source code.tar.gz | 2025-11-13 | 8.1 MB | |
| 2.12.4 source code.zip | 2025-11-13 | 12.4 MB | |
| README.md | 2025-11-13 | 1.3 kB | |
| Totals: 4 Items | 20.6 MB | 0 | |
[!IMPORTANT] This release introduces two related changes to align with Go module versioning conventions:
- Module path: Kuma now uses
github.com/kumahq/kuma/v2(with/v2suffix)- Release tags: Tags now include the
vprefix (e.g.,v2.12.4instead of2.12.4)These breaking changes only affect Go projects that directly reference Kuma as a dependency in their code. Regular Kuma users are not affected.
Changelog
- feat(deps)!: migrate module path to github.com/kumahq/kuma/v2 #14968 @bartsmykla
- feat(mise): move golang dependency to mise (backport of [#14884]) #14887 @kumahq
- fix(MeshCircuitBreaker): properly configure inbounds with servicePort set (backport of [#14875]) #14880 @kumahq
- fix(meshpassthrough): sort IP address to provide predictable order (backport of [#14857]) #14863 @kumahq
- fix(xds): set keepalive configuration for dpp to cpp connection (backport of [#14912]) #14926 @kumahq
- perf(rules): optimize SubsetIter to enumerate only correct subsets (backport of [#14862]) #14871 @kumahq