Skip to content

Releases: masastack/MASA.Framework

1.0.0-preview.32

23 Apr 09:40
0a4e70d
Compare
Choose a tag to compare
1.0.0-preview.32 Pre-release
Pre-release

StackSdks

StackConfig

  • rename host to domain #579

业务SDK

Stack配置

  • host 重命名为 domain #579

1.0.0-preview.31

23 Apr 08:23
1ff08ed
Compare
Choose a tag to compare
1.0.0-preview.31 Pre-release
Pre-release

Bug Fixes

  • Serialization: Fixed dynamic type serialization not supported on .NET 7.0 and above #569

Features

  • EFCore: The CreationTime property cannot be customized to modify the value #566

Refactor

  • Refactoring IdGenerator #574

Tests

  • Update ConfigurationApi unit tests #567

StackSdks

StackMiddleware

  • Modify disabled event determiner condition #575

StackConfig

  • Refactor data format #577

Bug Fixes

  • 修复.NET 7.0及更高版本上不支持动态类型序列化 #569

功能

  • EFCore: 支持自定义修改CreationTime #566

Refactor

  • 重构 IdGenerator #574

测试

  • 修改 ConfigurationApi 单元测试 #567

业务SDK

Stack中间件

  • 修改禁用事件判断条件 #575

Stack配置

  • 数据结构调整 #577

1.0.0-preview.30

20 Apr 03:10
57b65fb
Compare
Choose a tag to compare
1.0.0-preview.30 Pre-release
Pre-release

Chores

  • Modify the enumeration of DCC config types

杂物

  • 修改DCC配置类型的枚举

1.0.0-preview.29

17 Apr 06:34
d9d859f
Compare
Choose a tag to compare
1.0.0-preview.29 Pre-release
Pre-release

Bug Fixes

  • MinimalAPIs: Fix After disabling automatic mapping, the mapping route is incomplete #562

Features

  • MinimalAPIs: MinimalAPIs auto-mapping supports public Get methods for public properties #554

Chores

Pref

  • Integration events support modifying class names #558

Tests

  • Rewrite EFCore unit tests #563

StackSdks

Alert

  • AlarmRuleService Add SetIsEnabledAsync #549

Auth

  • Update token validator #553

StackConfig

  • Support multi environment #559

修复Bug

  • MinimalAPIs:修复禁用自动映射后,映射路由不完整的问题#562

功能

  • MinimalAPIs:MinimalAPIs自动映射支持公共属性的公共Get方法#554

杂物

优化

  • 集成事件支持修改类名#558

测试

  • 重写 EFCore 单元测试 #563

业务SDK

告警中心

  • AlarmRuleService 添加 SetIsEnabledAsync #549

授权

  • 更新令牌验证器 #553

Stack配置

  • 支持多环境#559

1.0.0-preview.28

11 Apr 09:32
435de40
Compare
Choose a tag to compare
1.0.0-preview.28 Pre-release
Pre-release

Features

  • MasaDbContext: Registered MasaDbContext new extension method can be used to modify QueryTrackingBehavior, Logger, etc. #544

Bug Fixes

  • ConnectionStringsIsolation: Fix ConnectionStrings options mode support #546

Chores

  • Storage:Modify the access level of the method #547

StackSdks

Alert

  • AlarmRuleService Add SetIsEnabledAsync #549

功能

  • MasaDbContext:注册的MasaDbContext-新的扩展方法可以用于修改QueryTrackingBehavior、Logger等。 #544

修复Bug

  • 连接字符串隔离性: 修复ConnectionStrings选项模式支持 #546

功能

  • 存储:修改方法的访问级别 #547

业务SDK

告警中心

  • 告警规则服务增加设置是否启用方法 #549

1.0.0-preview.27

07 Apr 12:42
ad165fb
Compare
Choose a tag to compare
1.0.0-preview.27 Pre-release
Pre-release

Bug Fixes

  • MasaDbContext: Fix MasaDbContext doesn't support redefining QueryTrackingBehavior542

Chores

  • CI: Update Issues Template #539

StackSdks

TSC

  • Fix record body bug in tracing #538

修复Bug

  • MasaDbContext: 修复 MasaDbContext 不支持修改查询跟踪状态 542

杂物

  • CI: 更新问题模版 #539

业务Sdks

故障排查控制台

  • 修复跟踪中的记录体错误 #538

1.0.0-preview.26

31 Mar 09:35
98b20d4
Compare
Choose a tag to compare
1.0.0-preview.26 Pre-release
Pre-release

Bug Fixes

  • Caller: Fix issues-533 #534

Features

  • Caching: Redis supports calling asynchronous methods synchronously #531
  • MasaDbContext: Support no-argument constructor #532

Chores

  • Ci: Update Bug Issues Template #535
  • Modify namespace #536

StackSdks

StackConfig

  • Modify Elastic configuration #530

修复Bug

  • 调用者: 修复 issues-533 #534

功能

  • 缓存: Redis异步方法支持同步被调用 #531
  • MasaDbContext: 支持无参数构造函数 #532

杂物

  • CI: 修改Bug问题模版 #535
  • 服务: 修改命名空间 #536

业务SDK

Stack配置

  • 修改Elastic配置 #530

1.0.0-preview.25

30 Mar 05:37
05c9a78
Compare
Choose a tag to compare
1.0.0-preview.25 Pre-release
Pre-release

Refactors

  • Temporarily supports synchronous and asynchronous calls #529

重构

  • 暂时支持同步调用异步 EnablePluralizingTableName #529

1.0.0-preview.24

29 Mar 10:05
a3fad09
Compare
Choose a tag to compare
1.0.0-preview.24 Pre-release
Pre-release

Bug Fixes

  • Remove EnablePluralizingTableName #529

StackSdks

StackConfig

  • Rename ElasticNodes to Nodes #530

Bug修复

  • 移除 EnablePluralizingTableName #529

业务Sdks

Stack配置

  • 重命名 ElasticNodesNodes #530

1.0.0-preview.23

29 Mar 05:14
5e4e42f
Compare
Choose a tag to compare
1.0.0-preview.23 Pre-release
Pre-release

Bug Fixes

Features

  • Configuration: update ConfigurationApiManage function support json serialize #515
  • EFCore: Add default no tracking for EFCore #517
  • Isolation: Support isolation #521 #523

Chores

  • Refactoring of Serialization and Identity #514
  • Caller: callerOptions -> callerBuilder #528

StackSdks

StackConfig

  • update stack config environment #516
  • remove no used tsc_layer #522

StackCaller

  • Add Stack Authenticate #519、Fix wrong reference to stack #520

Bug修复

功能

  • 配置:更新ConfigurationApiManage函数支持json序列化#515
  • EFCore:为 EFCore 添加默认无跟踪 #517
  • 隔离:支持隔离 #521 #523

杂物

  • 序列化和身份的重构#514
  • 调用者: callerOptions -> callerBuilder #528

业务Sdks

Stack配置

  • 更新Stack配置环境 #516
  • 删除未使用的 tsc_layer #522

Stack 调用者

  • 添加Stack验证#519、修复对Stack的错误引用#520