Skip to content

v0.49.0: make the config direct from yaml and json (#206)

Compare
Choose a tag to compare
@rybit rybit released this 15 Jan 21:58
4ec95d9
* make the config direct from yaml and json

refactor to keep a deprectated LoadFromFile

fix imports

* fix tests

* use the args loader

* make test for parsing the default configuration

* misleading error

* use the Duration in the test

* default more values

* use the util.Duration for timeout values

* import cleanups