You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue represents a list of major investments that our team will focus on in the 0.5.0 time frame. It doesn't include all the features and bug fixes we'll be working on in the meantime
这个Issue代表我们团队将在 0.5.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:
路线图包括以下特性
Roadmap
This issue represents a list of major investments that our team will focus on in the 0.5.0 time frame. It doesn't include all the features and bug fixes we'll be working on in the meantime
这个Issue代表我们团队将在 0.5.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:
路线图包括以下特性
Ddd.Domain(领域)
提升AuditEntity的使用体验
Identity(身份)
提供获取用户身份信息
IdGenerator (Id生成器)
支持IdGenerator,新增SimpleGuid、SequentialGuid、Snowflake 实现 feat(IdGenerator): Add IdGenerator.SimpleGuid and IdGenerator.SequentialGuid and IdGenerator.Snowflake #76
EntityFramework
修复使用MySql错误 Fix: Fix errors using MySql #108 , 修复使用软删除过滤由于嵌套引用导致删除失败 feat(soft delete):del issues #144, 支持乐观并发 refactor/entityframework: Support optimistic concurrency #79, 重构MasaDbContextOptionsBuilder refactor(entityframework): Refactor MasaDbContextOptionsBuilder #122
EventBus (事件总线)
[x] EventBus: 修改错误提示信息地址 chore: Modify the prompt information address #105、修复部分事件(未继承ITranscation的事件)发布时,当Handler存在嵌套发布事件时,事务中间件会被多次执行的问题 fix(Dispatcher): Fix non-transactional event middleware execution error #146 fix(EventBus): Fix the issue that EventBus does not support multiple Publish #153
重构DaprIntegrationEventBus Refactor(IntegrationEvents.Dapr): Refactored DaprIntegrationEventBus #116 feat(IntegrationEventBus): Support does not specify local message table service #150
DomainEventBus: 修复聚合根添加领域事件执行顺序错误 fix(Aggregoot): Fix the problem that the aggregate root sends events in the wrong order #120 fix(Dispatcher): fix transaction rollback #135
Identity
支持Identity,暂不支持Blazor feat: Add IdentityModel #81 fix(EntityFramework): Fix the problem that Creator and Modifier cannot be assigned values #103 feat:add user role #118
DistributedLock (分布式锁)
支持分布式锁 feat(distributedlock): Support distributed lock #88 rename: DistributedLocking renamed to DistributedLock #131
Sdks
为团队和权限添加 sdk 方法 feat(team/permission):add sdk method for team and permission #77 feat(auth):delete singleton #80, 更新 auth sdk 身份 feat(auth):update auth sdk idntity #84 feature(auth sdk) : UserService add FindByIdAsync 、refactor staffModel #98 feature(oidc):auth sdk add UpdateUserPasswordAsync 、UpdateUserBaseInfoAsync,oidc add transaction commit #117 feature(auth sdk):add UpsertUser #141 添加 Auth.Contracts feature(auth): add Masa.BuildingBlocks.BasicAbility.Auth.Contracts project #104 feat(auth sdk):update user center and add readme #113
OIDC: 添加Oidc.EntityFramework、Oidc.Cache.Storage feature(oidc):add Oidc.EntityFramework、Oidc.Cache.Storage #78 feat:update model mapper #93 feature(oidc):add oidc readme、fix list removeRange error bug #109
添加消息中心 Sdk feat: mc sdk & sdk unit test #112 refactor:add websitemessageservice method and httpClientAuthorization… #143
Scheduler:添加调度器Sdk feat: Scheduler SDK & SDK UnitTest #102 doc: add scheduler readme #107 rename: rename AddbAsync to AddAsync #110 fix: UnitTest error #142 feat(EntityFramework): Support migration of local message table via IDesignTimeDbContextFactory<TContext> #152
添加Tsc sdk
MinimalAPIsPlanning规划中 (迁移到后续版本)Observability(可观测性)Support OpenTelemetry支持OpenTelemetry 规划中 (迁移到后续版本)Rule Engine(规则引擎)Planning (Migrate to next version)规划中 (迁移到下个版本)The text was updated successfully, but these errors were encountered: