Skip to content

Commit ac7ab7c

Browse files
committed
Add doco for v6.1.2
1 parent e251770 commit ac7ab7c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.1.2
2+
- Bug Fix: Async continuation control for async executions (issue 540)
3+
14
## 6.1.1
25
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)
36

GitVersionConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 6.1.1
1+
next-version: 6.1.2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@ For full detailed of supported targets by version, see [supported targets](https
991991
* [@urig](https://github.com/urig) - Allow TimeoutPolicy to be configured with Timeout.InfiniteTimeSpan.
992992
* [@reisenberger](https://github.com/reisenberger) - Integration with [IHttpClientFactory](https://github.com/aspnet/HttpClientFactory/) for ASPNET Core 2.1.
993993
* [@freakazoid182](https://github.com/Freakazoid182) - WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter.
994-
* [@dustyhoppe](https://github.com/dustyhoppe) - Overloads where onTimeout takes thrown exception as a parameter
994+
* [@dustyhoppe](https://github.com/dustyhoppe) - Overloads where onTimeout takes thrown exception as a parameter.
995+
* [@flin-zap](https://github.com/flin-zap) - Catch missing async continuation control.
995996
996997
# Sample Projects
997998

src/Polly.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<projectUrl>https://github.com/App-vNext/Polly</projectUrl>
1313
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags>
1414
<copyright>Copyright © 2018, App vNext</copyright>
15-
<releaseNotes>
15+
<releaseNotes> 6.1.2
16+
---------------------
17+
- Bug Fix: Async continuation control for async executions (issue 540)
18+
1619
6.1.1
1720
---------------------
1821
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)

0 commit comments

Comments
 (0)