Skip to content

0.2.5-alpha

Choose a tag to compare

@declark1 declark1 released this 17 Apr 18:01
· 5 commits to main since this release
6296c27

What's Changed

  • [Feature] Add Mock limit option to limit the number of times a mock can be matched by @ferranjr in #33
  • [Enhancement] Add Mock id and match_count fields, add MockServerState, rename mock_with_priority to mock_with_options by @declark1 in #35
  • [Enhancement/Fix] Improve logic to find available port and add MockServerConfig with an initial set of options to make this configurable by @mdevino in #39
  • [Misc] Drop tonic dependency by @declark1 in #46
    • Also resolves bug in #43 due to breaking changes in v0.13.0
  • [Misc] Make MockServer Send by @mirosval in #44
  • [Misc] Add missing head() method to When and additional convenience methods to Then for common errors by @declark1 in #27
  • [Misc] Make MockSet Clone by @mdevino in #41

New Contributors