Releases: masastack/MASA.Framework
Releases · masastack/MASA.Framework
0.6.0-preview.11
Features
- Caller: support disabling automapping #240
- Auth: Register and login #244 Added access to all three-party accounts, support mobile phone number login sso #245 Support Role Code #246 [#247](https://github. com//pull/247) support mail registration #248
Bug Fixes
- Schedule: Turn off
Schedule
to use automatic mapping Caller #236 - Mc: turn off
Mc
to use automatic mapping Caller #239
Refactors
- MinimalAPI: Refactor
MinimalAPI
, support automatic registration ofMinimalAPI
, support global configuration authorization, cross-domain configuration, etc. #238 #243
功能
修复Bug
重构
0.6.0-preview.10
0.6.0-preview.9
Bug Fixes
- Caller: Fix the error when the response value is a value type, a collection of strings #223
- Identity: Fix the problem that IUserSetter temporarily changes the user to obtain user information error #226
- Expressions: Fix And, Or extension
Features
- Configuration: Supports mounting multiple configuration nodes with the same class #225
Refactors
- Auth: Modify Authentication #224
修复Bug
- Caller: 修复响应值为值类型、字符串集合时的错误 #223
- Identity: 修复 IUserSetter 临时更改用户获取用户信息错误的问题 #226
- Expressions: 修复 And, Or 扩展
Features
- Configuration: 支持使用同一个类挂载多个配置节点 #225
Refactors
- Auth: 修改认证 #224
0.6.0-preview.8
Bug Fixes
- Dispatcher.Events: Fixed the possibility of obtaining the wrong Handler object in high concurrency scenarios, and prompting
A second operation started on this context before a previous operation completed when using DbContext
#221 - Caller: Fix Caller does not support response value as null #222
Features
修复Bug
- Dispatcher.Events: 修复高并发场景下可能获取到错误的Handler对象,使用DbContext时提示
A second operation started on this context before a previous operation completed
#221 - Caller: 修复Caller响应值不支持null #222
功能
0.5.1
Bug Fixes
- Dispatcher.Events: Fixed the possibility of obtaining the wrong Handler object in high concurrency scenarios, and prompting
A second operation started on this context before a previous operation completed
when using DbContext
修复Bug
- Dispatcher.Events: 修复高并发场景下可能获取到错误的Handler对象,使用DbContext时提示
A second operation started on this context before a previous operation completed
0.6.0-preview.7
Features
- Auth: Add UpdateStaffAvatarAsync、UpdateUserPhoneNumberAsync、SendMsgCodeForVerificationAsync、VerifyMsgCodeAsync、SendMsgCodeForUpdatePhoneNumberAsync methods #218
Refactors
- ConfigurationApi.Dcc: Simplified Dcc configuration #215
- Identity: Remove useless code & extend MasaIdentityModel method to support custom format #216
功能
- Auth: 添加修改员工头像、更新用户手机号、发送校验手机号验证码、发送修改手机号验证码、校验验证码方法 #218
重构
0.6.0-preview.6
Bug Fixes
- Ddd: Fix Entity entity Equals method error (bug in 0.6.0-preview.4) #206
- Configuration: Fix IMasaConfiguration case sensitive issue #208
- AutoComplete: fix setting content error (error content startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=, endOffset=,lastStartOffset=* for field 'text') #209
- Scheduler: Fix GetSchedulerJobQueryByIdentityAsync api url error #211
Features
- Auth: Support for modifying user avatars #210
Docs
Styles
- Identity: Modify the access level of the
CurrentUser
property #207
修复Bug
- Ddd: 修复Entity实体Equals方法错误(0.6.0-preview.4出现的bug) #206
- Configuration: 修复IMasaConfiguration大小写敏感问题 #208
- AutoComplete: 修复设置内容出错 (错误内容startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=, endOffset=,lastStartOffset=* for field 'text') #209
- Scheduler: 修复
GetSchedulerJobQueryByIdentityAsync
接口地址错误 #211
功能
- Auth: 支持修改用户头像 #210
文档
格式
- Identity: 修改
CurrentUser
属性的访问级别 #207
0.6.0-preview.5
0.6.0-preview.4
Bug Fixes
- Cqrs: Remove the warning that the query result cannot be empty #198
Features
- Data: Add
IIdGenerator
、MasaApp
#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
Tests
- Prometheus: tests update #187
修复bug
- Cqrs: 移除查询结果不能为空的警告 #198
功能
- Data: 新增
IIdGenerator
、MasaApp
#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
杂务
测试
- Prometheus: 更新测试 #187