Skip to content

Releases: Bestowinc/darkroom

v0.8.1: Validate on retries

14 Jul 21:36
60b82b3
Compare
Choose a tag to compare
Update versions (#42)

v0.8.0: Sync from fork

24 Mar 19:05
9f2aa42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...v0.8.0

0.7.0

28 May 20:04
1e7922e
Compare
Choose a tag to compare
  • added dark man command for additional documentation, can be excluded from build with the --no-default-features flag
  • added dark vreel command to support virtual reels allowing mixing of arbitrary cuts and frames in a chosen order:
    dark vrecord ./test_data/post.vr.json
  • added partial and unordered response validations to filmreel
  • implemented subset of jql for mutable selections of the resposne json
    the jql library can be included with the --features=filmreel/full_jql flag
  • an empty body in the request is now appropriately represented as a missing body key rather than "body": {}
  • take and record can now accept a mixture of filepaths and json strings:
    dark take ./test_data/post.01s.body.fr.json '{"new":"value"}' ./test_data/post.cut.json
  • dark take command simplified, if --cut not provided, will try to look for a cut file in the same directory as the given frame json

0.7.0-a

02 May 18:21
43c3772
Compare
Choose a tag to compare
0.7.0-a Pre-release
Pre-release
  • implemented validations with partial comparison property
  • an empty body in the request is now appropriately represented as a missing body key rather than "body": {}
  • introduced own selector engine to do in-place mutations for validations rather than using jql

0.6.0

05 Jan 23:21
a7bbfd5
Compare
Choose a tag to compare
  • added --import-path for dark --proto arguments specifying paths for proto definition lookup
  • added dark record --duration to display total time elapsed in a record session

0.5.0

15 Dec 21:39
f311fd9
Compare
Choose a tag to compare
  • timestamps are added to recordings: dark record record ./test_data post --timestamp
  • 30 sec default timeout can now be overridden: dark record record ./test_data post --timeout 2
  • reel sequence numbers are now checked for duplicates

0.5.0-a

09 Dec 02:05
0abf305
Compare
Choose a tag to compare
  • timestamps are added to recordings: dark record record ./test_data post --timestamp
  • 30 sec default timeout can now be overridden: dark record record ./test_data post --timeout 2

0.4.0

24 Aug 17:35
d6776a9
Compare
Choose a tag to compare
  • range added to recordings: dark record --range "<start_u32>:<end_u32>" ./dir/ my_reel_name

0.3.3-b

17 Aug 21:53
4c38665
Compare
Choose a tag to compare
  • "request"["form"] request building URL functionality moved to "request"["query"]
  • "request"["form"] now properly bulids the form data of the HTTP request

0.3.3-a

31 Jul 14:57
2e2d4ec
Compare
Choose a tag to compare
  • Added grpcurl error propagation