Skip to content

Commit

Permalink
chore(release): release v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 27, 2021
1 parent 0b63bbb commit 3d3cd4c
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,112 @@ Do this to generate your change history

## Versions

### v2.0.0-beta.2 (27 July 2021)
* [f149155](https://github.com/pact-foundation/pact-go/commit/f149155) - chore: update CI build properties (Matt Fellows, Tue Jul 27 23:44:39 2021 +1000)
* [a2fee63](https://github.com/pact-foundation/pact-go/commit/a2fee63) - test: make tests validate local and files from a pact broker (Matt Fellows, Tue Jul 27 23:30:45 2021 +1000)
* [bd9e897](https://github.com/pact-foundation/pact-go/commit/bd9e897) - chore: migrate to single ffi lib (Matt Fellows, Wed Jul 21 16:48:37 2021 +1000)
* [7c6a10d](https://github.com/pact-foundation/pact-go/commit/7c6a10d) - fix: remove trailing slash from pact setup path (Matt Fellows, Sun Jul 4 11:39:34 2021 +1000)
* [391dfbb](https://github.com/pact-foundation/pact-go/commit/391dfbb) - docs: add terraform provider as an example (Matt Fellows, Tue Jun 22 10:44:22 2021 +1000)
* [758ded2](https://github.com/pact-foundation/pact-go/commit/758ded2) - fix: tidy up header mismatch formatting (Matt Fellows, Mon Jun 21 23:50:46 2021 +1000)
* [26b32fd](https://github.com/pact-foundation/pact-go/commit/26b32fd) - fix: pact mock server was overwriting the pact each time (Matt Fellows, Mon Jun 21 20:24:32 2021 +1000)
* [ec79f2a](https://github.com/pact-foundation/pact-go/commit/ec79f2a) - feat: improve consumer error reporting (Matt Fellows, Mon Jun 21 14:33:18 2021 +1000)
* [cdaa611](https://github.com/pact-foundation/pact-go/commit/cdaa611) - fix: reset mock server state between tests (Matt Fellows, Sun Jun 20 10:34:21 2021 +1000)
* [86753f6](https://github.com/pact-foundation/pact-go/commit/86753f6) - chore: remove temp lib download and fix version (Matt Fellows, Sat Jun 19 22:26:03 2021 +1000)
* [8ebc234](https://github.com/pact-foundation/pact-go/commit/8ebc234) - fix: json omitempty struct tag attribute broke pact struct tags (Matt Fellows, Sat Jun 19 15:16:30 2021 +1000)
* [884ccb0](https://github.com/pact-foundation/pact-go/commit/884ccb0) - docs: clarify how the verification runs if both PactURLs and BrokerURL are provided (Matt Fellows, Wed Jun 16 11:24:06 2021 +1000)
* [25f0562](https://github.com/pact-foundation/pact-go/commit/25f0562) - docs: clarify what a provider state is (Matt Fellows, Tue Jun 15 17:29:06 2021 +1000)
* [e74840a](https://github.com/pact-foundation/pact-go/commit/e74840a) - docs: minor update to provider states heading (Matt Fellows, Tue Jun 15 17:24:21 2021 +1000)
* [9c32bb8](https://github.com/pact-foundation/pact-go/commit/9c32bb8) - docs: move video up the page (Matt Fellows, Mon Jun 14 23:45:58 2021 +1000)
* [ee27542](https://github.com/pact-foundation/pact-go/commit/ee27542) - chore: use a products example in the basic consumer test (Matt Fellows, Mon Jun 14 23:38:46 2021 +1000)
* [1fd7edc](https://github.com/pact-foundation/pact-go/commit/1fd7edc) - chore: cleanup docs (Matt Fellows, Mon Jun 14 23:28:58 2021 +1000)
* [700e9ce](https://github.com/pact-foundation/pact-go/commit/700e9ce) - chore: fix relative links to docs in README (Matt Fellows, Mon Jun 14 23:04:35 2021 +1000)
* [0b2272c](https://github.com/pact-foundation/pact-go/commit/0b2272c) - docs: split readme into multiple files (Matt Fellows, Mon Jun 14 23:02:49 2021 +1000)
* [7bd4e16](https://github.com/pact-foundation/pact-go/commit/7bd4e16) - chore: add better readme (Matt Fellows, Sat Jun 12 23:49:21 2021 +1000)
* [57e388c](https://github.com/pact-foundation/pact-go/commit/57e388c) - docs: add basic migration guide (Matt Fellows, Tue Jun 8 22:26:18 2021 +1000)
* [c2f5f83](https://github.com/pact-foundation/pact-go/commit/c2f5f83) - feat: add all in one interface back into consumer package for simpler migrations (Matt Fellows, Tue Jun 8 22:22:27 2021 +1000)
* [4525047](https://github.com/pact-foundation/pact-go/commit/4525047) - fix: pact found bug in pact example tests (Matt Fellows, Mon Jun 7 22:16:39 2021 +1000)
* [7e89481](https://github.com/pact-foundation/pact-go/commit/7e89481) - chore: fix clean in make task for CI (Matt Fellows, Mon Jun 7 22:11:53 2021 +1000)
* [fac6a73](https://github.com/pact-foundation/pact-go/commit/fac6a73) - refactor: display mismatches before erroring a test (Matt Fellows, Mon Jun 7 22:08:07 2021 +1000)
* [e241249](https://github.com/pact-foundation/pact-go/commit/e241249) - fix: methods on response builder were sent to request (Matt Fellows, Mon Jun 7 18:14:48 2021 +1000)
* [ae91fc3](https://github.com/pact-foundation/pact-go/commit/ae91fc3) - feat: allow WithHeaders to simplify bulk header addition (Matt Fellows, Mon Jun 7 17:57:42 2021 +1000)
* [05ac8e3](https://github.com/pact-foundation/pact-go/commit/05ac8e3) - chore: fix missing log package (Matt Fellows, Mon Jun 7 17:36:26 2021 +1000)
* [3c52a0a](https://github.com/pact-foundation/pact-go/commit/3c52a0a) - refactor: migrate to /v2 path (Matt Fellows, Mon Jun 7 17:29:10 2021 +1000)
* [56c9e0a](https://github.com/pact-foundation/pact-go/commit/56c9e0a) - refactor: migrate to /v2 path (Matt Fellows, Mon Jun 7 17:28:26 2021 +1000)
* [c2b16eb](https://github.com/pact-foundation/pact-go/commit/c2b16eb) - feat: release package under /v2 module version (Matt Fellows, Sun Jun 6 23:51:53 2021 +1000)
* [c11f5a8](https://github.com/pact-foundation/pact-go/commit/c11f5a8) - refactor: remove the v3 package and split into (Matt Fellows, Sun Jun 6 23:29:45 2021 +1000)
* [b272229](https://github.com/pact-foundation/pact-go/commit/b272229) - feat: add sugar interface to dot import for nicer DSL usage (Matt Fellows, Sun Jun 6 21:32:10 2021 +1000)
* [0703f86](https://github.com/pact-foundation/pact-go/commit/0703f86) - chore: remove old message example (Matt Fellows, Sun Jun 6 21:15:37 2021 +1000)
* [bf9b83b](https://github.com/pact-foundation/pact-go/commit/bf9b83b) - feat: panic a test if they attempt to use a matcher with a higher spec (Matt Fellows, Sun May 30 23:48:34 2021 +1000)
* [de379ad](https://github.com/pact-foundation/pact-go/commit/de379ad) - feat: add experimental log packages to ffi interface (Matt Fellows, Sun May 30 22:48:50 2021 +1000)
* [c7b7c08](https://github.com/pact-foundation/pact-go/commit/c7b7c08) - chore: update install instructions for 2.x.x beta (Matt Fellows, Sun May 30 20:47:41 2021 +1000)
* [05c3ca4](https://github.com/pact-foundation/pact-go/commit/05c3ca4) - fix: remove old v2 pact tests from build (Matt Fellows, Sun May 30 13:18:07 2021 +1000)
* [69eaf4f](https://github.com/pact-foundation/pact-go/commit/69eaf4f) - fix: require stdint.h for linux (Matt Fellows, Sun May 30 12:47:58 2021 +1000)
* [479e497](https://github.com/pact-foundation/pact-go/commit/479e497) - chore: temporarily use vendored libpact libraries (Matt Fellows, Sun May 30 09:40:23 2021 +1000)
* [2e43467](https://github.com/pact-foundation/pact-go/commit/2e43467) - chore: delete old interface/code (Matt Fellows, Sat May 29 22:45:56 2021 +1000)
* [f1b2243](https://github.com/pact-foundation/pact-go/commit/f1b2243) - chore: cleanup native mockserver verify (Matt Fellows, Sat May 29 22:40:08 2021 +1000)
* [d801d63](https://github.com/pact-foundation/pact-go/commit/d801d63) - chore: cleanup v3 interfaces (Matt Fellows, Sat May 29 22:37:23 2021 +1000)
* [31fb98c](https://github.com/pact-foundation/pact-go/commit/31fb98c) - feat: new experimental v3 api for http and messages (Matt Fellows, Sat May 29 15:20:52 2021 +1000)
* [3797399](https://github.com/pact-foundation/pact-go/commit/3797399) - fix: satisfy checker interface in native lib (Matt Fellows, Sun May 23 23:17:43 2021 +1000)
* [60ed9b0](https://github.com/pact-foundation/pact-go/commit/60ed9b0) - chore: refactor native package into smaller files (Matt Fellows, Sun May 23 23:13:37 2021 +1000)
* [8e5acba](https://github.com/pact-foundation/pact-go/commit/8e5acba) - feat: support adding metadata to the output pacts via FFI (Matt Fellows, Sun May 23 14:42:04 2021 +1000)
* [afcd3d7](https://github.com/pact-foundation/pact-go/commit/afcd3d7) - fix: eachKeyLike struct naming (Matt Fellows, Wed May 19 22:39:40 2021 +1000)
* [2a5b24b](https://github.com/pact-foundation/pact-go/commit/2a5b24b) - feat: add v3 matchers (Matt Fellows, Mon May 17 13:17:09 2021 +1000)
* [0fc423a](https://github.com/pact-foundation/pact-go/commit/0fc423a) - feat(wip): migrate to FFI bindings for consumer interface (removes consumer message pact support) (Matt Fellows, Sun May 16 14:03:49 2021 +1000)
* [d99387f](https://github.com/pact-foundation/pact-go/commit/d99387f) - docs: update readme for latest v3 provider (Matt Fellows, Mon Apr 26 11:45:17 2021 +1000)
* [0d024d4](https://github.com/pact-foundation/pact-go/commit/0d024d4) - fix: make installer test more resilient (Matt Fellows, Sun Apr 11 22:52:03 2021 +1000)
* [a5670a8](https://github.com/pact-foundation/pact-go/commit/a5670a8) - feat: allow messages to return provider states callback values (Matt Fellows, Sun Apr 11 22:44:16 2021 +1000)
* [8b1859a](https://github.com/pact-foundation/pact-go/commit/8b1859a) - chore: remove the provider states response body for messages, because it's all a single req/resp so it can't read any values before injecting them (Matt Fellows, Sun Mar 21 23:17:28 2021 +1100)
* [1f6ccd8](https://github.com/pact-foundation/pact-go/commit/1f6ccd8) - chore: revert to previous makefile (Matt Fellows, Sun Mar 21 22:45:28 2021 +1100)
* [93e5dfd](https://github.com/pact-foundation/pact-go/commit/93e5dfd) - chore: remove unused env var (Matt Fellows, Sun Mar 21 16:59:05 2021 +1100)
* [16138a7](https://github.com/pact-foundation/pact-go/commit/16138a7) - chore: tidy up verifier exit codes (Matt Fellows, Sun Mar 21 13:28:09 2021 +1100)
* [8979d18](https://github.com/pact-foundation/pact-go/commit/8979d18) - chore: set the install path env for golang libs (Matt Fellows, Sun Mar 14 23:24:38 2021 +1100)
* [d869e6b](https://github.com/pact-foundation/pact-go/commit/d869e6b) - chore: fix -L flags to cgo (Matt Fellows, Sun Mar 14 22:59:19 2021 +1100)
* [bb17299](https://github.com/pact-foundation/pact-go/commit/bb17299) - feat: add ability to check version in test, and upgrade if necessary (Matt Fellows, Sun Mar 14 22:51:28 2021 +1100)
* [fde75d0](https://github.com/pact-foundation/pact-go/commit/fde75d0) - chore: remove goveralls for now (Matt Fellows, Sun Mar 14 17:05:36 2021 +1100)
* [abf511b](https://github.com/pact-foundation/pact-go/commit/abf511b) - chore: tidy up (Matt Fellows, Sun Mar 14 17:05:15 2021 +1100)
* [3aa3b0d](https://github.com/pact-foundation/pact-go/commit/3aa3b0d) - chore: run both pact and pactv3 tests in CI (Matt Fellows, Sun Mar 14 16:58:26 2021 +1100)
* [45423e2](https://github.com/pact-foundation/pact-go/commit/45423e2) - chore: update test path to not conflict with docker (Matt Fellows, Sun Mar 14 16:53:07 2021 +1100)
* [5c95dc0](https://github.com/pact-foundation/pact-go/commit/5c95dc0) - feat: allow force install of the lib (Matt Fellows, Sun Mar 14 16:51:48 2021 +1100)
* [c2a41e8](https://github.com/pact-foundation/pact-go/commit/c2a41e8) - chore: allow overriding of the lib install path (Matt Fellows, Sun Mar 14 16:26:27 2021 +1100)
* [f50b2f2](https://github.com/pact-foundation/pact-go/commit/f50b2f2) - chore: allow overriding of the lib install path (Matt Fellows, Sun Mar 14 16:18:52 2021 +1100)
* [f9d7d68](https://github.com/pact-foundation/pact-go/commit/f9d7d68) - chore: allow overriding of the lib install path (Matt Fellows, Sun Mar 14 16:16:43 2021 +1100)
* [2dcdd40](https://github.com/pact-foundation/pact-go/commit/2dcdd40) - chore: fix linux search paths (Matt Fellows, Sun Mar 14 15:39:06 2021 +1100)
* [e1802ad](https://github.com/pact-foundation/pact-go/commit/e1802ad) - chore: fix linux search paths (Matt Fellows, Sun Mar 14 14:38:43 2021 +1100)
* [092feb8](https://github.com/pact-foundation/pact-go/commit/092feb8) - chore: install deps in CI (Matt Fellows, Sun Mar 14 13:44:09 2021 +1100)
* [4b56183](https://github.com/pact-foundation/pact-go/commit/4b56183) - chore: hide internal methods of HTTPVerifier (Matt Fellows, Sat Mar 13 21:24:46 2021 +1100)
* [e97cd2d](https://github.com/pact-foundation/pact-go/commit/e97cd2d) - fix: value from provider state needed explicit content-type header (Matt Fellows, Sat Mar 13 21:16:11 2021 +1100)
* [6ffeb4e](https://github.com/pact-foundation/pact-go/commit/6ffeb4e) - feat: enable setup/teardown in states, fix issue where params aren't passed through (Matt Fellows, Sat Mar 13 13:35:19 2021 +1100)
* [424f7cc](https://github.com/pact-foundation/pact-go/commit/424f7cc) - fix: update install path name for OSX (Matt Fellows, Sat Mar 13 08:17:51 2021 +1100)
* [ff2329e](https://github.com/pact-foundation/pact-go/commit/ff2329e) - chore: update v3 insall docs (Matt Fellows, Sat Mar 13 08:17:40 2021 +1100)
* [6df1cfa](https://github.com/pact-foundation/pact-go/commit/6df1cfa) - chore: update lib install_name path for OSX (Matt Fellows, Thu Mar 11 17:46:04 2021 +1100)
* [93e2b42](https://github.com/pact-foundation/pact-go/commit/93e2b42) - chore: update tests for new osx paths (Matt Fellows, Thu Mar 11 17:41:06 2021 +1100)
* [5f21f62](https://github.com/pact-foundation/pact-go/commit/5f21f62) - chore: hard code OSX paths to /opt/pact for now (Matt Fellows, Thu Mar 11 17:38:10 2021 +1100)
* [124b693](https://github.com/pact-foundation/pact-go/commit/124b693) - chore: cleanup mock server darwin comments (Matt Fellows, Thu Mar 11 15:18:24 2021 +1100)
* [ecccfe4](https://github.com/pact-foundation/pact-go/commit/ecccfe4) - feat: automatically set install_name for OSX libs (Matt Fellows, Sat Feb 27 22:37:56 2021 +1100)
* [7d9b1df](https://github.com/pact-foundation/pact-go/commit/7d9b1df) - chore: remove binaries (Matt Fellows, Mon Feb 22 23:54:14 2021 +1100)
* [bcb3e9a](https://github.com/pact-foundation/pact-go/commit/bcb3e9a) - feat: add lib installer to CLI command (Matt Fellows, Mon Feb 22 23:53:39 2021 +1100)
* [754d98c](https://github.com/pact-foundation/pact-go/commit/754d98c) - chore: use snyk gh action instead (Matt Fellows, Mon Feb 1 13:05:08 2021 +1100)
* [c15e1d7](https://github.com/pact-foundation/pact-go/commit/c15e1d7) - chore: add github and goreleaser (Matt Fellows, Mon Feb 1 12:18:38 2021 +1100)
* [502f7f5](https://github.com/pact-foundation/pact-go/commit/502f7f5) - fix: misleading error message in certain verification scenarios (Matt Fellows, Fri Oct 9 23:59:37 2020 +1100)
* [7587781](https://github.com/pact-foundation/pact-go/commit/7587781) - feat: add time related generators (Matt Fellows, Mon Aug 24 20:50:54 2020 +1000)
* [2b0b5d6](https://github.com/pact-foundation/pact-go/commit/2b0b5d6) - feat: add new v3 matchers (Matt Fellows, Sun Aug 23 15:28:59 2020 +1000)
* [1269271](https://github.com/pact-foundation/pact-go/commit/1269271) - feat: create V2/V3 specific matcher types, enforce types at the pact specification output (no v3 types in v2 spec output) (Matt Fellows, Sat Aug 22 22:24:42 2020 +1000)
* [a7288d4](https://github.com/pact-foundation/pact-go/commit/a7288d4) - refactor: tidy up pact v2 (Matt Fellows, Sat Aug 22 21:56:15 2020 +1000)
* [01ff94e](https://github.com/pact-foundation/pact-go/commit/01ff94e) - chore: support Go 1.12.x+ (Matt Fellows, Sat Aug 22 21:41:53 2020 +1000)
* [f2a921c](https://github.com/pact-foundation/pact-go/commit/f2a921c) - feat: add query string serialisation to v2 (Matt Fellows, Sat Aug 22 14:39:14 2020 +1000)
* [b61ffa7](https://github.com/pact-foundation/pact-go/commit/b61ffa7) - chore: cleanup unused fields/comments (Matt Fellows, Sat Aug 15 22:59:17 2020 +1000)
* [677e707](https://github.com/pact-foundation/pact-go/commit/677e707) - chore: test running on Ubuntu Focal (Matt Fellows, Sat Aug 15 22:57:37 2020 +1000)
* [b493361](https://github.com/pact-foundation/pact-go/commit/b493361) - refactor: split HTTPMockProvider into separate v2/3 versions (Matt Fellows, Sat Aug 15 22:37:25 2020 +1000)
* [07c7fc9](https://github.com/pact-foundation/pact-go/commit/07c7fc9) - feat: refactor log package, rename consumer entry point to HTTPMockProvider, add dynamic host into execute test method (Matt Fellows, Sun Aug 9 22:22:54 2020 +1000)
* [46c639c](https://github.com/pact-foundation/pact-go/commit/46c639c) - fix: make tests fail on non-zero status (Matt Fellows, Fri Aug 7 14:38:06 2020 +1000)
* [0702b90](https://github.com/pact-foundation/pact-go/commit/0702b90) - fix: increase max size of pact output buffer (Cody Tatman, Thu Aug 6 18:11:26 2020 -0700)
* [fd63b63](https://github.com/pact-foundation/pact-go/commit/fd63b63) - test: fix missing package in empty test (Matt Fellows, Mon Aug 3 09:31:11 2020 +1000)
* [1a55bd7](https://github.com/pact-foundation/pact-go/commit/1a55bd7) - fix: race in v2 client (Matt Fellows, Sun Aug 2 16:51:43 2020 +1000)
* [9ce4416](https://github.com/pact-foundation/pact-go/commit/9ce4416) - refactor: splitting v2 and v3 serialisation logic (Matt Fellows, Sun Aug 2 10:51:22 2020 +1000)
* [98aff6f](https://github.com/pact-foundation/pact-go/commit/98aff6f) - wip (Matt Fellows, Sat Aug 1 13:22:53 2020 +1000)
* [142ed78](https://github.com/pact-foundation/pact-go/commit/142ed78) - chore: wrap snyk in guard to prevent PRs failing (Matt Fellows, Sun Jul 5 22:48:32 2020 +1000)
* [4e605d8](https://github.com/pact-foundation/pact-go/commit/4e605d8) - wip (Matt Fellows, Sat Jul 4 14:42:52 2020 +1000)

### v1.4.3 (09 June 2020)
* [4710769](https://github.com/pact-foundation/pact-go/commit/4710769) - chore: allow response body to be traced (Matt Fellows, Tue Jun 9 10:46:04 2020 +1000)

Expand Down

0 comments on commit 3d3cd4c

Please sign in to comment.