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 unicode character encoding in JSON for webhooks #3670

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

mderynck
Copy link
Contributor

@mderynck mderynck commented Jan 11, 2024

What this PR does

Fixes escaping for unicode characters in webhooks.

Which issue(s) this PR fixes

#3149

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • CHANGELOG.md updated (or pr:no changelog PR label added if not required)

@mderynck mderynck requested a review from a team January 11, 2024 19:01
@mderynck mderynck added the pr:no public docs Added to a PR that does not require public documentation updates label Jan 11, 2024
@mderynck mderynck mentioned this pull request Jan 11, 2024
3 tasks
@mderynck mderynck added this pull request to the merge queue Jan 11, 2024
Merged via the queue into dev with commit d49af63 Jan 11, 2024
23 of 24 checks passed
@mderynck mderynck deleted the mderynck/3149-webhooks-unicode-characters branch January 11, 2024 19:43
iskhakov pushed a commit that referenced this pull request Feb 20, 2024
# What this PR does
Fixes escaping for unicode characters in webhooks.

## Which issue(s) this PR fixes
#3149 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants