Skip to content

v3.0.0

Compare
Choose a tag to compare
@erezrokah erezrokah released this 21 Oct 11:17
66d0af7

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 Chai to.have.log matchers you might need to quote your pattern, e.g. toHaveLog(pattern) -> toHaveLog(`"${pattern}"`) or to.have.log(pattern) -> to.have.log(`"${pattern}"`) to support special characters

Bug Fixes

  • don't quote CloudWatch filter pattern (#702) (aef13c0)