-
Couldn't load subscription status.
- Fork 118
Description
Roadmap
This issue represents a list of major investments that our team will focus on in the 0.6.0 time frame. It doesn't include all the features and bug fixes we'll be working on in the meantime
这个Issue代表我们团队将在 0.6.0 内重点关注的列表。它不包括我们将在此期间进行的所有功能和错误修复。
Note that this is an aspirational list of what we hope to get to. Many of these items will require thorough investigation and design, which can result in changes to our plans. We will end up cutting some things and making changes as we go, but will try to keep this issue up to date to reflect on our progress and learnings.
请注意,这是一个我们希望达到的愿望清单。 其中许多项目需要彻底的调查和设计,这可能会导致我们的计划发生变化。我们最终可能会消减一些东西,并做出改变,但将努力保持这个Issue是最新的,以反映我们的进步和学习。
The roadmap consists of the following features:
路线图包括以下特性
Cache(缓存)
- Redis refactor: RefactoringCaching #235 feat(Caching): Supports nullable absolute expiration times #277 fix(Caching) : Fix cache key formatting #285 fix(Caching): Remove ITypeAliasProvider injection #288 chore: Modify Document #291
- Add fuzzy filter (新增模糊筛选) feat(redis): Support fuzzy query #173 fix/redis: fix query error #185
- DistributedMemory (分布式内存缓存) refactor: RefactoringCaching #235 feat(Caching): Supports nullable absolute expiration times #277 fix(Caching) : Fix cache key formatting #285 fix(Caching): Remove ITypeAliasProvider injection #288 chore: Modify Document #291
Configuration
- Dcc: Fix the CallerProvider obtained by ConfigurationManager does not correspond refactor: refactor dcc configuration #215
Dcc: 修复ConfigurationManager获取到的CallerProvider不对应 refactor: refactor dcc configuration #215 - Dcc: Simplified Dcc configuration refactor: refactor dcc configuration #215
Dcc: 简化Dcc配置 refactor: refactor dcc configuration #215
Identity
- Support Blazor Server feat(Identity): Support Blazor Server、Support Blazor Assembly #230
支持Blazor Server feat(Identity): Support Blazor Server、Support Blazor Assembly #230 - Support Blazor WebAssembly feat(Identity): Support Blazor Server、Support Blazor Assembly #230
支持Blazor WebAssembly feat(Identity): Support Blazor Server、Support Blazor Assembly #230 - Support for custom user models refactor(Identity): Support custom User Model #192
支持自定义用户模型 refactor(Identity): Support custom User Model #192
Caller (调用者)
- HttpClient feat(Caller): Support Caller.HttpClient And Caller.Dapr #168 refactor: Delete Masa.Utils.Caller Library #184 feature(caller): Extends ConfigHttpRequestMessage to support the same lifecycle as CallerBase #203
- DaprClient feat(Caller): Support Caller.HttpClient And Caller.Dapr #168 refactor: Delete Masa.Utils.Caller Library #184 feature(caller): Extends ConfigHttpRequestMessage to support the same lifecycle as CallerBase #203
MinimalAPIS
- Supports automatic mapping of routes And a group of services to set a permission policy once Refactor(MinimalAPI): Refactor MinimalAPIs #238 Refactor: Refactor MinimalAPI #243 fix(MinimalAPI): Fix id does not support
FromBodyAttribute, `FromFo… #253
支持自动映射路由和一组服务设置一次权限策略 Refactor(MinimalAPI): Refactor MinimalAPIs #238 Refactor: Refactor MinimalAPI #243 fix(MinimalAPI): Fix id does not supportFromBodyAttribute, `FromFo… #253
Cqrs (读写分离)
- Query removes the restriction that Result is not empty refactor: Refactor repo structure #171 refactor: Delete Masa.Utils.Caller Library #184
Query移除Result不为空限制 refactor: Refactor repo structure #171 refactor: Delete Masa.Utils.Caller Library #184
Data (数据)
- Support serialization and deserialization (支持序列化、反序列化) refactor(Identity): Support custom User Model #192 feature(caller): Extends ConfigHttpRequestMessage to support the same lifecycle as CallerBase #203
- Support type conversion (支持类型转换) refactor(Identity): Support custom User Model #192 feature(caller): Extends ConfigHttpRequestMessage to support the same lifecycle as CallerBase #203
- Refactor IdGenerator, support IdGeneratorFactory (重构IdGenerator、支持IdGeneratorFactory) feat(idgenerator): Add
IIdGeneratorAnd AddMasaApp#188 - Mapster supports nested type mappings (Mapster支持嵌套类型映射) fix(Mapster): Fix Mapster nested type error problem #249
- Fix soft delete bug (修复软删除Bug) fix(Contracts.EFCore): Fix association delete bug when there is a value object in the navigation property #250