2026-07-30 — galaxio-gatling-pro 1.2.0
galaxio-gatling-pro 1.2.0
Four Gatling lines are covered — 3.9.x, 3.11.x, 3.13.x, 3.15.x — and every version number now lives in one file.
Added
- Gatling 3.9.x, where both the old and new API spellings compile — the skill says to write
the one that survives 3.11. - Gatling 3.15.x, a supported target for any project without a Galaxio dependency.
references/versions.md. One matrix, a column per line, holding every coordinate the skill
names — a row read across the columns is where that library crosses.references/version-lookup.md. Two commands: what is published, and which line a release
targets. Used wherever a current version used to be written down.- Routing for 3.10.x, 3.12.x and 3.14.x. A detected 3.10.x used to match no row and silently
got 3.13 coordinates — wrong on every one.
Changed
- Snapshots are gone, thresholds stay. Out:
3.13.5,3.11.5,1.25.0and every other
"current release" number. In: every crossing, every build-plugin floor, the version traps. - Bounds follow the line. A range is a closed line,
+an open one whose top is looked up. - The Galaxio ceiling is a dependency fact, not a limit of the skill — stopping at 3.13.x
applies only to projects keeping Picatinny or a protocol plugin. - One fact, one file. Numbers live in
versions.md, line deltas inmigrate.md, Picatinny's
API thresholds in the Picatinny references. Protocol and build references carry no versions at
all —--add-openshad been spelled out in twelve files, the crossing table in four. - Picatinny
0.xcovers0.14.0upward — the class set is identical up to0.16.0.
Fixed
- Java 8 on 3.9.x is a Scala-only floor. The
javaapifacade every Java and Kotlin project
goes through is class-file major 61 in the very first0.14.xand0.10.3jars, so a Java or
Kotlin project on that line needs 17 like every other. gatling-gradleis bounded on every line: an open bound on a plugin whose major.minor is the
Gatling line silently moves the project off it.gatling-maven-plugin 4.8.0needs Maven 3.6.3+, dropped in the consolidation while three build
references still promised it.- Picatinny's two extra utility classes arrive at
0.17.0, not0.18.2. gatling-picatinnyhas no 3.12 release at all —SKILL.mdclaimed one sat between the
crossing columns.
8 more lines
- A
0.xPicatinny pin spans three Gatling lines, so raising it can move the Gatling line
without changing an import. The reference said it never could. httpConcurrentRequestswas marked unavailable on the profiled lines; 3.15.x is now one.
Removed
references/beyond-3-13.mdand the fourreferences/version-3-*.mdprofiles, folded into
versions.md;references/migrate-3-11-to-3-13.mdrenamed toreferences/migrate.md.