Skip to content

Releases: yizzuide/Milkomeda

v3.1.1

22 Apr 02:33
Compare
Choose a tag to compare

Bug fixes

  • [Particle] Fixed idempotent limiter limit fail.

v3.1.0

22 Apr 02:23
Compare
Choose a tag to compare

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

22 Apr 02:21
Compare
Choose a tag to compare

Feature

  • [Ice] TTR overload listener support generic resolve.

v3.0.9

22 Apr 02:20
Compare
Choose a tag to compare

Feature

  • [Ice] Support push delay job again for topic flow.

v3.0.8

17 Apr 03:28
Compare
Choose a tag to compare

Feature

  • [Ice] Support retrieve dead queue job.

Enhance

  • [Ice] Add dead queue for TTR overload job.

v3.0.7

17 Apr 03:26
Compare
Choose a tag to compare

Feature

  • [Ice] Support multi listener per handler.
  • [Ice] Support set instance name.

Bug Fixes

  • [Ice] Fixed setNX lock fail.

v3.0.6

15 Apr 03:17
Compare
Choose a tag to compare

Bug Fixes

  • [Comet] Fixed url parse with string map.

v3.0.5

14 Apr 08:57
Compare
Choose a tag to compare

Feature

  • [Comet] Support transmit intent data and mark failure with Collector.

v3.0.4

14 Apr 07:23
Compare
Choose a tag to compare

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

14 Apr 02:28
Compare
Choose a tag to compare

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.