Releases: palantir/metric-schema
Releases · palantir/metric-schema
0.5.20
Type |
Description |
Link |
Improvement |
Fix tag enum names for lower-hyphen inputs such that UPPER_UNDERSCORE names are used. |
#434 |
0.5.19
Type |
Description |
Link |
Improvement |
More robust sanitization of variable names |
#429 |
Feature |
Add support for docs to tag definitions |
#431 |
Fix |
Fixed publishing. |
#433 |
0.5.18
Type |
Description |
Link |
Improvement |
Respect ordering of fields in markdown |
#427 |
Improvement |
Render tag values in markdown |
#428 |
0.5.17
Type |
Description |
Link |
Feature |
add support for constants in metric-schema |
#407 |
0.5.16
Type |
Description |
Link |
Improvement |
Metric methods which return a value are now annotated with @CheckReturnValue to ensure proper usage. |
#380 |
0.5.15
Type |
Description |
Link |
Fix |
The generateMetrics task can now get hits from the gradle build cache irrespective of where the repo is checked out. Previously you'd only see FROM-CACHE hits in the exact checkout path that the original build ran. |
#376 |
0.5.14
Type |
Description |
Link |
Fix |
correct cache up-to-dateness for project dependencies |
#373 |
0.5.13
Type |
Description |
Link |
Fix |
CreateMetricsManifestTask is not cached and no longer causes confusing errors with false cache hits |
#348 |
0.5.12
Type |
Description |
Link |
Fix |
checkMetricMarkdown failures provide the correct task name to regenerate markdown |
#324 |
0.5.11
Type |
Description |
Link |
Improvement |
generateMetricsMarkdown no longer requires --write-locks |
#314 |