Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
v3.5.1
v3.5.0
Feature
- [Crust] Support add allow permit URL with yml config.
- [Particle] Support with response special limiter config which linked in barrier limiter type.
- [Comet] Support with extract value from request attribute with
$attr
. - [Jupiter] Add jupiter module for business rule engine, support request scope query filter expression and EL/OGNL result match expression.
Bug Fixes
- [Comet] Fixed request body miss when used with config
enableReadRequestBody
is true.
API Breaking
- [Crust] Removed authorities from token auth type, now need find from datasource.
- [Light] Removed annotation cache config, replace of using yml config within
milkomeda.light.instances
.
v3.4.0
v3.3.2
v3.3.1
Feature
- [Atom] Add support selectable handle strategy when lock wait time happened.
- [*] Astrolabe handler Support ordered.
Enhance
- [Particle] Times limiter change to using lua script.
Security Fixes
[Atom] Fixed unlock has exception throw in concurrent thread.
v3.3.0
Feature
- [Atom] Add atom module for destributed lock which support redis and zookeeper.
- [Wormhole] Add wormhole module for event bus of DDD architecture.
- [Fusion] Add the use of declarative programming.
- [Light] Add delegate filter for light cache clean.
Security Fixes
- [Crust] Add session fixation protected.
- [Crust] Fixed light super cache cause leak with session type.