Skip to content

v1.5.7

Compare
Choose a tag to compare
@safris safris released this 02 Feb 14:40
· 654 commits to master since this release

The v1.5.7 release includes the following updates:

  • Improve intercept logging (#385)
  • Improve test coverage for init patterns (#342)
  • Fix download links in README.md (#386)
  • Make TracedMessage distributable (#380)
  • Fix Static Deferred Attach for Spring Boot based apps (#379)
  • Determine libs transitively supported by existing instrumentation task (#329)
  • Implement integration tests for transitively supported libs (#330)
  • Add integration tests for Ratpack (#378)
  • Add integration tests for SparkJava (#373)
  • Add integration tests for Twilio (#371)
  • Fix NoSuchMethodException: TracingFilter.buildSpan(...) (#369)
  • Use WrapperProxy from "io.opentracing.contrib:common" (#374)
  • Implement Dynamic Instrumentation Rule (#375)
  • Fix "object is not an instance of declaring class" resulting from DynamicProxy (#368)
  • Fix incorrect return from PluginManifest.getPluginManifest when called from AgentRunner (#372)
  • Fix different span behavior for Spring WebMVC with Static Deferred Attach (#358)
  • Make JmsTest in JMS-2 more stable (#364)
  • Allow Static Deferred Attach to work with Spring Boot apps built with spring-boot-maven-plugin (#362)
  • Add support for global tags when using LightStep Tracer (#320)
  • Update SpecialAgentUtil.convertToNameRegex(...) to match name literals (i.e. "spring:boot") (#363)
  • Update Instrumentation Plugins (#387)
  • Tokenize ${sa.itest.args} in itest-maven-plugin to (#388)
  • Fix VerifyError: "Illegal type in constant pool" due to isEnabled(Class,String) (#389)
  • Fix Static Deferred Attach initializing Spring Boot too early (#367)