Releases: DataDog/lading
Releases · DataDog/lading
0.5.1
Allow for address resolution in tcp_gen (#103) * Allow for address resolution in tcp_gen This commit allows tcp_gen to resolve addresses from names. Previously an IP address had to be supplied. Signed-off-by: Brian L. Troutwine <[email protected]> * address cargo-audit dings Signed-off-by: Brian L. Troutwine <[email protected]>
0.5.0
Configure all lading programs through files (#99) Previously we allowed for some lading programs to be configured through command-line flags. This makes lading challenging to use in contexts where file-based configuration is more convenient, so we now have every lading binary read a config file from under `/etc/lading`. Signed-off-by: Brian L. Troutwine <[email protected]>
0.4.8
Add id to metadata job for docker release (#98) Signed-off-by: Spencer Gilbert <[email protected]>
0.4.7
Reduce the size of splunk hec payloads The previous setup made truly massive payloads, larger than were necessary. This implies the project needs a "bounded string" type, or a rethink of how AsciiStr works. Signed-off-by: Brian L. Troutwine <[email protected]>
0.4.6
Add splunk_hec payload (#89) * Add splunk_hec payload This commit adds the ability to generate splunk's hec payload format. Time doesn't vary presently, which is a little weird, but that seems like it's easy to resolve if we ever need. Signed-off-by: Brian L. Troutwine <[email protected]> * fix test issues Signed-off-by: Brian L. Troutwine <[email protected]>
0.4.5
Allow user to set block sizes (#80) * Allow user to set block sizes This commit allows the user to set block sizes for generators. This does not allow them to adjust individual message sizes -- unless a block is equivalent to a message -- but does allow indirect control. Essentially, the larger the block the larger the message for some formats. This is mostly useful for systems that have a hard cap on the total payload size -- say, UDP when we get to that -- or in situations where we need to simulate consistent producers a little more carefully. Signed-off-by: Brian L. Troutwine <[email protected]> * clippy ding Signed-off-by: Brian L. Troutwine <[email protected]> * Allow block sizes to be defaulted Signed-off-by: Brian L. Troutwine <[email protected]> * clippy dings Signed-off-by: Brian L. Troutwine <[email protected]>
0.4.4
cut 0.4.4 Signed-off-by: Brian L. Troutwine <[email protected]>
0.4.3
tagging release 0.4.3
0.4.2
Tagging release 0.4.2
0.4.1
clippy dings, redux Signed-off-by: Brian L. Troutwine <[email protected]>