Skip to content

Releases: DataDog/lading

v0.19.0

16 Oct 23:08
b16f826
Compare
Choose a tag to compare

Changed

  • HTTP blackhole can respond with arbitrary data.
  • Dogstatsd payload generation now takes range configuration, allows constant settings.

v0.19.0-rc4

16 Oct 21:19
Compare
Choose a tag to compare
v0.19.0-rc4 Pre-release
Pre-release

Changed

  • HTTP blackhole can respond with arbitrary data.

v0.19.0-rc3

13 Oct 22:55
efd02cc
Compare
Choose a tag to compare
v0.19.0-rc3 Pre-release
Pre-release

Changed

  • Dogstatsd payload generation uses snake-case.

v0.19.0-rc2

13 Oct 19:14
07b6a29
Compare
Choose a tag to compare
v0.19.0-rc2 Pre-release
Pre-release

Changed

  • Dogstatsd payload generation now takes range configuration, allows constant settings.

v0.18.1

20 Sep 00:58
4217d43
Compare
Choose a tag to compare

Added

  • lading-payload crate is now split out from the lading crate
  • It is now possible for users to configure the range of DogStatsD payloads
    values. Previously the range was 64-bits wide. The range is inclusive or
    constant. Additionally, users may configure a probability for values being a
    floating point or not.

Changed

  • The block mechanism is reworked to provide a 'fixed' and 'streaming' model,
    running in a separate OS thread from the tokio runtime.

v0.18.1-rc6

19 Sep 23:50
50733b7
Compare
Choose a tag to compare
v0.18.1-rc6 Pre-release
Pre-release

Changed

  • The configuration option float_weight is changed to float_probability.

v0.18.1-rc5

19 Sep 01:43
ef635bb
Compare
Choose a tag to compare
v0.18.1-rc5 Pre-release
Pre-release

Changed

  • Capitalization is renamed to snake-case in value configuration.

v0.18.1-rc4

18 Sep 22:47
9f2d574
Compare
Choose a tag to compare
v0.18.1-rc4 Pre-release
Pre-release

Changed

  • The int-only experiment is now reverted.
  • Configuration for numeric values now explicitly allows constant values.

v0.18.1-rc3

12 Sep 15:16
18f2dea
Compare
Choose a tag to compare
v0.18.1-rc3 Pre-release
Pre-release

Changed

  • DogStatsD NumValue is now int-only for experimental purposes, range is also made inclusive. The inclusivity will remain.

v0.18.1-rc2

12 Sep 09:23
22f547a
Compare
Choose a tag to compare
v0.18.1-rc2 Pre-release
Pre-release

Fixed

  • DogStatsD value min/max is now 2**63 symmetric. This avoids a range issue in the rand crate.