Skip to content

Releases: 51Degrees/pipeline-dotnet

Version 4.4.11

15 Feb 12:20
Compare
Choose a tag to compare
  • Optimizations to logging functionality improve performance

Version 4.4.10

01 Feb 14:14
Compare
Choose a tag to compare
  • Better handling for invalid urls in JavaScriptBuilderElement
  • SetHeadersProvider should check if response has been sent before trying to set headers (Fixes incompatibility with SignalR OWIN module)

Version 4.4.9

18 Jan 10:50
Compare
Choose a tag to compare

Fix an issue that prevents client-side features from working when using the .NET Framework web integration. (i.e. Apple model detection, etc)

Version 4.4.8

07 Dec 17:20
Compare
Choose a tag to compare
  • FEAT: Remove dependency on SourceLink package.
  • BUG: Better handling for missing properties during calls to cloud service.
  • BUG: Fix issues with usage sharing.

Version 4.4.7

31 Aug 11:25
Compare
Choose a tag to compare
  • REFACTOR: Move pipeline builder code re. creating new instances to FiftyOneServiceProvider.

Version 4.4.6

27 Jul 14:24
Compare
Choose a tag to compare
  • New Pipeline method to verify if a required element is present in the pipeline before a specific element.

Version 4.4.5

13 Jul 07:52
Compare
Choose a tag to compare
  • Fix a stack overflow error that could occur when using the .NET Framework web integration
  • Update 3rd party dependencies to remove vulnerabilities

Version 4.4.3

22 Jun 12:51
Compare
Choose a tag to compare
  • DOC: Updated URLs to use https

Version 4.4.0

07 Apr 15:01
Compare
Choose a tag to compare

Included changes:

  • BUILD: Updated to net core 3.1. Removed netcore 2.1. web example.

Version 4.3.16

17 Mar 17:32
Compare
Choose a tag to compare
  • OPTIM: HttpClient SendAsync could result in a TaskCanceledException. The cause of this would likely be a Timeout Exception. Thus, move the call to HttpClient.SendAsync to a separate function to handle the TaskCanceledException accordingly and returns or rethrown with a sensible exception. Also, added Tests.
  • CLEANUP: Pipeline should dispose it's elements on close by default.