Skip to content

0.6.0-preview.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhenlei520 zhenlei520 released this 16 Aug 06:47
· 439 commits to main since this release
784531b

Bug Fixes

  • Cqrs: Remove the warning that the query result cannot be empty #198

Features

  • Data: Add IIdGeneratorMasaApp #188
  • PM: ProjectModel Add TeamId Attributes #190
  • Auth: Add AddThirdPartyUser #191 #194 Use IMemoryCacheClientFactory to create MemoryCacheClient #202
  • SchedulerJob: Add job logger #195 #196 Add get scheduler job by api #197
  • Caller: Extends ConfigHttpRequestMessage to support services that get the same lifecycle as CallerBase #203

Refactors

  • Identity: Support custom User Model #192

Renames

  • ReadWriteSpliting → ReadWriteSplitting #204

Chores

  • Optimize namespaces #189
  • Deal with code smells #193

Tests

  • Prometheus: tests update #187

修复bug

  • Cqrs: 移除查询结果不能为空的警告 #198

功能

  • Data: 新增IIdGeneratorMasaApp #188
  • PM: ProjectModel 增加 TeamId 属性 #190
  • Auth: 添加 AddThirdPartyUser #191 #194 使用 IMemoryCacheClientFactory 创建 MemoryCacheClient #202
  • SchedulerJob: 支持任务日志 #195 #196 通过api 添加获取调度程序作业 #197
  • Caller: 扩展 ConfigHttpRequestMessage 以支持获得与CallerBase 相同的生命周期的服务 #203

重构

  • Identity: 支持自定义用户Model (#192)

重命名

  • ReadWriteSpliting → ReadWriteSplitting #204

杂务

  • 优化命名空间 #189
  • 处理代码异味 #193

测试

  • Prometheus: 更新测试 #187