Skip to content

JIT/AOT_V0.3.5

Compare
Choose a tag to compare
@xljiulang xljiulang released this 01 Apr 05:31
· 1098 commits to master since this release

新增功能

  • 公开WebApiClient.Defaults.AnnotationsContractResolver类型;
  • 增加BsonContentAttribute和BsonReturnAttribute的bson请求与bson响应处理;
  • 增加DebugFilterAttribute,以将请求和响应内容输出到Debug窗口;
  • 增加HttpApiFactory非泛型类型;
  • 增加HttpApiFactory.Add支持非泛型类型接口;
  • 增加IResponseCacheProvider和CacheAttribute,配合实现请求和响应的缓存;

移除功能

  • 移除HttpApiConfig的多个静态DefaultXXX属性;
  • 移除IApiParameterAttributeProvider接口;