Skip to content

Releases: DataDog/lading

v0.13.1

27 Mar 14:32
5c2951f
Compare
Choose a tag to compare

Added

  • Introduced Proportional Set Size (PSS) memory measurement under the
    pss_bytes metric.
  • Convert Block to use Bytes type instead of Vec<u8>.
  • Introduce Datadog trace-agent payload support in JSON and MsgPack serialization.

v0.13.1-rc1

23 Mar 21:35
59b6aec
Compare
Choose a tag to compare
v0.13.1-rc1 Pre-release
Pre-release
update CHANGELOG

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.13.0

18 Feb 01:34
9552152
Compare
Choose a tag to compare
Release lading 0.13

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.13.0-rc1

14 Feb 22:25
aff0ac3
Compare
Choose a tag to compare
v0.13.0-rc1 Pre-release
Pre-release
changelog

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.12.0

03 Feb 22:26
b806a49
Compare
Choose a tag to compare
Release lading 0.12.0 (#457)

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.12.0-rc6

02 Feb 01:02
8b79859
Compare
Choose a tag to compare
v0.12.0-rc6 Pre-release
Pre-release
Update Changelog

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.12.0-rc5

11 Jan 23:39
80e35ba
Compare
Choose a tag to compare
v0.12.0-rc5 Pre-release
Pre-release
update changelog

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.12.0-rc4

10 Jan 23:02
d187ef2
Compare
Choose a tag to compare
v0.12.0-rc4 Pre-release
Pre-release
changelog update

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.12.0-rc3

10 Jan 19:19
146764c
Compare
Choose a tag to compare
v0.12.0-rc3 Pre-release
Pre-release
intro changelog

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

v0.11.3

12 Dec 20:04
2bd4627
Compare
Choose a tag to compare

Fixed

  • gRPC calls that respond with data are now handled correctly. This previously
    emitted an error and dropped the response.