v3.0.0
3.0.0 (2022-10-21)
⚠ BREAKING CHANGES
- The filter pattern to match CloudWatch Logs is now passed without modifications to the AWS API. If you're using the Jest
toHaveLog
or Chaito.have.log
matchers you might need to quote your pattern, e.g.toHaveLog(pattern) -> toHaveLog(`"${pattern}"`)
orto.have.log(pattern) -> to.have.log(`"${pattern}"`)
to support special characters