Releases: DataDog/lading
Releases · DataDog/lading
v0.13.1
Added
- Introduced Proportional Set Size (PSS) memory measurement under the
pss_bytes
metric. - Convert
Block
to useBytes
type instead ofVec<u8>
. - Introduce Datadog trace-agent payload support in JSON and MsgPack serialization.
v0.13.1-rc1
update CHANGELOG Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.13.0
Release lading 0.13 Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.13.0-rc1
changelog Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.12.0
Release lading 0.12.0 (#457) Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.12.0-rc6
Update Changelog Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.12.0-rc5
update changelog Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.12.0-rc4
changelog update Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.12.0-rc3
intro changelog Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.11.3
Fixed
- gRPC calls that respond with data are now handled correctly. This previously
emitted an error and dropped the response.