Releases: bobmaertz/canner
Releases · bobmaertz/canner
Initial release
- Support for injection of a latency delay into the response. Currently simple and random latency modes are supported. Simple is a static duration delay while random will choose a latency up to the value provided in the configuration.
- Supports matching body, method, and headers to serve up a response
What's Changed
- Feature/refactoring for tests by @bobmaertz in #1
- Adding sensible defaults to matchers by @bobmaertz in #2
- Fixing gitignore and tests by @bobmaertz in #3
New Contributors
- @bobmaertz made their first contribution in #1
Full Changelog: https://github.com/bobmaertz/canner/commits/v0.1.0