Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
====================================
Coverage 74% 74%
====================================
Files 36 36
Lines 4007 4007
====================================
Hits 2983 2983
Misses 1024 1024
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bf79994 to
2108854
Compare
2108854 to
b87ddb3
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the pact-python package to v3.3.0 and adds the corresponding release notes entry to the changelog.
Changes:
- Update package version in
pyproject.tomlfrom3.2.1to3.3.0. - Add
pact-python/3.3.0release notes section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Updates the project version to 3.3.0 for the release. |
CHANGELOG.md |
Adds the v3.3.0 changelog entry, including feature highlights and other release notes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[pact-python/3.3.0] 2026-04-17
🚀 Features
Add xml matching
A new
pact.xmlmodule provides builder functions for constructing XML request and response bodies with embedded Pact matchers. Usexml.element()to describe the XML structure and attach matchers where needed, then wrap the result withxml.body()before passing it towith_body(..., content_type="application/xml"):Repeating elements are supported via
.each(min=1, examples=2)on anyXmlElement. Attributes (including namespace declarations) can be passed via theattrskeyword argument.Allow iteration over all interactions
Use common
PactInteractiontypeCan toggle follow redirects
Allow plugin loading delay
📚 Documentation
⚙️ Miscellaneous Tasks
� Other
Contributors