Skip to content

Commit

Permalink
Add v6.1.0 doco
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Jul 14, 2018
1 parent 61e42f1 commit 21130f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 6.1.0
- Improved cache error message (issue 455)
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 463)
- Bug Fix: CachePolicy behaviour with non-nullable types (issues 472, 475)
- Enhancement: WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter (issue 451)
- Enhancement: Overloads where onTimeout takes thrown exception as a parameter (issue 338)
- Enhancement: Improved cache error message (issue 455)

## 6.0.1
- Version 6 RTM, for integration to ASPNET Core 2.1 IHttpClientFactory
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ For full detailed of supported targets by version, see [supported targets](https
* [@benagain](https://github.com/benagain) - Bug fix: RelativeTtl in CachePolicy now always returns a ttl relative to time item is cached.
* [@urig](https://github.com/urig) - Allow TimeoutPolicy to be configured with Timeout.InfiniteTimeSpan.
* [@reisenberger](https://github.com/reisenberger) - Integration with [IHttpClientFactory](https://github.com/aspnet/HttpClientFactory/) for ASPNET Core 2.1.
* [@freakazoid182](https://github.com/Freakazoid182) - WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter.
* [@dustyhoppe](https://github.com/dustyhoppe) - Overloads where onTimeout takes thrown exception as a parameter
# Sample Projects

Expand Down
5 changes: 4 additions & 1 deletion src/Polly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<releaseNotes>
6.1.0
---------------------
- Improved cache error message (issue 455)
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap
- Bug Fix: CachePolicy behaviour with non-nullable types
- Enhancement: WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter
- Enhancement: Overloads where onTimeout takes thrown exception as a parameter

6.0.1
---------------------
Expand Down

0 comments on commit 21130f8

Please sign in to comment.