Releases: DataDog/lading
Releases · DataDog/lading
v0.19.0
Changed
- HTTP blackhole can respond with arbitrary data.
- Dogstatsd payload generation now takes range configuration, allows constant settings.
v0.19.0-rc4
Changed
- HTTP blackhole can respond with arbitrary data.
v0.19.0-rc3
Changed
- Dogstatsd payload generation uses snake-case.
v0.19.0-rc2
Changed
- Dogstatsd payload generation now takes range configuration, allows constant settings.
v0.18.1
Added
lading-payload
crate is now split out from thelading
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
Changed
- The configuration option
float_weight
is changed tofloat_probability
.
v0.18.1-rc5
Changed
- Capitalization is renamed to snake-case in value configuration.
v0.18.1-rc4
Changed
- The int-only experiment is now reverted.
- Configuration for numeric values now explicitly allows constant values.
v0.18.1-rc3
Changed
- DogStatsD NumValue is now int-only for experimental purposes, range is also made inclusive. The inclusivity will remain.
v0.18.1-rc2
Fixed
- DogStatsD value min/max is now 2**63 symmetric. This avoids a range issue in the
rand
crate.