Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: don't quote CloudWatch filter pattern #702

Merged
merged 2 commits into from
Oct 21, 2022

Conversation

erezrokah
Copy link
Owner

@erezrokah erezrokah commented Oct 21, 2022

Other way to fix #696.

This is a breaking change so will be released as a new major version bump

@erezrokah erezrokah changed the title fix!: dont quote CloudWatch filter pattern fix!: don't quote CloudWatch filter pattern Oct 21, 2022
@coveralls
Copy link

coveralls commented Oct 21, 2022

Pull Request Test Coverage Report for Build 3296887009

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0004%) to 99.726%

Totals Coverage Status
Change from base Build 3296877520: -0.0004%
Covered Lines: 606
Relevant Lines: 606

💛 - Coveralls

@erezrokah erezrokah merged commit aef13c0 into main Oct 21, 2022
@erezrokah erezrokah deleted the fix/dont_quote_filter_pattern branch October 21, 2022 11:11
kodiakhq bot pushed a commit that referenced this pull request Oct 21, 2022
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](v2.1.7...v3.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](#702))
([aef13c0](aef13c0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants