Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
v3.1.1
Bug fixes
- [Particle] Fixed idempotent limiter limit fail.
v3.1.0
Feature
- [Come & particle] Key template support extract value with
$params.name
, $header.name
, $cookie.name
.
- Spring EL support extract environment property with
#env['prop']
or @env.get('prop')
.
v3.0.10
Feature
- [Ice] TTR overload listener support generic resolve.
v3.0.9
Feature
- [Ice] Support push delay job again for topic flow.
v3.0.8
Feature
- [Ice] Support retrieve dead queue job.
Enhance
- [Ice] Add dead queue for TTR overload job.
v3.0.7
Feature
- [Ice] Support multi listener per handler.
- [Ice] Support set instance name.
Bug Fixes
- [Ice] Fixed
setNX
lock fail.
v3.0.6
Bug Fixes
- [Comet] Fixed url parse with string map.
v3.0.5
Feature
- [Comet] Support transmit intent data and mark failure with
Collector
.
v3.0.4
Feature
- [Particle]Support custom response separately after limited.
Bug Fixes
- [Comet] Fixed tag collector response success with ge 400 status code with body is null.
v3.0.3
Feature
- [Comet] Support key path extract params with log.
Bug Fixes
- [Moon] Fixed not config
phases
caused the configuration instance to fail.
- [Comet] Fixed not config
exception-monitor
caused the collector collect failure.