Skip to content

v0.5.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 04 Oct 20:37
· 36 commits to master since this release
92b7189
  • New feature: Set expiration time for interactions (how long since it was recorded should an interaction be considered valid)
    • Can determine what to do if a matching interaction is considered invalid:
      • Warn the user, but proceed with the interaction
      • Throw an exception
      • Automatically re-record (cannot be used in Replay mode)
  • New feature: Pass in a custom ILogger instance to EasyVCR to funnel log messages into your own logging setup (fallback: logs to console)
  • Improvement: Clarify that Delay may not be exact