Skip to content

Releases: mkatychev/darkroom

v0.8.0

05 Oct 18:43
0e38796
Compare
Choose a tag to compare
  • added cut variable functionality to JSON keys, with also the option to reference
    multiple cut variables so long as the variables are all strings: "${KEY}${KEY_2}": "val_3"

0.7.4

21 Jul 23:44
34d7bc1
Compare
Choose a tag to compare
  • support multiple headers for gRPC requests

0.7.3

19 Jul 15:50
5e92a3b
Compare
Choose a tag to compare
  • changed valid cut variable regex from [A-Za-z_] to [A-Za-z_0-9] as alpha numerics were the intended format