github DataDog/dd-trace-java v0.26.1
0.26.1

latest releases: v1.36.0, v1.35.2, v1.35.1...
5 years ago

WARNING:

This release has a bug calculating the content length for tracer payloads with more than 15 traces (per second). This miscalculation causes the agent to drop the payload. This is fixed in 0.26.2.

Bugs

  • Fix regression introduced in version 0.26.0 where it was impossible to instantiate HttpsURLConnectionImpl due to missing classes. #781
  • Fix config key for http status error mapping. The following config should now work properly. #782
    • System Property:
      • dd.http.client.error.statuses=400-499
      • dd.http.server.error.statuses=500-599
    • Environment Variable:
      • DD_HTTP_CLIENT_ERROR_STATUSES=400-499
      • DD_HTTP_SERVER_ERROR_STATUSES=500-599

Don't miss a new dd-trace-java release

NewReleases is sending notifications on new releases.