You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary of changes
- Bump version from 19.1.0 to 20.0.0.
- Update GetResponseBody signature.
## Reason for change
API Changes:
- `ddog_trace_exporter_response_get_body` now returns the length which
prevents managed code to compute the payload's length manually.
Improvements:
- Avoid formatting the agent response into a null terminated string
before returning it to the managed code. This will boost the performance
by avoiding an additional copy of the response
([#1170](DataDog/libdatadog#1170)).
- Lower the severity of the info fetcher logs
[#1168](DataDog/libdatadog#1168).
## Other details
Libdd release
[page](https://github.com/DataDog/libdatadog/releases/tag/v20.0.0)
0 commit comments