Skip to content

Commit 010a8cf

Browse files
Update CHANGELOG
Add changelog entries for Polly 8.3.1.
1 parent 613279e commit 010a8cf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- markdownlint-disable MD034 -->
44

5+
## 8.3.1
6+
7+
* Add example for chaos engineering by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1956
8+
* Fix CA1806 by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/1963
9+
* Fix SA1129 by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/1964
10+
* Fix S3717 by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/1965
11+
* Add link to chaos engineering blog post by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1966
12+
* Fix SA1501/IDE0055 by [@baranyaimate](https://github.com/baranyaimate) in https://github.com/App-vNext/Polly/pull/1957
13+
* [Docs] Add cheat sheet for fault chaos by [@peter-csala](https://github.com/peter-csala) in https://github.com/App-vNext/Polly/pull/1972
14+
* Improve unit test coverage in `Polly.Specs` by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/1974
15+
* [Docs] Fix antipattern sample code by [@peter-csala](https://github.com/peter-csala) in https://github.com/App-vNext/Polly/pull/1976
16+
* [Docs] Improve diagrams for hedging cancellation by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1975
17+
* Add short description to each package by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1977
18+
* Update NuGet tools by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1992
19+
* Move simmy from unshipped to shipped by [@peter-csala](https://github.com/peter-csala) in https://github.com/App-vNext/Polly/pull/1993
20+
* Fix issue #1979: an unhandled exception in half open state must transition to closed and not prevent leaving half open state forever by [@DominicUllmann](https://github.com/DominicUllmann) in https://github.com/App-vNext/Polly/pull/1991
21+
* Update samples to .NET 8 by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/2004
22+
* [Docs] Fix calculation of exponential delay in flow chart by [@janher](https://github.com/janher) in https://github.com/App-vNext/Polly/pull/2005
23+
* Use collection expressions in Cake script by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/2006
24+
* Xml comments cleanup and improvement by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/2007
25+
* Xml documentation cleanup by [@gintsk](https://github.com/gintsk) in https://github.com/App-vNext/Polly/pull/2008
26+
527
## 8.3.0
628

729
* Update CHANGELOG for 8.2.1 by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1882

0 commit comments

Comments
 (0)