| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-21 | 613 Bytes | |
| v2.9.2 source code.tar.gz | 2026-04-21 | 39.5 MB | |
| v2.9.2 source code.zip | 2026-04-21 | 40.4 MB | |
| Totals: 3 Items | 79.9 MB | 0 | |
CI-only patch release. No source or API changes.
Fixed
- CodeQL (java-kotlin) now uses
build-mode: none(source-only analysis). v2.9.1's matrix narrowing includedjava-kotlinbut CodeQL's autobuild needs a Gradle/Maven wrapper thatsdk/javadoesn't ship, so the job failed on every PR. Source-only analysis still catches high-severity sinks in the hand-written Java SDK code; generated protobuf classes are excluded viacodeql-config.ymlpaths-ignore. (#42)
Consumers
Downstream cordum users on v2.9.1 can bump to v2.9.2 for CI cleanliness. No Go-side code changes between v2.9.1 and v2.9.2.