Skip to content

Releases: DataDog/lading

0.5.1

20 Oct 00:33
51b0338
Compare
Choose a tag to compare
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

14 Oct 21:45
8693fce
Compare
Choose a tag to compare
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

14 Oct 19:45
4dd9503
Compare
Choose a tag to compare
Add id to metadata job for docker release (#98)

Signed-off-by: Spencer Gilbert <[email protected]>

0.4.7

09 Sep 00:29
ba2cee4
Compare
Choose a tag to compare
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

08 Sep 22:24
ddeacae
Compare
Choose a tag to compare
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

16 Aug 22:53
3bcd6f3
Compare
Choose a tag to compare
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

06 Aug 22:21
52eab8b
Compare
Choose a tag to compare
cut 0.4.4

Signed-off-by: Brian L. Troutwine <[email protected]>

0.4.3

05 Aug 03:12
0.4.3
3d2c98e
Compare
Choose a tag to compare
tagging release 0.4.3

0.4.2

27 Jul 20:37
0.4.2
94d5f6e
Compare
Choose a tag to compare
Tagging release 0.4.2

0.4.1

23 Jul 15:23
47dbc83
Compare
Choose a tag to compare
clippy dings, redux

Signed-off-by: Brian L. Troutwine <[email protected]>