Skip to content

Releases: masastack/MASA.Framework

1.0.0-preview.12

27 Feb 02:59
290339b
Compare
Choose a tag to compare
1.0.0-preview.12 Pre-release
Pre-release

StackSdks

  • SDK-Config: AddMasaStackConfigAsync add default DccOptions method

业务Sdk

  • SDK-Config: AddMasaStackConfigAsync 增加默认读取DccOptions方法

1.0.0-preview.11

24 Feb 07:57
c2750f3
Compare
Choose a tag to compare
1.0.0-preview.11 Pre-release
Pre-release

Bug Fixes

  • MultilevelCache :Fix multi-copy delete cache bug

Features

  • AutoComplete:Add AutoComplete extension

StackSdks

  • SDK-Config: change AddMasaStackConfig to AddMasaStackConfigAsync
  • SDK-Auth: UserService add FindListByAccountsAsync、GetUserSystemDataAsync

修复

  • MultilevelCache :修复多副本删除缓存bug

功能

  • AutoComplete:添加 AutoComplete 扩展方法

业务Sdk

  • SDK-Config: AddMasaStackConfig 改为 AddMasaStackConfigAsync
  • SDK-Auth: UserService 添加 FindListByAccountsAsync、GetUserSystemDataAsync方法

1.0.0-preview.10

23 Feb 07:43
ae0fae7
Compare
Choose a tag to compare
1.0.0-preview.10 Pre-release
Pre-release

StackSdks

  • SDK-Config:AddMasaStackConfig rename to AddMasaStackConfigAsync

业务Sdk

  • SDK-Config:AddMasaStackConfig 修改为 AddMasaStackConfigAsync

1.0.0-preview.9

22 Feb 09:37
a691965
Compare
Choose a tag to compare
1.0.0-preview.9 Pre-release
Pre-release

StackSdks

  • SDK-Config:Overload AddMasaStackConfig function

业务Sdk

  • SDK-Config:重载AddMasaStackConfig方法

1.0.0-preview.8

22 Feb 05:20
8382889
Compare
Choose a tag to compare
1.0.0-preview.8 Pre-release
Pre-release

StackSdks

  • SDK-Mc:MessageTaskUpsertModel add extraProperties

业务Sdk

  • SDK-Mc:消息任务更新模型增加扩展属性

1.0.0-preview.7

22 Feb 03:24
778679a
Compare
Choose a tag to compare
1.0.0-preview.7 Pre-release
Pre-release

StackSdks

  • SDK-Mc:websiteMessage add extraProperties

业务Sdk

  • SDK-Mc:站内信增加扩展属性

1.0.0-preview.6

20 Feb 07:22
801bd6b
Compare
Choose a tag to compare
1.0.0-preview.6 Pre-release
Pre-release

StackSdks

  • SDK-Mc:messageTask add extraProperties

业务Sdk

  • SDK-Mc:消息任务增加扩展属性

1.0.0-preview.5

20 Feb 01:51
e2bda52
Compare
Choose a tag to compare
1.0.0-preview.5 Pre-release
Pre-release

StackSdks

  • SDK-Auth: userService add remove user

业务Sdk

  • SDK-Auth:用户服务增加删除用户

1.0.0-preview.4

17 Feb 03:42
3753d56
Compare
Choose a tag to compare
1.0.0-preview.4 Pre-release
Pre-release

StackSdks

  • SDK-Auth:sdk auth add SaveUserSystemData method

业务Sdk

  • SDK-Auth:sdk auth 增加用户业务数据存储接口

1.0.0-preview.3

16 Feb 08:06
2b5969f
Compare
Choose a tag to compare
1.0.0-preview.3 Pre-release
Pre-release

Bug Fixes

  • IntegrationEventBus :Fix the error in the background task of the integration event,When adjusting the use of multiple data contexts, if the ConnectionStringName is not specified or the name is empty, DefaultConnection will be returned

Features

  • Caller:Increase the registration of CallerMiddleware
  • MasaStackConfig:masa stack config support dcc
  • Masa.Utils.Extensions.Validations.FluentValidation:Checkout adds localized output

StackSdks

  • SDK-Auth:sdk auth support third party idp login

修复

  • IntegrationEventBus :修复集成事件后台任务错误,调整使用多个数据上下文时,如果未指定
    ConnectionStringName或名称为空,将返回DefaultConnection

功能

  • Caller:增加注册 CallerMiddleware
  • MasaStackConfig:masa stack config 支持 dcc
  • Masa.Utils.Extensions.Validations.FluentValidation:校验增加本地化输出

业务Sdk

  • SDK-Auth:sdk auth 支持第三方平台登录