Skip to content

Releases: palantir/metric-schema

0.5.0

12 Dec 15:05
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.4.9

12 Dec 14:53
69ac74d
Compare
Choose a tag to compare
Type Description Link
Fix Fix markdown rendering sort order to prioritize local metrics #43

0.4.8

06 Dec 18:06
0e7a668
Compare
Choose a tag to compare
Type Description Link
Improvement Mark all tasks as cacheable #37

0.4.7

06 Dec 13:12
86e6aef
Compare
Choose a tag to compare
Type Description Link
Improvement Correctly support Eclipse #36

0.4.6

05 Dec 14:08
b3ba1ea
Compare
Choose a tag to compare
Type Description Link
Improvement Exclude version of artifact in generated markdown #32

0.4.5

04 Dec 14:54
dfd2fc8
Compare
Choose a tag to compare
Type Description Link
Fix Provide stable markdown order when a namespace is defined twice #28

0.4.4

03 Dec 09:06
f963416
Compare
Choose a tag to compare
Type Description Link
Fix Stable markdown order regardless of the input schema order. Prevents failing checks due to build order differences. #26

0.4.3

02 Dec 16:49
7d51823
Compare
Choose a tag to compare
Type Description Link
Improvement Generated Metric manifest is now a map of GAVs to lists of metric schema #17
Improvement Metric markdown provides provenance. Metrics from the local project (as determined by the artifact group) are listed above those inherited from other projects. #22

0.4.2

25 Nov 23:48
fc64f2e
Compare
Choose a tag to compare
Type Description Link
Fix CreateMetricsManifestTask avoids logging noisy stack traces

Previously distribution projects which did not produce metrics
resulted in exceptions being harmelssly logged due to attempting
to open files that did not exist.
Now we check for existance first.
#16

0.4.1

25 Nov 21:33
2af3fdc
Compare
Choose a tag to compare
Type Description Link
Feature Expose com.palantir.metric-schema-markdown plugin which allows any project to opt into metric-schema markdown generation. #15