Skip to content

Releases: carl-berg/appeaser

Release 2.3.4

02 Dec 09:24
Compare
Choose a tag to compare
  • 65e58d0 Fixed issue causing async response interceptors not being invoked

Release 2.3.3

02 Dec 06:59
Compare
Choose a tag to compare

d09abae Fixed issue where stack traces from handler exceptions were not preserved

Release 2.3.2

05 Jul 14:44
Compare
Choose a tag to compare

Throws exception if an interceptor cannot be resolved, solving #26

Release 2.3.1

09 Mar 13:43
Compare
Choose a tag to compare

Appeaser 2.3.1

Stabilized version

Appeaser.Microsoft.DependencyInjection 1.2.0

Multitargeting netstandard2.1 and netstandard2.0 for better compatability with core 3.X projects

Appeaser.Microsoft.ApplicationInsights 0.3.0

Multitargeting netstandard2.1 and netstandard2.0 for better compatability with core 3.X projects

Appeaser.Microsoft.ApplicationInsights.AspNetCore 0.3.0

Multitargeting netstandard2.1 and netstandard2.0 for better compatability with core 3.X projects

Appeaser 2.3.1-rc.1

20 Sep 09:07
Compare
Choose a tag to compare

Small internal change, 2893045 , to how async interceptors are executed in order to work around diagnostic activity, see #25.

Appeaser.Microsoft.DependencyInjection 1.1.1

12 Aug 15:12
Compare
Choose a tag to compare

Replaced internal Typescanning with a ATypeScanner as of #24

Appeaser 2.3.0

01 Aug 19:16
Compare
Choose a tag to compare

#22 Adding netstandard 2.0 as according to recommendation.

Appeaser.Microsoft.DependencyInjection 1.1.0

01 Aug 19:25
Compare
Choose a tag to compare

#22 Adding support for configuration via IOptions (when using microsoft dependencyinjection). For an example of how you would use this, read this blog post

Appeaser.Microsoft.DependencyInjection 1.0.4

20 May 12:21
Compare
Choose a tag to compare

Fixed a bug causing multiple handlers of same type in the same class to not be registered correctly

Appeaser.Microsoft.DependencyInjection 1.0.0

17 May 12:47
202b7c1
Compare
Choose a tag to compare

First release of Appeaser.MicrosoftDependencyInjection which enables plugging into Asp.Net Core's dependency injection like this:

services.AddAppeaser();

... and can also be customized by providing config and/or extra assemblies to resolve handlers from (if no assemblies are provided, the calling assembly will be added by default).