Skip to content

Commit 7f5d700

Browse files
committed
chore(release): version 2.0.3
[ci-skip]
1 parent 562d8a9 commit 7f5d700

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="v2.0.3"></a>
2+
### v2.0.3 (2023-07-10)
3+
4+
5+
#### Features
6+
7+
* **gems**
8+
* update to pact_broker-client (1.68.0) ([562d8a9](/../../commit/562d8a9))
9+
10+
11+
#### Bug Fixes
12+
13+
* **docs**
14+
* correct windows filename to end in .zip in release notes ([308a296](/../../commit/308a296))
15+
16+
117
<a name="v2.0.1"></a>
218
### v2.0.1 (2023-05-18)
319

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa
66

77
## Package contents
88

9-
This version (2.0.2) of the Pact standalone executables package contains:
9+
This version (2.0.3) of the Pact standalone executables package contains:
1010

1111
* pact gem 1.63.0
1212
* pact-mock_service gem 3.11.2
1313
* pact-support gem 1.19.0
1414
* pact-provider-verifier gem 1.36.1
15-
* pact_broker-client gem 1.66.1
15+
* pact_broker-client gem 1.68.0
1616
* pact-message gem 0.11.1
1717

1818
Binaries will be extracted into `pact/bin`:
@@ -321,6 +321,14 @@ Description:
321321
$ pact-broker can-i-deploy --pacticipant Foo 173153ae0 \ --pacticipant Bar
322322
--latest main
323323
324+
##### Polling
325+
326+
If the verification process takes a long time and there are results missing
327+
when the can-i-deploy command runs in your CI/CD pipeline, you can configure
328+
the command to poll and wait for the missing results to arrive. The arguments
329+
to specify are `--retry-while-unknown TIMES` and `--retry-interval SECONDS`,
330+
set to appropriate values for your pipeline.
331+
324332
```
325333

326334
<a name="pact"></a>
@@ -357,7 +365,7 @@ Options:
357365
-k, [--broker-token=BROKER_TOKEN] # Pact Broker bearer token
358366
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
359367
360-
Publish provider contract to Pactflow
368+
Publish provider contract to PactFlow
361369
362370
```
363371

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

0 commit comments

Comments
 (0)