Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

0.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@doddgu doddgu released this 19 Jul 08:41
· 3 commits to main since this release
8a17fb6

Bug Fixes

  • Caller: Fix when the response type is DateTime and Guid #64,Fix the problem of throwing an error exception when the response content is wrong #64
  • Dapr: Fix the error in obtaining dapr process, causing dapr to be restarted #67
  • ElasticSearch: Handle the problem that the batch method in version 8.* returns an IsValid error #85
  • Prometheus: Return error message when using invalid query #81

Features

  • DependencyInjection: Add convention-based auto-injection #62 #72 #74 #75
  • Dapr: Dapr supports immediate startup and public access to the complete AppId method #63
  • Caller: Support Custom HttpRequestMessage #64 #68 #76
  • FluentValidation: Add FluentValidation extension #65
  • Authentication: Add Authentication oidc #71
  • Prometheus: Add Prometheus http api query client sdk #78
  • MasaException: Add global exception UseMasaExceptionHandler, optimize the use of custom exceptions, and support modifying the log level of exceptions #82 #83 #84

Docs

  • Update homepage documentation #79
  • Es: Add FAQ #86

Chores

  • Change icon #77

修复Bug

  • Caller: 修复响应类型为DateTime和Guid时出错 #64,修复响应内容错误时抛出错误的异常信息 #64
  • Dapr: 修复获取dapr进程导致dapr重新启动的错误 #67
  • ElasticSearch: 处理8.*版本批处理方法返回IsValid错误的问题 #85
  • Prometheus: 使用无效查询时返回错误消息 #81

功能

  • DependencyInjection: 添加基于约定自动注入 #62 #72 #74 #75
  • Dapr: Dapr支持立即启动,对外公开获取完整AppId方法 #63
  • Caller: 支持自定义HttpRequestMessage #64 #68 #76
  • FluentValidation: 添加FluentValidation扩展 #65
  • Authentication: 添加Authentication oidc #71
  • Prometheus: 添加 Prometheus http api 查询客户端sdk #78
  • MasaException: 新增全局异常UseMasaExceptionHandler,优化自定义异常使用,支持修改异常的日志级别 #82 #83 #84

文档

  • 更新首页文档 #79
  • Es: 添加常见问题 #86

杂务

  • 更改Icon #77