Skip to content

Tritium 0.7.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@schlosna schlosna released this 03 Oct 16:07
· 1853 commits to develop since this release

Tritium 0.7.0-beta1 pre-release

  • [breaking] Upgrade all modules to Java 8 source and compilation (#22)

  • [breaking] Cleanup API interfaces (#24)

    • Move following classes from com.palantir.tritium.event to com.palantir.tritium.api.event
      • InstrumentationFilter
      • InvocationContext
      • InvocationEventHandler
  • Move Proxies to tritium-proxy module (#25)

  • Add safe-logging SafeArg to relevant logging statements (#23)

  • Make registerSafe more threadsafe. (#26)

  • Upgrade Dropwizard Metrics to 3.1.5 (#27)

  • Setup circle test summary (#31)

  • Upgrade build infrastructure and gradle 4.2 (#32)

  • Add MetricRegistries metricsPrefixedBy and metricsMatching (#30)