Skip to content

Releases: yinjihuan/monkey-api-encrypt

v1.2.2.RELEASE

31 Mar 06:28
ed537ff
Compare
Choose a tag to compare

Bug Fixes

  • #69 支持Restful风格API加解密
  • #64 数组下标越界

v1.2.1.RELEASE

17 Jun 05:55
0207676
Compare
Choose a tag to compare

Features / Enhancements

  • 增加URL映射endpoint(/actuator/encrypt-config)
  • 注解方式和配置文件方式合并(1.2.1版本之前是优先选择用注解)Issues 58
  • 增强AES加解密的工具类PR 53

Bug Fixes

  • context-path结尾使用/导致匹配错误问题
  • Issues 59

v1.2.RELEASE

20 Apr 09:53
5864332
Compare
Choose a tag to compare

Features / Enhancements

  • Get请求参数解密支持
  • 项目结构调整
  • Jar包发布到oss.sonatype.org仓库

Bug Fixes

  • 两个斜杠问题 #45

支持忽略接口加解密功能

17 May 10:22
feba691
Compare
Choose a tag to compare

支持忽略接口加解密功能

修复AOP导致注解加解密失效问题

06 May 13:38
64956a0
Compare
Choose a tag to compare

使用AOP对Controller进行拦截后,获取到的Class是CGLIB代理的,导致获取类中的方法也是代理的,无法获取到Encrypt注解

fix bug: issues/31

修复 requestmapping 获取的uri错误问题

28 Apr 08:16
6e162db
Compare
Choose a tag to compare

修复 requestmapping 获取的uri错误问题

修复项目增加context-path不能加解密问题

12 Apr 16:20
a75f893
Compare
Choose a tag to compare

修复项目增加context-path不能加解密问题

优化

01 Mar 02:36
f86384a
Compare
Choose a tag to compare

优化

bug修复

18 Feb 13:25
fb55f9e
Compare
Choose a tag to compare

字符串内容丢失bug修复
Spring Boot Starter方式使用支持自定义算法

配置增强

25 Jan 09:16
d84b199
Compare
Choose a tag to compare
  • 支持Spring Boot配置
  • 支持注解开启加解密(Spring Boot中)
  • 增加Spring MVC示例