Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
v3.12.3
Enhance
- [Echo] String data field of response body support auto convert to specified generic type.
v3.12.2
Bug Fixes
- [Echo] Fixed string parsing problem specified in response body.
v3.12.1
Enhance
- [ice] Replace job when already exists.
v3.12.0
Enhance
- [Ice] Refactoring batch update operations with pipelined.
Bug Fixes
- [Ice] Fixed delay job lost delay time.
- [Ice] Fixed delay timer scheduling bucket lost with multi instance-name.
v3.11.6
Bug Fixes
- [hydrogen] Fixed dirty reads caused by calling the same service query in the same transaction.
- [Pillar] Fixed throw addition IllegalArgumentException when throw exception.
v3.11.5
Bug Fixes
- [halo & wormhole & pillar & ice] Fixed invoke method listener of handler error when used JDK proxy.
v3.11.4
Bug Fixes
- [halo & wormhole & pillar & ice] Fixed
@Async
on method listener of handler caused application startup error which condition on proxyTargetClass = true
.
Breaking
- [Halo] Removing
async
attr from HaloListener
, using @Async
for instead.
v3.11.3
Bug Fixes
- [*] Fixed component can not register on
ContextRefreshedEvent
.
v3.11.2
Bug Fixes
- [Crust] Fixed addition ignore url can not add.
v3.11.1
Feature
- [Wormhole & Halo] Event listener support invoke async with
@Async
.
Bug Fixes
- [Comet] Fixed logger response log is
toString
of object format.