Releases: justeattakeaway/httpclient-interception
Releases · justeattakeaway/httpclient-interception
v5.0.0
What's Changed
- Update API baselines by @martincostello in #783
- Bump actionlint to 1.7.0 by @martincostello in #799
- Attest artifacts by @martincostello in #801
- Generate SBOM by @martincostello in #818
- Fix package validation by @martincostello in #822
- Remove build from CodeQL by @martincostello in #862
- Remove obsolete environment variable by @martincostello in #864
- Simplify benchmarks by @martincostello in #869
- Fix NuGet badges by @martincostello in #885
- Update to .NET 9 SDK and target .NET 8 by @martincostello in #748
Full Changelog: v4.3.0...v5.0.0
v4.3.0
What's Changed
- Add release workflows by @martincostello in #774
- Change package versioning for prerelease by @martincostello in #776
- Support loading bundles from streams by @martincostello in #780
- Fix permissions by @martincostello in #781
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- Add dedicated package README by @martincostello in #752
- Fix package version overrides by @martincostello in #759
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.0
What's Changed
- Improve additional matching for requests with the same URL by @Demetrios-loutsios in #486
- Add GitHub coverage summaries by @martincostello in #532
- Add PackageReadmeFile by @martincostello in #536
- Add CodeQL and harden workflows by @martincostello in #538
- Add OSSF Scorecard workflow by @martincostello in #534
- Update organisation by @martincostello in #549
- PR automation by @martincostello in #550
- .NET 8 preparation by @martincostello in #567
- Add OpenSSF scorecard badge by @martincostello in #578
- Prepare for .NET 8 by @martincostello in #596
- Remove Moq by @martincostello in #621
- Use SHA-256 for checksums by @martincostello in #653
- Remove commented-out code by @martincostello in #668
- Pin .NET SDK version by @martincostello in #670
- Configure allowed licenses by @martincostello in #669
- Use Polly.Core by @martincostello in #685
- Add Interceptor Overload for Send by @hwoodiwiss in #694
New Contributors
- @Demetrios-loutsios made their first contribution in #486
- @hwoodiwiss made their first contribution in #694
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Added
- Add targets for
net6.0
andnet7.0
(#402, #444) Thanks @martincostello! - Add support for
[StringSyntax(StringSyntaxAttribute.Uri)]
(#440, #402) Thanks @martincostello! - Add async overload for registering an HTTP bundle (#442, #444) Thanks @martincostello!
Removed
- Remove targets for
net461
andnet5.0
(#444) Thanks @martincostello! - Remove dependency on Newtonsoft.Json (#441, #444) Thanks @martincostello!
Contributors
Full Changelog: v3.2.0...v4.0.0
v3.2.0
Added
- Add support for dynamic HTTP headers (#473, #475) Thanks @martincostello!
Fixed
- Fix bundle templating with no values in bundle (#495) Thanks @martincostello!
Contributors
Full Changelog: v3.1.2...v3.2.0
v3.1.2
Added
- Support .NET 6 (#344) Thanks @martincostello!
- Support GitHub Codespaces (#356) Thanks @martincostello!
Fixed
- Fix NullReferenceException when deregistering requests in some cases (#361, #454) Thanks @AliKhalili and @martincostello!
Changed
- Rewrote acting and assertion step of tests for Shouldly when using
Assert.Throws
(#359) Thanks @AliKhalili! - Remove unrequired comment after tuple refactor (#370) Thanks @WestDiscGolf!
- Use new .NET 6 and C# 10 features (#445) Thanks @martincostello!
Deregister(HttpRequestInterceptionBuilder)
now throws if the HTTP request cannot be deregistered (#454) Thanks @martincostello!
New Contributors
- @AliKhalili made their first contribution in #359
- @WestDiscGolf made their first contribution in #370
Contributors
Full Changelog: v3.1.1...v3.1.2
JustEat.HttpClientInterception v3.1.1
Added
- Use new SDK AssemblyMetadata feature. (#266) Thanks @slang25!
- Enable deterministic builds. (#310) Thanks @martincostello!
- Add tooling to automatically update code snippets in the documentation. (#320) Thanks @SimonCropp!
Fixed
- Fix typos in XML documentation. (#317) Thanks @SimonCropp!
- Fix incorrect nullable annotations. (#319) Thanks @SimonCropp!
- Fixed bundle templates being enumerated multiple times. (#318) Thanks @SimonCropp!