Skip to content

Releases: yizzuide/Milkomeda

v3.12.3

13 Oct 07:55
Compare
Choose a tag to compare

Enhance

  • [Echo] String data field of response body support auto convert to specified generic type.

v3.12.2

13 Oct 06:03
Compare
Choose a tag to compare

Bug Fixes

  • [Echo] Fixed string parsing problem specified in response body.

v3.12.1

10 Sep 09:31
Compare
Choose a tag to compare

Enhance

  • [ice] Replace job when already exists.

v3.12.0

28 Jul 14:02
Compare
Choose a tag to compare

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

23 Jul 09:42
Compare
Choose a tag to compare

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

17 Jul 10:38
Compare
Choose a tag to compare

Bug Fixes

  • [halo & wormhole & pillar & ice] Fixed invoke method listener of handler error when used JDK proxy.

v3.11.4

17 Jul 06:15
Compare
Choose a tag to compare

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

15 Jul 08:37
Compare
Choose a tag to compare

Bug Fixes

  • [*] Fixed component can not register on ContextRefreshedEvent.

v3.11.2

15 Jul 02:55
Compare
Choose a tag to compare

Bug Fixes

  • [Crust] Fixed addition ignore url can not add.

v3.11.1

14 Jul 08:02
Compare
Choose a tag to compare

Feature

  • [Wormhole & Halo] Event listener support invoke async with @Async.

Bug Fixes

  • [Comet] Fixed logger response log is toString of object format.