Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ All notable changes to this project will be documented in this file.
<!-- markdownlint-disable emph-style -->
<!-- markdownlint-disable strong-style -->

## [pact-python/3.4.1] _2026-09-17_

### πŸ› Bug Fixes

- Pass http transport first to ffi
- Report message handler failures instead of transport errors
- Report unserialisable messages instead of transport errors
- Properly handle three character date time format codes.
- Avoid index error on trailing datetime fmt

### πŸ§ͺ Testing

- Add failing three-character datetime test

### πŸ› οΈ Miscellaneous Tasks

- _(ci)_ Handle version degeneracy nicely
- Set user agent
- _(ci)_ Use GitHub App token
- Replace deprecated codecov action
- _(tests)_ Narrow message producer before accessing its handler
- _(renovate)_ Rebase PRs only when conflicted

### Contributors

- @JP-Ellis
- @kaos
- @Endika

## [pact-python/3.4.0] _2026-05-04_

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "pact-python"
version = "3.4.0"
version = "3.4.1"
description = "Tool for creating and verifying consumer-driven contracts using the Pact framework."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
Loading