Skip to content

Releases: yizzuide/Milkomeda

v3.5.1

20 May 13:15
Compare
Choose a tag to compare

Bug Fixes

  • [Light] Fixed light cache instance register every time.
  • [Jupiter] Fixed match syntax used letter name can't find compiler.

Enhance

  • [Jupiter] Make register engine instance without rule config with yml.

v3.5.0

20 May 09:05
Compare
Choose a tag to compare

Feature

  • [Crust] Support add allow permit URL with yml config.
  • [Particle] Support with response special limiter config which linked in barrier limiter type.
  • [Comet] Support with extract value from request attribute with $attr.
  • [Jupiter] Add jupiter module for business rule engine, support request scope query filter expression and EL/OGNL result match expression.

Bug Fixes

  • [Comet] Fixed request body miss when used with config enableReadRequestBody is true.

API Breaking

  • [Crust] Removed authorities from token auth type, now need find from datasource.
  • [Light] Removed annotation cache config, replace of using yml config within milkomeda.light.instances.

v3.4.0

12 May 03:28
Compare
Choose a tag to compare

Feature

  • [Sundial] Add sundial module and support add advice datasource selector dynamically with yml config.

v3.3.2

09 May 06:22
Compare
Choose a tag to compare

Bug Fixes

  • [Fusion] Make fusion handler optional.

v3.3.1

08 May 16:40
Compare
Choose a tag to compare

Feature

  • [Atom] Add support selectable handle strategy when lock wait time happened.
  • [*] Astrolabe handler Support ordered.

Enhance

  • [Particle] Times limiter change to using lua script.

Security Fixes

[Atom] Fixed unlock has exception throw in concurrent thread.

v3.3.0

06 May 16:00
Compare
Choose a tag to compare

Feature

  • [Atom] Add atom module for destributed lock which support redis and zookeeper.
  • [Wormhole] Add wormhole module for event bus of DDD architecture.
  • [Fusion] Add the use of declarative programming.
  • [Light] Add delegate filter for light cache clean.

Security Fixes

  • [Crust] Add session fixation protected.
  • [Crust] Fixed light super cache cause leak with session type.

v3.2.1

29 Apr 08:40
Compare
Choose a tag to compare

Feature

  • [*] Support calculated value with ${condition.equals(value1, value2)} in yml config.

Security Fixes

  • [Light] Null value not support for cache.

Bug Fixes

  • [Echo] fixed response null throws error.

v3.2.0

26 Apr 10:13
Compare
Choose a tag to compare

Feature

  • [Ice] Support listen TTR retry count with @IceTtrListener.

Enhance

  • [Hydrogen] Filter and Interceptor submodules Support run without spring cloud environment.

v3.1.3

26 Apr 10:11
Compare
Choose a tag to compare

Feature

  • [Ice] Dead queue support custom config with enable-retain-to-dead-queue-when-ttr-overload.

Bug fixes

  • [Fusion] Fixed @Fusion on class invoke error.
  • [Comet] Fixed request parameter has Illegible charset problem.

v3.1.2

22 Apr 07:23
Compare
Choose a tag to compare

Feature

  • [Moon & Particle] Add type yml config for setting strategy simplify.

Bug Fixes

  • [Particle] Fixed the normal URL has not response with limiter.