File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.2 (2024-10-10)
2
+
3
+ ### BREAKING CHANGE
4
+
5
+ - Python 3.8 support dropped
6
+ - The ` srv.mismatches ` is changed from a `list[ dict[ str,
7
+ Any]] ` to a ` list[ Mismatch] `.
8
+
9
+ ### Feat
10
+
11
+ - add Python 3.13, drop 3.8
12
+ - improve mismatch error
13
+ - add ArrayContainsMatcher
14
+ - add each key/value matchers
15
+ - add uuid matcher
16
+ - add match aliases
17
+ - improve match module
18
+ - add strftime to java date format converter
19
+ - add matchable typevar
20
+ - ** examples** : add post and delete
21
+
22
+ ### Fix
23
+
24
+ - ISO 8601 incompatibility
25
+ - typing annotations
26
+ - ** examples** : do not publish postgres port
27
+ - ** examples** : use wget for broker healthcheck
28
+ - ** examples** : do not overwrite pact file on every test
29
+ - ensure matchers optionally use generators
30
+ - kwargs typing
31
+ - incompatible override
32
+ - missing typing arguments
33
+
34
+ ### Refactor
35
+
36
+ - match module
37
+ - generators module
38
+ - create pact.v3.types module
39
+ - generate module in style of match module
40
+ - rename generators to generate
41
+ - matcher
42
+ - split types into stub
43
+ - rename matchers to match
44
+ - prefer ` | ` over Optional and Union
45
+
1
46
## v2.2.1 (2024-07-22)
2
47
3
48
### Feat
You can’t perform that action at this time.
0 commit comments