Skip to content

Releases: input-output-hk/hedgehog-extras

Release v0.6.1.0

14 Feb 08:16

Choose a tag to compare

56cb839 New version hedgehog-extras-0.6.1.0
7c0b9e5 #39 Lower bound on aeson
7d48cfa Lower aeson bound
25fecf8 Allow reading files into any FromJSON
8a40189 Remove double printing of a command with its arguments

Release v0.6.0.1

23 Jan 08:31
a7bb132

Choose a tag to compare

a7bb132 New version hedgehog-extras-0.6.0.1
3ab41d9 Fix missing stderr in failed commands

Release v0.6.0.0

16 Jan 12:59

Choose a tag to compare

13509fb New version 0.6.0.0
5874f50 Add concurrency abstractions from lifted-async and lifted-base
06f32cd Add exec variant that allows a negative call (#55)

Release v0.5.1.0

03 Jan 13:55
fdbed5a

Choose a tag to compare

fdbed5a New version 0.5.1.0
b09f7cc Use MultiwayIf to simplify code
1b41ea3 New RECREATE_GOLDEN_FILES which will causes golden tests to always create golden files replacing any existing golden files
0016f0b Add upper bound to tar

Release v0.5.0.0

23 Nov 12:26

Choose a tag to compare

1ec284b New version 0.5.0.0

Release v0.4.8.0

21 Nov 10:52

Choose a tag to compare

830c201 New version hedgehog-extras-0.4.8.0
e8ae834 Remove unused import
3838c62 CI: Add ghc-9.8.1 to build matrix
aa06674 Make it build with ghc-9.8

Release v0.4.7.1

05 Oct 00:41
47df6f4

Choose a tag to compare

47df6f4 New version hedgehog-extras-0.4.7.1
42505e3 Remove dependency on hw-aeson

Release v0.4.6.0

19 Jun 13:10

Choose a tag to compare

1901ae8 New version 0.4.6.0
0db485c Create new process groups for newly spawned processes (#42)
6c9e229 Add a way to log golden files
98ab0cf Put the golden-file filename in the failure message of diffVsGoldenFile

Release v0.1.0.0

29 Mar 03:28
6ab5e20

Choose a tag to compare

6ab5e20 Setup Github Actions CI
9bc9c86 Harmonise component versions and remove redundant conditionals.
38c3179 Drop support for ghc-8.6.5
7cfe42d Import cardano-submit-api from cardano-rest repo Publish submit-api artifacts Tidy up imports Remove unused cardano-cli dependencies Document how to test
b8bc703 Test support for running CLI commands with environment variables.
4793a12 Run golden tests at the value level rather than the text level to avoid chaing parser implementations causing tests to fail.
f06343e Update copyright to 2021
e304e19 Cabal 3.4 in Github Actions
08a4182 Reconfigure nodes for chairman tests and tweak chairman block expectations.
5d2aeda New copyRewriteJsonFile function to work around permissioning issues on Hydra
85faabc Remove redundant imports
5ea24dc General chairman test code quality changes
e68359a Chairman test running on Windows and Linux.
9cb3be7 Report all log files on any test failure.
750d428 Bump versions to 1.21.0 and update the change logs
dcc8f1f Run byron-shelley testnet
de93e4d Run a chairman process per node
639c7b8 Increase test code re-use by moving test support code into separate common hedgehog-extras library.