Skip to content

Releases: solarwinds/apm-java

v0.16.1-alpha

02 Jun 13:20
Compare
Choose a tag to compare
v0.16.1-alpha Pre-release
Pre-release

CHANGE LOG

WHAT'S NEW

  • Support collector setting in configuration file
  • Ignore empty or null transaction name.

v0.16.0

01 Jun 15:28
Compare
Choose a tag to compare

CHANGE LOG

WHAT'S NEW

  • remove PreparedStatement instrumentation
  • SDK API now returns true when in No-op
  • Upgrade to OTel agent 1.26.0

v0.15.6-alpha.1

31 May 01:38
Compare
Choose a tag to compare
v0.15.6-alpha.1 Pre-release
Pre-release
  • remove PreparedStatement instrumentation

v0.15.5

22 May 13:58
Compare
Choose a tag to compare

CHANGE LOG

WHAT'S NEW

  • report AWS and Azure VM metadata for Service and Host correlation
  • change custom components' name from appoptics to solarwinds

BUG FIXES 🐞

  • fix nondeterministic request timeout to collector

v0.15.4

26 Apr 14:59
f208132
Compare
Choose a tag to compare

CHANGE LOG

WHAT'S NEW

  • Upgrade to OTel agent 1.25.0

BUG FIXES 🐞

  • X-Trace-Options not being added to root span
  • Application hanging when custom sampler is attached
  • Inadvertent database password exposure. Fix via upgrade to 1.25.0

v0.15.4-alpha.2

24 Apr 17:33
Compare
Choose a tag to compare
v0.15.4-alpha.2 Pre-release
Pre-release

CHANGE LOG

WHAT'S NEW

  • Upgrade to OTel agent 1.25.0

BUG FIXES 🐞

  • X-Trace-Options not being added to root span
  • Application hanging when custom sampler is attached
  • Inadvertent database password exposure. Fix via upgrade to 1.25.0

v0.15.4-alpha.1

21 Apr 15:25
Compare
Choose a tag to compare
v0.15.4-alpha.1 Pre-release
Pre-release

CHANGE LOG

WHAT'S NEW

  • Upgrade to OTel agent 1.25.0

BUG FIXES 🐞

  • X-Trace-Options not being added to root span
  • Application hanging when custom sampler is attached
  • Inadvertent database password exposure. Fix via upgrade to 1.25.0

v0.15.4-alpha

20 Apr 17:29
Compare
Choose a tag to compare
v0.15.4-alpha Pre-release
Pre-release

CHANGE LOG

WHAT'S NEW

  • Upgrade to OTel agent 1.25.0

BUG FIXES 🐞

  • X-Trace-Options not being added to root span
  • Application hanging when custom sampler is attached
  • Inadvertent database password exposure. Fix via upgrade to 1.25.0

v0.15.3

03 Apr 15:49
4c44ad6
Compare
Choose a tag to compare

CHANGE LOG

WHAT'S NEW

  • upgrade bundled OTEL agent to 1.24.0
  • transaction filtering using full url and span layer
    • Example setting
         {
           "agent.transactionSettings": [
              {
                 "regex": "CLIENT:GET",
                 "tracing": "disabled"
              },
             {
                 "regex": "INTERNAL:Task\\.run",
                 "tracing": "disabled"
             },
             {
                  "regex": "http://localhost.*",
                  "tracing": "disabled"
             }
           ]
         }

BUG FIXES 🐞

  • fix unending trace

v0.15.3-alpha.2

03 Apr 14:10
Compare
Choose a tag to compare
v0.15.3-alpha.2 Pre-release
Pre-release

CHANGE LOG

WHAT'S NEW

  • upgrade bundled OTEL agent to 1.24.0
  • transaction filtering using full url and span layer
    • Example setting
         {
           "agent.transactionSettings": [
              {
                 "regex": "CLIENT:GET",
                 "tracing": "disabled"
              },
             {
                 "regex": "INTERNAL:Task\\.run",
                 "tracing": "disabled"
             },
             {
                  "regex": "http://localhost.*",
                  "tracing": "disabled"
             }
           ]
         }

BUG FIXES 🐞

  • fix unending trace