Skip to content

v2.9.1

Compare
Choose a tag to compare
@ysmoradi ysmoradi released this 16 Oct 10:55

Server

Convert enum to string by default in json content formatter. (Breaking change)

String methods (AreEqual, DoesContain, DoesStartWith, DoesEndWith) which are assent/case/symbol insensitive.

Added TryGetAppEnv method.

BitDefaultLogger is now thread safe.

You can't resolve HttpContext directly anymore. (Breaking change) More info

Fixed issue related to asp.net core servers that have no IHttpBodyControlFeature.

Dropped dependency to System.ServiceModel.dll #170

CSharp Client

Value converter now prevents app crash when there is an exception in conversion logic.

Non generic version of ValueConverter class

Convert Java exceptions of HTTP client in android to their equivalent .net exceptions.

TypeScript client

N/A