Skip to content

Commit

Permalink
update changelog for release 4.2.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Oct 18, 2020
1 parent de64dde commit 0074d31
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD` replacing TAGNAME and HEAD as appropriate.

# 4.2.0-beta.0 - First 4.2 beta release

* de64dde38 - chore: get build working with Java 11 (Ronald Holshausen, Sun Oct 18 17:00:48 2020 +1100)
* 5f7bc7b97 - chore: correct the release script version check for Java 9 (Ronald Holshausen, Sun Oct 18 16:15:27 2020 +1100)
* 7f5dc5402 - fix: correct compiler errors after merge from master (Ronald Holshausen, Sun Oct 18 15:22:06 2020 +1100)
* 9513cce23 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Sun Oct 18 15:10:32 2020 +1100)
* a10781a0c - core: upgrade kotlin-logging lib to latest (Ronald Holshausen, Sun Oct 18 15:09:27 2020 +1100)
* 1b36668b4 - fix: handle null tag values in selectors #1227 (Ronald Holshausen, Sun Oct 18 14:47:16 2020 +1100)
* d27d690e1 - fix: when loading pacts, only swallow exceptions if annotation ignoreIoErrors == "true" #1225 (Ronald Holshausen, Sun Oct 18 14:28:41 2020 +1100)
* 473bf1ce2 - fix: when request to the broker fails with an exception, propogate the original exception #1225 (Ronald Holshausen, Sun Oct 18 14:06:56 2020 +1100)
* d31931403 - Merge pull request #1229 from sneufeind/fix/version-as-string (Ronald Holshausen, Sun Oct 18 13:34:40 2020 +1100)
* 4f231f680 - fix: suport versions that are not string values #1228 (Ronald Holshausen, Sun Oct 18 13:33:57 2020 +1100)
* 12348efb2 - feat: Update documentation on PactUrl authentication #1224 (Ronald Holshausen, Sun Oct 18 12:51:22 2020 +1100)
* 63d19cfb0 - feat: support system properties with PactUrl authentication #1224 (Ronald Holshausen, Sun Oct 18 12:40:04 2020 +1100)
* be912c995 - feat: add authentication to PactUrl annotation #1224 (Ronald Holshausen, Sun Oct 18 12:23:35 2020 +1100)
* 8621b7f15 - fix: Java DSL must not generate invalid matcher paths #1220 (Ronald Holshausen, Sat Oct 17 17:21:55 2020 +1100)
* 8c64f6dd8 - fix(MarkdownReporter): correctly align body mismatches when there are multiple per path #1219 (Ronald Holshausen, Sat Oct 17 16:33:54 2020 +1100)
* 7f34c22b8 - fix: merge in results so we don't lose results with multiple interactions #1128 (Ronald Holshausen, Sat Oct 17 15:55:45 2020 +1100)
* 7a775976b - feat: add summary to markdown report #1128 (Ronald Holshausen, Sat Oct 17 15:34:59 2020 +1100)
* d4488d55f - fix: don't default the content type to JSON when the content-type header is missing #1218 (Ronald Holshausen, Sat Oct 17 13:49:56 2020 +1100)
* 06c5b50f0 - fix: handle version as string (sneufeind, Thu Oct 15 16:31:16 2020 +0200)
* 503856e9f - bump version to 4.1.9 (anto, Wed Oct 14 15:09:25 2020 +0100)
* f73b71129 - chore: upgrade Kotlin to 1.4; Groovy to 3.0.6 (Ronald Holshausen, Thu Oct 1 16:41:46 2020 +1000)
* bfd7e35d5 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Thu Oct 1 15:34:48 2020 +1000)
* 015f9f0eb - chore: :consumer:junit:clojureTest fails on Windows after the upgrade of Gradle (Ronald Holshausen, Sat Sep 19 16:34:51 2020 +1000)
* 3e70486f9 - chore: :consumer:junit:clojureTest fails on Windows after the upgrade of Gradle (Ronald Holshausen, Sat Sep 19 16:27:40 2020 +1000)
* 6fd7f6f7f - chore: bump java in GH action to 11 (Ronald Holshausen, Sat Sep 19 16:10:31 2020 +1000)
* 73da1ec3c - chore: upgrade Gradle to 6.6.1 (Ronald Holshausen, Sat Sep 19 15:20:41 2020 +1000)
* ae0c9b1d6 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Sat Sep 19 14:43:17 2020 +1000)
* 6f2bd43b2 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Sat Aug 22 15:40:45 2020 +1000)
* 71ffe09f9 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Sun Aug 9 17:46:59 2020 +1000)
* 390526585 - feat: implemented check for when V4 features are used (Ronald Holshausen, Sun Aug 9 13:48:24 2020 +1000)
* 4513c0b74 - chore: upgrade codenarc to latest (Ronald Holshausen, Sun Aug 9 11:56:59 2020 +1000)
* 9295c786e - chore: upgrade Gradle to 6.5.1 (Ronald Holshausen, Sun Aug 9 11:50:02 2020 +1000)
* d008d0276 - refactor: removed deprecated PactConsumerConfig (Ronald Holshausen, Sun Aug 9 11:21:34 2020 +1000)
* 35559e978 - refactor: merged java8 module into the consumer module (Ronald Holshausen, Sun Aug 9 11:16:32 2020 +1000)
* 9e8600b40 - chore: enable Windows build for v4.2.x (Ronald Holshausen, Sun Aug 9 10:43:32 2020 +1000)
* a4e05154b - Merge branch 'mitre-ignore-order-json' into v4.2.x (Ronald Holshausen, Sun Aug 9 10:41:25 2020 +1000)
* 9f6c539d8 - Merge branch 'ignore-order-json' of https://github.com/mitre/pact-jvm into mitre-ignore-order-json (Ronald Holshausen, Sun Aug 9 10:31:34 2020 +1000)
* 58aa5ff83 - Merge branch 'master' into v4.2.x (Ronald Holshausen, Sun Aug 9 10:28:47 2020 +1000)
* 53bee7614 - chore: add JDK 14 to travis (Ronald Holshausen, Sun Aug 9 10:25:41 2020 +1000)
* 382d74ab8 - chore: set JVM to 1.9 in GH action (Ronald Holshausen, Sat Aug 8 17:21:12 2020 +1000)
* 7c5262210 - chore: set min JVM version to 1.9 (Ronald Holshausen, Sat Aug 8 17:16:34 2020 +1000)
* 371b55e61 - feat: use * for unordered wildcard mismatches (Andrew Steffey, Wed Jul 29 15:50:33 2020 -0400)
* 7e96e1f60 - feat: add unordered JSON arrays to consumer DSL (John Standard, Tue Jun 2 11:27:02 2020 -0400)
* a7375e51f - feat: Added ignore-order matching for JSON array elements (John Standard, Tue Jun 2 14:07:12 2020 -0400)
* f93647ebb - style: fix several detekt MaxLineLength warnings (John Standard, Sat Aug 1 15:17:48 2020 -0400)

# 4.1.8 - Bugfix Release

* c16b4876c - fix: detek violations #1128 (Ronald Holshausen, Sun Oct 4 15:12:19 2020 +1100)
Expand Down

0 comments on commit 0074d31

Please sign in to comment.