releases.shpreview

5.1.3

January 21, 2021Go SDKView original ↗
$npx -y @buildinternet/releases show rel_eXv1M2OUJPEltK6glIVaJ

[5.1.3] - 2021-01-20

Fixed:

  • When using semantic version operators, semantic version strings were being rejected by the SDK if they contained a zero digit in any position after the first character of a numeric version component. For instance, 0.1.2 and 1.2.3 were accepted, and 01.2.3 was correctly rejected (leading zeroes for nonzero values are not allowed), but 10.2.3 was incorrectly rejected. This would cause the flag/segment clause to incorrectly return a "match" or "no match" result depending on how the clause was written.

Fetched April 11, 2026