Skip to content

v2.0.0-M2 - Fix Packaging and Include Instrument Groups

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivantopo ivantopo released this 25 Apr 21:28
· 2667 commits to master since this release

Changes since 2.0.0-M1:

  • We removed the Proguard step from the build due to invalid bytecode results when having double nested inner classes. Instead of proguard'ing the final jar we just used the info from proguard to create zap rules for SBT assembly and now we got a proper publishing process. More details here: #583
  • We brought back instrument groups. This feature was introduced originally via #561 but at some point while the big metrics/tracer refactorings were happening it got removed, since we thought it should be on a different module but actually, core is the right place for it so it came back.

We continue the march towards 2.0.0!