Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
v2.2.1
Security Fixes
- [Light] Fixed L2 cache expire time not sync with L1 cache when use
LightDiscardStrategy.LazyExpire
strategy.
- [Moon] Fixed concurrent problem with
getCurrentPhase
method.
v2.2.0
Feture
- [Moon] Add moon module for cycle get linked data.
- [ Fusion] Add
allowed
attribute method for execute AOP selectively.
- [Fusion] Support handle error response.
v2.1.1
Security Fixes
- Fixed delay bucket poll concurrent security problem.
v2.1.0
Feture
@IceListener
support SpEL.
@IceListener
handle method support inject List
、Map
、T
.
Bug Fixes
- Fixed retry count of delay job always 0.
2.0.6
Bug fixes
- Fixed super cache data unbalanced (Light).
2.0.5
Security Fixes
- Fixed super cache
ThreadLocal
leak problem (Crust).
2.0.4
Feature
- Add custom
refreshTokenName
in properties (Crust).
Performance Improvements
- Improving token parse performance with meta data of
ThreadLocal
(Crust).
Bug Fixes
- Context not clear with stateless type when perform logout (Crust).
2.0.3
Bug Fixes
- Fixed cache L1 expire issues (Light).
2.0.2
Performance Improvements
- Use setter instead of
BeanUtils.CopyProperties()
(Light).
Breaking
gKey
of @LightCacheable
is deprecated (Light).
2.0.1
Feature
- L1 cache support expire strategy (Light).
Security Fixes
- Make Aside Cache (Light).