Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
v3.0.2
v3.0.1
Feature
- [*] Yml config support create empty collection data type.
- [*]
AopContextHolder.getHandlerMetaData
support for automatic identification of aop.
Enhance
- [Comet] Make
CometCollectorResponseBodyAdvice
register bean only once other than with@ControllerAdvice
component scan by default. - [Comet] Advance the collector configuration load to Spring startup time.
- [hydrogen] Make
UniformHandler
register bean only once other than with@ControllerAdvice
component scan by default. - [Hydrogen & Particle] Add configuration metadata json for support IDEA yaml smart tips.
Bug Fixes
- [Comet & Ice] Fixed module load config error at spring application startup.
v3.0.0
Feature
- [Hydrogen] Add
Hydrogen
for enhance Spring MVC, include submodule such astransation
,i18n
,validator
,uniform
,interceptor
,filter
, each submodule enable separately. - [Comet] Add url log of
Logger
submodule for print request log globally, and support urlinclude
andexclude
for ignore. - [Comet] Add tag collector of
Collector
submodule for collect request url log to storage with yml meta information confg. - [Moon] Support add moon instance with yml meta information confg.
- [Fusion] Add
@FusionGroup
for merge multi allowed EL. - [Ice] Support listen ttr overload topic.
- [ice] Add
@EnableIceBasic
for support only push delay job. - [Particle] Support config limiter with yml meta information confg.
- [Particle] Support request url limit with yml meta information confg.
- [*] All time type of yml config Support
Duration
which capable of select time unit.
Enhance
- [Comet] Changing grab params to
requestData
ofCometData
is json format. - [Comet] Find collector type at application context aware.
- [Comet] Collector support read body from
Response
output content directly. - [Comet] Setting response output stream charset is UTF-8.
Security Fixes
- [Ice] Add Check topic count on
pop
method. - [Ice] Check job is exists before push.
Bug Fixes
- [Ice] Fixed bucket lack index lock in distribution env.
- [Ice] Fixed delay bucket
index
increment overflow problem. - [Moon] Fixed phases is not set with invocation.
- [Comet] Fixed response empty with
DeferredResult
async.
API Breaking
- [Comet] Changing package
com.github.yizzuide.milkomeda.comet
tocom.github.yizzuide.milkomeda.comet.core
. - [Pulsar] Removing
timeoutCallback
anderrorCallback
method ofPlusar
setting, because ofuniform
provides exception response withHydrogen
module.