Skip to content

v0.4.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 04 Oct 19:46
· 27 commits to main since this release
ed6226c
  • 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 Logger instance to EasyVCR to funnel log messages into your own logging setup (fallback: logs to console)