File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v1.28.0 " ></a >
2
+ ### v1.28.0 (2018-06-24)
3
+
4
+
5
+ #### Features
6
+
7
+ * all logging to indicate which pacts are being fetched from the broker ([ 06fa615] ( /../../commit/06fa615 ) )
8
+ * allow verbose http logging to be turned on when fetching pacts URLs from the broker ([ 436f3f2] ( /../../commit/436f3f2 ) )
9
+ * allow pacts to be dynamically fetched from a pact broker by provider name and tags ([ ef97898] ( /../../commit/ef97898 ) )
10
+ * FetchPacts is not returning pactUri array instead of string array. Other PR feedback. ([ fca52f2] ( /../../commit/fca52f2 ) )
11
+ * wiring up fetch_pacts with honours_pacts_from_pact_broker DSL. ([ b609289] ( /../../commit/b609289 ) )
12
+ * DSL for fetch_pacts ([ 81fd0ed] ( /../../commit/81fd0ed ) )
13
+ * adding fallback per tag [ {name: tag, all: false, fallback: "value"}] ([ 625df02] ( /../../commit/625df02 ) )
14
+ * adding fallback tag incase consumer tag does not exist. ([ 7e40778] ( /../../commit/7e40778 ) )
15
+ * handling tags [ 'tag-1', {name: 'tag-2', all: true}] ([ 3b49f03] ( /../../commit/3b49f03 ) )
16
+ * handling tags [ 'tag-1', {name: 'tag-2', all: true}] ([ 7313818] ( /../../commit/7313818 ) )
17
+
18
+
19
+ #### Bug Fixes
20
+
21
+ * reverting safe navigation operator to chained calls. ([ 8194ed6] ( /../../commit/8194ed6 ) )
22
+
23
+
1
24
<a name =" v1.27.0 " ></a >
2
25
### v1.27.0 (2018-06-22)
3
26
Original file line number Diff line number Diff line change 1
1
# Remember to bump pact-provider-proxy when this changes major version
2
2
module Pact
3
- VERSION = "1.28.0.rc1 "
3
+ VERSION = "1.28.0"
4
4
end
You can’t perform that action at this time.
0 commit comments