Skip to content

Tags: App-vNext/Polly

Tags

8.5.0

Toggle 8.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to .NET 9 SDK (#2003)

- Build with the .NET 9 SDK.
- Add tests TFM for `net9.0`.
- Remove tests for `net6.0` TFM.
- Run workflows on PRs to `dotnet-vnext` branch.
- Only audit direct NuGet dependencies.
- Fix IDE0022 warning.
- Temporarily disable some tests that are failing in GitHub Actions.
- Add usage of `[DebuggerDisableUserUnhandledExceptions]` to avoid newer versions of the Visual Studio debugger for breaking for exceptions on async code paths we are intentionally handling.
- Bump version to 8.5.0.

8.4.2

Toggle 8.4.2's commit message
Downgrade sign tool

Downgrade the `sign` tool to the same version used when we published v8.4.1 to see if it's the source of the failure.

8.4.1

Toggle 8.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle nested inner exceptions (#2166)

- Replicate behaviour of v7 policies and recursively check all inner exceptions and `AggregateException` to handle inner exceptions.
- Refactor predicate builder test cases to make a bit more readable.
- Use collection expression.

8.4.0

Toggle 8.4.0's commit message
Rebase and cleanup the PR

8.3.1

Toggle 8.3.1's commit message
Update CHANGELOG

Add changelog entries for Polly 8.3.1.

8.3.0

Toggle 8.3.0's commit message
Update docs banners

Remove banners about upcoming features.

Co-Authored-By: peter-csala <[email protected]>

8.2.1

Toggle 8.2.1's commit message
Add alt text to logo

Add alt text to .NET Foundation logo to resolve MD045 warning.

8.2.0

Toggle 8.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for .NET 8 (#1144)

- Add `net8.0` targets.
- Use .NET `TimeProvider` implementation.
- Use `FakeTimeProvider` for tests.
- Use new .NET 8 APIs where relevant.

Co-Authored-By: martintmk <[email protected]>

8.1.0

Toggle 8.1.0's commit message
Use fork of AuthenticodeLint to fix validation

Use fork of vcsjones/AuthenticodeLint that is compiled against vcsjones/AuthenticodeExaminer from source to resolve issues with validating Authenticode signatures of the DLLs.

8.0.0

Toggle 8.0.0's commit message
Update CHANGELOG

Add this PR to the changelog.