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

0.5.0

Latest
Compare
Choose a tag to compare
@zhenlei520 zhenlei520 released this 28 Jul 06:12
· 12 commits to main since this release
96f27c1

Features

  • Mapping: Add object extension to support Map #61
  • IdGenerator: Add id constructor (normal Guid, sequential Guid, snowflake id) #61
  • Auth: Add sdk method for team and permission #62, update auth sdk identity #69, UserService add FindByIdAsync、Refactor Auth #76 #77 #80 #84 #88 #99 #100 #105 #107 #110 #111 #113
  • IdentityModel: Add IdentityModel, support updating creator, creation time, modifying person, modification time, etc. #63 #67 #89
  • Service.Contracts: Modify the access level of the attribute Data of the BaseResponse class #64
  • Data: Support optimistic concurrency #65
  • OIDC: Add OIDC #66 #72 #81 #85 #86
  • Data: Support distributed lock #68
  • Storage: Add IClientContainer #71
  • Scheduler: Add Scheduler Sdk #73, #79 #82 #103 #104
  • DistributedLocking: Add parameter default value #74
  • Dcc: Add dcc Sdk #75
  • Domain.Events:Add EventQueryCommand #87
  • Configuration: Add IConfigurationApi interface and modify IConfigurationApiClient #95 #96 #114
  • Mc: Add MessageTaskSources #97 #106 #116 #117 #118
  • PM: Add project api GetByIdentityAsync #101 #108
  • Tsc: Add Tsc Sdk #94 #109

Refactors

  • Dispatcher: UoW add method AddDomainEventAsync,AnyQueueAsync #90 #91
  • Autocomplete: Refactor and optimize the user experience #112 #115

Chores

  • Auth: Remove auth waning #92
  • IdGenerator: Rename method Create => NewId #93
  • Ddd: _domainEvents changed to private #102

Bug


功能

  • Mapping: 新增object扩展,支持Map #61
  • IdGenerator: 新增id构造器 (普通Guid、顺序Guid、雪花id) #61
  • Auth: 为团队和权限添加 sdk 方法 #62,新auth sdk identity #69,UserService 添加 FindByIdAsync、重构Auth #76 #77 #80 #84 #88 #99 #100 #105 #107 #110 #111 #113
  • IdentityModel: 添加IdentityModel、支持更新创建人、创建时间、修改人、修改时间等 #63 #67 #89
  • Service.Contracts: 修改BaseResponse类的属性Data的访问级别 #64
  • Data: 支持乐观并发 #65
  • OIDC: 添加OIDC #66 #72 #81 #85 #86
  • Data: 支持分布式锁 #68
  • Storage: 添加 IClientContainer #71
  • Scheduler: 添加调度器Sdk #73 #79 #82 #103 #104
  • DistributedLocking: 添加参数默认值 #74
  • Dcc: 添加 Dcc Sdk #75
  • Domain.Events:添加 EventQueryCommand #87
  • Configuration: 添加 IConfigurationApi 接口并修改 IConfigurationApiClient #95 #96 #114
  • Mc:添加MessageTaskSources #97 #106 #116 #117 #118
  • PM: 添加项目 api GetByIdentityAsync #101 #108
  • Tsc: 添加 Tsc Sdk #94 #109

重构

杂务

  • Auth: 处理Auth警告 #92
  • IdGenerator: 重命名方法 Create => NewId #93
  • Ddd: _domainEvents 更改为私有 #102