Skip to content

Releases: yizzuide/Milkomeda

v2.2.1

15 Jan 10:38
Compare
Choose a tag to compare

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

15 Jan 10:23
Compare
Choose a tag to compare

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

31 Dec 09:45
Compare
Choose a tag to compare

Security Fixes

  • Fixed delay bucket poll concurrent security problem.

v2.1.0

31 Dec 08:07
Compare
Choose a tag to compare

Feture

  • @IceListener support SpEL.
  • @IceListener handle method support inject ListMapT.

Bug Fixes

  • Fixed retry count of delay job always 0.

2.0.6

31 Dec 06:37
Compare
Choose a tag to compare

Bug fixes

  • Fixed super cache data unbalanced (Light).

2.0.5

29 Dec 15:33
Compare
Choose a tag to compare

Security Fixes

  • Fixed super cache ThreadLocal leak problem (Crust).

2.0.4

29 Dec 15:43
Compare
Choose a tag to compare

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

29 Dec 15:47
Compare
Choose a tag to compare

Bug Fixes

  • Fixed cache L1 expire issues (Light).

2.0.2

31 Dec 06:43
Compare
Choose a tag to compare

Performance Improvements

  • Use setter instead of BeanUtils.CopyProperties() (Light).

Breaking

  • gKey of @LightCacheable is deprecated (Light).

2.0.1

31 Dec 06:46
Compare
Choose a tag to compare

Feature

  • L1 cache support expire strategy (Light).

Security Fixes

  • Make Aside Cache (Light).