Skip to content

Commit a193763

Browse files
Update CHANGELOG
- Update CHANGELOG for alpha 4. - Update samples from alpha 2 to 4.
1 parent 8f5dc6c commit a193763

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.0.0-alpha.4
2+
3+
* Rename FakeTimeProvider by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1349
4+
* Adopt FakeTimeProvider by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1350
5+
* Drop custom validation attributes by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1351
6+
* Drop TimeProvider.CancelAfter by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1352
7+
18
## 8.0.0-alpha.3
29

310
* Update README.md with v8 Alpha v2 release announcement by [@joelhulen](https://github.com/joelhulen) in https://github.com/App-vNext/Polly/pull/1337
@@ -12,8 +19,6 @@
1219
* Bump SonarAnalyzer.CSharp from 9.3.0.71466 to 9.4.0.72892 by [@dependabot](https://github.com/dependabot) in https://github.com/App-vNext/Polly/pull/1343
1320
* Expose Randomizer property and use it in retry strategy by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1346
1421

15-
**Full Changelog**: https://github.com/App-vNext/Polly/compare/8.0.0-alpha.2...8.0.0-alpha.3
16-
1722
## 8.0.0-alpha.2
1823

1924
- Drop redundant validation of resilience strategy options by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1299
@@ -41,8 +46,6 @@
4146
- Validate NuGet package signatures by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1335
4247
- Allow implicit conversion of `PredicateBuilder` to delegates by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1332
4348

44-
**Full Changelog**: https://github.com/App-vNext/Polly/compare/8.0.0-alpha.1...8.0.0-alpha.2
45-
4649
## 8.0.0-alpha.1
4750

4851
- The first public preview of [Polly v8](https://github.com/App-vNext/Polly/issues/1048) with our [new high-performance core API](https://github.com/App-vNext/Polly/blob/main/src/Polly.Core/README.md) and extensions. Feel free to check out the [samples](samples/) to see the new and improved Polly V8 in action.

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<PollyVersion>8.0.0-alpha.2</PollyVersion>
4+
<PollyVersion>8.0.0-alpha.4</PollyVersion>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="coverlet.msbuild" Version="6.0.0" />

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
> Major performance improvements are on the way! Please see our [blog post](https://www.thepollyproject.org/2023/03/03/we-want-your-feedback-introducing-polly-v8/) to learn more and provide feedback in the [related GitHub issue](https://github.com/App-vNext/Polly/issues/1048).
66
>
77
> :rotating_light::rotating_light: **Polly v8 feature-complete!** :rotating_light::rotating_light:
8-
> - Polly v8 Alpha 3 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.3)
9-
> - The Alpha 3 version is considered feature-complete. After an internal review of the API to address unresolved issues, we will move on to a Beta release.
8+
> - Polly v8 Alpha 4 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.4)
9+
> - The Alpha 4 version is considered feature-complete. After an internal review of the API to address unresolved issues, we will move on to a Beta release.
1010
> - The v8 docs are not yet finished, but you can take a look at sample code in these locations:
1111
> - Within the repo's new [Samples folder](https://github.com/App-vNext/Polly/tree/main/samples)
1212
> - By reading `Polly.Core`'s [README](https://github.com/App-vNext/Polly/blob/main/src/Polly.Core/README.md)

0 commit comments

Comments
 (0)