Skip to content

Commit

Permalink
chore(release): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Fellows committed Oct 18, 2019
1 parent f8ed328 commit 06e8e4a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,55 @@ Do this to generate your change history

## Versions

### v1.0.0 (18 October 2019)
* [f8ed328](https://github.com/pact-foundation/pact-go/commit/f8ed328) - docs: fix TOC and example in readme (Matt Fellows, Fri Oct 18 14:40:50 2019 +1100)
* [54d3c64](https://github.com/pact-foundation/pact-go/commit/54d3c64) - example: remove go-kit example (Matt Fellows, Mon Oct 14 23:56:54 2019 +1100)
* [89b8822](https://github.com/pact-foundation/pact-go/commit/89b8822) - feat(tls): allow custom TLS configuration for provider veriication (Matt Fellows, Thu Sep 5 16:08:11 2019 +1000)
* [fce9b0c](https://github.com/pact-foundation/pact-go/commit/fce9b0c) - fix: clear out mock service interactions on verification failure. Fixes #108 (Matt Fellows, Sat Aug 17 23:21:51 2019 +1000)
* [c318066](https://github.com/pact-foundation/pact-go/commit/c318066) - test: add e2e regression for CustomProviderHeaers in httpbin test. Fixes #113 (Matt Fellows, Sat Aug 17 22:50:02 2019 +1000)
* [fdc6dca](https://github.com/pact-foundation/pact-go/commit/fdc6dca) - feat(tags): adds a better error message when no pacts found to verify. Fixes #105. (Matt Fellows, Sat Aug 17 22:27:06 2019 +1000)
* [17242e6](https://github.com/pact-foundation/pact-go/commit/17242e6) - test: run example httpbin external provider as part of e2e tests (Matt Fellows, Sat Aug 17 21:49:52 2019 +1000)
* [6eacf8e](https://github.com/pact-foundation/pact-go/commit/6eacf8e) - fix(https): enable external https verifications (Matt Fellows, Fri Aug 16 22:24:04 2019 +1000)
* [3640617](https://github.com/pact-foundation/pact-go/commit/3640617) - Fix tags & provider not being passed to the pact-provider-verifier (#117) (Rob Graham, Fri Aug 9 01:50:38 2019 +0100)
* [735416c](https://github.com/pact-foundation/pact-go/commit/735416c) - docs: remove outdated community channels (Matt Fellows, Fri Jul 19 15:22:01 2019 +1000)
* [dba4481](https://github.com/pact-foundation/pact-go/commit/dba4481) - fix: pact broker is backwards compatible. Fixes #114 (Matt Fellows, Mon Jul 8 08:36:13 2019 +1000)
* [08ca3f3](https://github.com/pact-foundation/pact-go/commit/08ca3f3) - Create FUNDING.yml (Matt Fellows, Fri Jul 5 15:16:18 2019 +1000)
* [ae7790d](https://github.com/pact-foundation/pact-go/commit/ae7790d) - fix(provider): restore CustomProviderHeaders in provider verification (Matt Fellows, Tue May 28 08:25:09 2019 +1000)
* [467dea5](https://github.com/pact-foundation/pact-go/commit/467dea5) - fix(docs): Fix code examples, update E2E test steps (#110) (Brendan Devenney, Mon Apr 1 20:37:33 2019 +0100)
* [f7dda3b](https://github.com/pact-foundation/pact-go/commit/f7dda3b) - refactor(examples): make examples more consistent for readability (Matt Fellows, Sun Mar 17 12:14:50 2019 +1100)
* [0346784](https://github.com/pact-foundation/pact-go/commit/0346784) - feat(hooks): support hook functions and request middleware (Matt Fellows, Sun Mar 10 21:40:37 2019 +1100)
* [3cd947f](https://github.com/pact-foundation/pact-go/commit/3cd947f) - feat(hooks): improve test coverage across Message pacts (Matt Fellows, Sun Mar 3 22:56:25 2019 +1100)
* [f5678c7](https://github.com/pact-foundation/pact-go/commit/f5678c7) - feat(hooks): add RequestFilter and StateHandlers to DSL (Matt Fellows, Tue Feb 26 22:21:13 2019 +1100)
* [b76bf64](https://github.com/pact-foundation/pact-go/commit/b76bf64) - refactor: removed extra quotes from string Like match (#106) (Alex Ramey, Sat Dec 29 18:58:07 2018 -0500)
* [4027a8b](https://github.com/pact-foundation/pact-go/commit/4027a8b) - remove duplicated switch case (Iskander (Alex) Sharipov, Mon Dec 10 16:41:48 2018 +0300)
* [da3653c](https://github.com/pact-foundation/pact-go/commit/da3653c) - feat(api): rename Matcher and StringMatcher (Alex Tsibulya, Tue Nov 27 17:51:15 2018 -0800)
* [c4d672d](https://github.com/pact-foundation/pact-go/commit/c4d672d) - feat(api): inject matcher type in JSON marshaler (Alex Tsibulya, Wed Nov 28 08:30:30 2018 -0800)
* [633eb1f](https://github.com/pact-foundation/pact-go/commit/633eb1f) - feat(api): use static types for built-in matchers (Alex Tsibulya, Tue Oct 16 07:47:00 2018 -0700)
* [24ee70f](https://github.com/pact-foundation/pact-go/commit/24ee70f) - use the ProviderBaseURL's host when verifying the provider is alive 🐛 (Aidan Fewster, Mon Nov 26 12:33:30 2018 +0000)
* [326282a](https://github.com/pact-foundation/pact-go/commit/326282a) - fix(version check): Only parse the last line on stdout when checking for version of cli tools (David Elliott, Thu Nov 15 08:12:22 2018 -0600)
* [d8bd08a](https://github.com/pact-foundation/pact-go/commit/d8bd08a) - feat(get-value): implement GetValue in Matcher (Alex Tsibulya, Fri Oct 12 08:11:36 2018 -0700)
* [2acf846](https://github.com/pact-foundation/pact-go/commit/2acf846) - fix(message): set correct default for message Pact write mode. Fixes #96 (Matt Fellows, Fri Sep 28 14:34:45 2018 +1000)
* [48038ff](https://github.com/pact-foundation/pact-go/commit/48038ff) - fix(match-float): differentiate float vs int in dsl.Match. Fixes #93 (Matt Fellows, Wed Aug 1 07:40:16 2018 +1000)
* [ea42258](https://github.com/pact-foundation/pact-go/commit/ea42258) - feat(upgrade): upgrade to 1.54.1 of standalone CLI (Matt Fellows, Sat Jul 28 13:50:54 2018 +1000)
* [256c2c8](https://github.com/pact-foundation/pact-go/commit/256c2c8) - fix(tests): fix deadlock for non-race tests (Matt Fellows, Sat Jul 14 19:37:55 2018 +1000)
* [56c79b2](https://github.com/pact-foundation/pact-go/commit/56c79b2) - fix(tests): remove race condition in service manager. Fixes #89 (Matt Fellows, Sat Jul 14 19:30:51 2018 +1000)
* [8c8f921](https://github.com/pact-foundation/pact-go/commit/8c8f921) - maintenance(logging): reduce pact discovery log noise (Matt Fellows, Sat Jul 14 17:12:24 2018 +1000)
* [c2dcd78](https://github.com/pact-foundation/pact-go/commit/c2dcd78) - fix(message): include user-configurable timeout in Message Pact (Matt Fellows, Sat Jul 14 17:06:14 2018 +1000)
* [853794f](https://github.com/pact-foundation/pact-go/commit/853794f) - fix(os-exit): remove calls. See #46 (Matt Fellows, Sat Jul 14 14:11:19 2018 +1000)
* [5275db7](https://github.com/pact-foundation/pact-go/commit/5275db7) - feat(client): allow customization of client timeout (#86) (Gael du Plessix, Fri Jul 13 07:45:49 2018 +0200)
* [2635dd0](https://github.com/pact-foundation/pact-go/commit/2635dd0) - feat(upgrade): upgrade to latest CLI tools 1.52.0 (Matt Fellows, Fri Jul 13 15:37:55 2018 +1000)
* [9059d31](https://github.com/pact-foundation/pact-go/commit/9059d31) - feat(verifications): parse multiple verifications into tests. Fixes #88 (Matt Fellows, Fri Jul 13 15:30:47 2018 +1000)
* [f648890](https://github.com/pact-foundation/pact-go/commit/f648890) - Fix link (#90) (tomoya yokota, Tue Jul 10 19:47:31 2018 +0900)
* [0ab057f](https://github.com/pact-foundation/pact-go/commit/0ab057f) - feat(state): update dsl.State to support v3 params (Matt Fellows, Tue May 22 16:33:04 2018 +1000)
* [250baaa](https://github.com/pact-foundation/pact-go/commit/250baaa) - feat(state): update dsl.State to support v3 params (Matt Fellows, Tue May 22 16:33:04 2018 +1000)
* [d64e50b](https://github.com/pact-foundation/pact-go/commit/d64e50b) - feat(cli): add PACT_DISABLE_TOOL_VALIDITY_CHECK env var (Matt Fellows, Sun May 20 19:44:49 2018 +1000)
* [288a771](https://github.com/pact-foundation/pact-go/commit/288a771) - feat(api): v1.x.x daemonless, v3 API 🎉 (Matt Fellows, Sun May 20 17:40:52 2018 +1000)
* [9d5d1ab](https://github.com/pact-foundation/pact-go/commit/9d5d1ab) - feat(publisher): add SetClient func (Deseao, Thu May 10 12:07:57 2018 -0500)
* [45b72ae](https://github.com/pact-foundation/pact-go/commit/45b72ae) - feat(matching): add auto-match capability (#78) (Alex Ramey, Tue May 8 16:39:00 2018 -0400)
* [a6a3e76](https://github.com/pact-foundation/pact-go/commit/a6a3e76) - fix(verification): fix verifier CLI invocation with multiple pacts. Fixes #75 (Matt Fellows, Sat Mar 31 15:14:10 2018 +1100)
* [e2362ea](https://github.com/pact-foundation/pact-go/commit/e2362ea) - fix: pass pact-file-write-mode to CLI #71 (Matt Fellows, Wed Mar 21 10:31:00 2018 +1100)
* [3bc71f1](https://github.com/pact-foundation/pact-go/commit/3bc71f1) - Fix broken links to realestate-com-au/pact/wiki (#68) (Mohan Raj Rajamanickam, Tue Mar 13 14:28:58 2018 -0700)

### v1.0.0-beta.8 (15 October 2019)
* [54d3c64](https://github.com/pact-foundation/pact-go/commit/54d3c64) - example: remove go-kit example (Matt Fellows, Mon Oct 14 23:56:54 2019 +1100)
* [89b8822](https://github.com/pact-foundation/pact-go/commit/89b8822) - feat(tls): allow custom TLS configuration for provider veriication (Matt Fellows, Thu Sep 5 16:08:11 2019 +1000)
Expand Down

0 comments on commit 06e8e4a

Please sign in to comment.