Skip to content

Commit

Permalink
update changelog for release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 13, 2021
1 parent 9b5c579 commit 65c7b82
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD` replacing TAGNAME and HEAD as appropriate.

# 4.2.2 - Bugfix Release

* 9b5c57915 - feat: add a system property to enable redirect handling #1323 (Ronald Holshausen, Sat Mar 13 15:37:55 2021 +1100)
* da1b926b2 - chore: fix failing tests (Ronald Holshausen, Sat Mar 13 15:12:53 2021 +1100)
* 32d22e7c7 - chore: add some tests around handling IO errors from Pact Broker #1322 (Ronald Holshausen, Sat Mar 13 14:56:52 2021 +1100)
* b94e5d62c - chore: add example spring MVC test with CSV #1013 (Ronald Holshausen, Sat Mar 13 13:58:56 2021 +1100)
* 2a5914b90 - feat(V4): implemented V4 specification tests (Ronald Holshausen, Mon Mar 8 15:40:46 2021 +1100)
* 73837d3fa - feat(V4): Update matching code to use matchingRules.content for V4 messages (Ronald Holshausen, Sun Mar 7 18:36:37 2021 +1100)
* 6719b9788 - feat(V4): Move message pact content matching rules from matchingRules.body to matchingRules.content (Ronald Holshausen, Sun Mar 7 12:46:18 2021 +1100)
* 805d23a5c - fix: tests with dates failing on jdk 13+ (Ronald Holshausen, Sun Mar 7 10:14:00 2021 +1100)
* d826cb619 - fix: disable test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:49:28 2021 +1100)
* bba503276 - chore: jacoco fails on JDK 13+ (Ronald Holshausen, Sat Mar 6 17:45:35 2021 +1100)
* 6d853763a - fix: disable test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:43:19 2021 +1100)
* efcc32f9a - fix: test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:31:11 2021 +1100)
* fa49f23fd - fix: code narc violations #1318 (Ronald Holshausen, Sat Mar 6 17:17:08 2021 +1100)
* 48acb7aa0 - fix: add tests for array contains with simple values in Groovy DSL #1318 (Ronald Holshausen, Sat Mar 6 17:14:33 2021 +1100)
* 2c90ff169 - fix: array contains was not allocating generators to the correct variant #1318 (Ronald Holshausen, Sat Mar 6 16:39:48 2021 +1100)
* 7f7e387ba - fix: array contains matcher was not dealing with simple values #1318 (Ronald Holshausen, Sat Mar 6 15:43:00 2021 +1100)
* 9f32ddbf0 - fix: codenarc errors (Ronald Holshausen, Sat Mar 6 14:06:58 2021 +1100)
* b96f7c66d - chore: add tests for json object attributes formmated as dates #1220 (Ronald Holshausen, Sat Mar 6 14:01:35 2021 +1100)
* 14c0c2f34 - feat: update content type overrides to allow setting the content type to json #1314 (Ronald Holshausen, Sat Mar 6 12:59:06 2021 +1100)
* bfe911378 - chore: update Google Guava to 30.1-jre #1319 (Ronald Holshausen, Fri Mar 5 12:07:26 2021 +1100)
* ec6073c3b - bump version to 4.2.2 (Ronald Holshausen, Fri Mar 5 11:34:52 2021 +1100)

# 4.2.1 - Bugfix Release

* b30c55d6c - Merge pull request #1317 from ryanlevell/fix/issue1316 (Ronald Holshausen, Mon Mar 1 15:35:29 2021 +1100)
Expand Down

0 comments on commit 65c7b82

Please sign in to comment.