Skip to content

Releases: allon2/dactor

1.1.2

04 Jun 03:26
Compare
Choose a tag to compare

1:代码优化
2:增加渠道匹配

1.1.1

21 May 01:52
Compare
Choose a tag to compare

1:增加AfterChain和BeforeChain注解
2:优化相关代码
3:更改DyanmicUrlPattern接口,增加参数
4:将创建责任链方法单独抽取

1.1.0

12 May 08:33
Compare
Choose a tag to compare
1:SpringBoot依赖版本升级为2.2.7.RELEASE,其他依赖升级为最新版本  	

​ 2:增加MessageSourceFilter,并从AsyncServletFilter中移除相关代码
​ 3:增加DyanmicUrlPattern接口,可在系统中动态修改Pattern
4:Page,PageUtil,AsyncServlet标记为过期
5:增加雪花算法IdWorker,可直接使用IdWorker.getInstance().nextId()获得流水号
6:ServletMessage 增加 getFileBytes,getFileNames,getFiles,getFile,getFileStream,getClientIp,getHeaderIgnoreCase,getHeader等方法
7:注解ActorCfg增加excludeUrlPatterns,domains,view,timeout,methods等参数
8:Message方法中getContextData等修改为泛型,不再需要强转,增加getContextList直接获得客户端提交的列表参数

1.0.10

18 Apr 01:02
Compare
Choose a tag to compare

Message增加ControlData,将业务信息和控制信息分离

1.0.8

06 Mar 11:02
Compare
Choose a tag to compare

在Steps中的beginBeanId支持用Actor标签的BeanId
增加测试案例

1.0.7

02 Mar 02:22
Compare
Choose a tag to compare

修正Step中所有条件不为真时,报错问题

1.0.6版本

15 Feb 01:39
Compare
Choose a tag to compare

通过设置async=true的方式,便捷的增加旁路交易
移除对javax.mail-api的依赖

1.0.5

13 Feb 03:30
Compare
Choose a tag to compare

ServletMessage从会话中取得User对象