Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for beta.2 #1580

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 8.0.0-beta.2

* Updates for beta.1 by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1531
* Drop unused internal property by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1532
* Update .NET tools by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1533
* Cleanup the Polly.Core README.md by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1539
* Drop table of contents in README.md by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1541
* Add actionlint by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1542
* Cleanup samples by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1544
* Move code from markdown to snippets by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1540
* Trim the main README.md by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1550
* Use proactive term instead of non-reactive by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1552
* Add the v8 README.md by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1548
* Use token to clone repository by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1554
* [Docs] Add docs for individual resilience strategies by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1553
* [Docs] Fix v8 link by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1557
* Fix Name and InstanceName not being set for reloadable pipelines by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1555
* [Docs] Telemetry page by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1556
* Fix the link to v8 docs (second attempt) by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1559
* Improve the samples by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1562
* [Docs] Hedging and rate limiter strategy docs by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1560
* [Docs] Dependency injection by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1564
* [Docs] Improve landing page to the docs by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1566
* Drop the build target for net7.0 by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1572
* Drop redundant System.Diagnostics.DiagnosticSource package reference by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1573
* Improve the docs and behavior around infinite retries by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1574
* [Docs] Resilience pipeline registry by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1575
* [Docs] Consolidate headings by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1576
* Delay pipeline disposal when still in use by [@martintmk](https://github.com/martintmk) in https://github.com/App-vNext/Polly/pull/1579

## 8.0.0-beta.1

* Updates for alpha.9 by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/1526
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<MicrosoftExtensionsVersion>7.0.0</MicrosoftExtensionsVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<PollyVersion>8.0.0-beta.1</PollyVersion>
<PollyVersion>8.0.0-beta.2</PollyVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="6.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
> 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).
>
> :rotating_light::rotating_light: **Polly v8 feature-complete!** :rotating_light::rotating_light:
> - Polly v8 Beta 1 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-beta.1).
> - The Beta 1 version is considered feature-complete and the public API surface is stable.
> - Polly v8 Beta 2 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-beta.2).
> - The Beta 2 version is considered feature-complete and the public API surface is stable.
> - Explore the [v8 documentation](https://github.com/App-vNext/Polly/blob/main/README_V8.md).

# Polly
Expand Down