Skip to content

Releases: rdingwall/elmah-contrib-webapi

Elmah.Contrib.WebApi 1.0.10.25

28 Jun 15:57
Compare
Choose a tag to compare

Fix for issue #16 - Only try to get the application context if the request property is found, otherwise fallback to HttpContext.Current.

Elmah.Contrib.WebApi 1.0.9.0

20 Feb 22:24
Compare
Choose a tag to compare
  • Fixed bug for issue #13 - now only logging 5xx errors created via Request.CreateErrorResponse() / Request.CreateResponse()

Elmah.Contrib.WebApi 1.0.8.0

08 Jan 19:51
Compare
Choose a tag to compare

Merged pull request #10 from @ThomasArdal - Support for Request.CreateResponse and Request.CreateErrorResponse

Elmah.Contrib.WebApi 1.0.7.0

06 Jan 20:47
Compare
Choose a tag to compare
  • Merged pull request #6 from @drewfreyling to avoid unsealed attributes.
  • Upgraded to .NET 4.5.
  • Upgraded to WebApi 5.0.

Elmah.Contrib.WebApi 1.0.6.0

06 Jan 20:45
Compare
Choose a tag to compare

Fixed issue #4 - removed elmah nuget dependency from nuspec file.

Elmah.Contrib.WebApi 1.0.5.0

06 Jan 20:44
Compare
Choose a tag to compare

Merged pull request #3 from @shchahrykovich: fix ArgumentNullException when HttpContext.Current.ApplicationInstance is null.

Elmah.Contrib.WebApi 1.0.4.0

06 Jan 20:36
Compare
Choose a tag to compare

Added missing .nuspec package dependencies.

Elmah.Contrib.WebApi 1.0.2.0

06 Jan 20:37
Compare
Choose a tag to compare

Fix for issue #2, updated to use new Microsoft.AspNet.WebApi.Core NuGet package.

Elmah.Contrib.WebApi 1.0.1.0

06 Jan 20:37
Compare
Choose a tag to compare

Minor fix issue #1, removed Elmah and System.Web.Http assemblies from NuGet package.

Elmah.Contrib.WebApi 1.0.0.0

06 Jan 20:36
Compare
Choose a tag to compare

Initial release.