Skip to content

Commit 21130f8

Browse files
committed
Add v6.1.0 doco
1 parent 61e42f1 commit 21130f8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 6.1.0
2-
- Improved cache error message (issue 455)
2+
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 463)
3+
- Bug Fix: CachePolicy behaviour with non-nullable types (issues 472, 475)
4+
- Enhancement: WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter (issue 451)
5+
- Enhancement: Overloads where onTimeout takes thrown exception as a parameter (issue 338)
6+
- Enhancement: Improved cache error message (issue 455)
37

48
## 6.0.1
59
- Version 6 RTM, for integration to ASPNET Core 2.1 IHttpClientFactory

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ For full detailed of supported targets by version, see [supported targets](https
990990
* [@benagain](https://github.com/benagain) - Bug fix: RelativeTtl in CachePolicy now always returns a ttl relative to time item is cached.
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.
993+
* [@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
993995
994996
# Sample Projects
995997

src/Polly.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
<releaseNotes>
1616
6.1.0
1717
---------------------
18-
- Improved cache error message (issue 455)
18+
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap
19+
- Bug Fix: CachePolicy behaviour with non-nullable types
20+
- Enhancement: WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter
21+
- Enhancement: Overloads where onTimeout takes thrown exception as a parameter
1922

2023
6.0.1
2124
---------------------

0 commit comments

Comments
 (0)