Skip to content

Releases: justeattakeaway/httpclient-interception

v4.3.0

13 Apr 09:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

v4.2.1

14 Mar 17:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

06 Feb 09:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

11 Dec 11:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

15 Nov 14:27
77a6bb9
Compare
Choose a tag to compare

Added

Removed

Contributors

Full Changelog: v3.2.0...v4.0.0

v3.2.0

15 Nov 13:26
f21a9cf
Compare
Choose a tag to compare

Added

Fixed

Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

01 Aug 14:00
0b723d4
Compare
Choose a tag to compare

Added

Fixed

Changed

New Contributors

Contributors

Full Changelog: v3.1.1...v3.1.2

JustEat.HttpClientInterception v3.1.1

03 Aug 08:47
ead60a0
Compare
Choose a tag to compare

Added

Fixed

Contributors

JustEat.HttpClientInterception v3.1.0

10 Nov 17:12
67e7615
Compare
Choose a tag to compare

Added

  • Add net5.0 as a target framework. (#246)
  • Updates to nullable annotations. (#246)
  • Updated samples to show rate-limiting scenarios. (#248)

Contributors

JustEat.HttpClientInterception v3.0.0

11 Oct 08:27
Compare
Choose a tag to compare

Added

  • Add support for async custom matching. (#130)
  • Improve exceptions thrown for missing registrations. (#130)
  • Add net472 as a target framework. (#127)
  • Add support for the new System.Text.Json APIs. (#127)
  • Add netstandard2.1 as a target framework. (#127)
  • Add nullable reference type annotations. (#127)
  • Add support for cancellation tokens to OnIntercepted() (#144) Thanks @slang25!

Changes

  • Add analyzer for public API surface. (#132)
  • Remove Newtonsoft.Json from the public surface area of the API. (#127)
  • Use Microsoft.NETFramework.ReferenceAssemblies to compile .NET Framework versions on non-Windows platforms. (#127)
  • Use C# 8. features. (#127)

Fixes

  • Fix typos in XML documentation. (#127)

Removed

  • Remove support for .NET Standard 1.3. (#127)

Contributors