Skip to content

0.26.1

Choose a tag to compare

@mar-kolya mar-kolya released this 27 Mar 16:27
· 14782 commits to master since this release

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