Skip to content

Versioning & Compatibility

Version Format

srk follows Semantic Versioning 2.0.0, with the format MAJOR.MINOR.PATCH.

PartChange Meaning
MAJORIncompatible structural changes
MINORBackward-compatible new features
PATCHBackward-compatible bug fixes or documentation clarifications

Pre-1.0 Stability

srk is currently in the 0.x stage, and the API is considered unstable:

  • Minor version upgrades (e.g., 0.3.x0.4.0) may contain incompatible changes
  • Patch version upgrades (e.g., 0.3.110.3.12) are guaranteed to be backward-compatible within the same minor version

Version History

VersionMajor Changes
0.3.12Added RelativePath image type
0.3.11Added photo and location user fields
0.3.10Added JSON Schema
0.3.9Added byMarker filter option
0.3.8Added scored denominator option
0.3.7Added ranking time precision configuration
0.3.6Added markers field, deprecated marker
0.3.4Added score sorter, NOUT result
0.3.3Added Series filter options
0.3.2Added remarks, time precision configuration
0.3.1Added noTied option
0.3.0Introduced series[].rule, removed rows[].ranks

For the complete changelog, see CHANGELOG.