Skip to content

Releases: yizzuide/Milkomeda

v3.11.0

11 Jul 09:51
Compare
Choose a tag to compare

Feature

  • [Ice] Job support config expire with milkomeda.ice.job-expire.
  • [Pulsar] Add postForResult for post async task with result.
  • [Wormhole] Add transaction hang and execute async with @Async on listener method for event bus.
  • [Comet] Logger support print body from response.

v3.10.1

07 Jul 12:48
Compare
Choose a tag to compare

Bug Fixes

  • [crust] Fix the problem that the request failed after login.

v3.10.0

07 Jul 12:47
Compare
Choose a tag to compare

Feature

  • [Pillar] Add entry dispatcher with using PillarEntryDispatcher, @PillarEntryHandler and @PillarEntryPoint.
  • [hydrogen] Add uniform exception used with assert.

Bug Fixes

  • [Comet] Fixed throw error when using with @CometParam when request param is null.
  • [Particle] Fixed load error when limiters is null.
  • [*] Fixed base64 encode and decode issues.

v3.9.0

24 Jun 06:44
Compare
Choose a tag to compare

Feature

  • [Particle] Support bloom for limiter chain.
  • [Sundial] Add window sliding function: roll, rollDate.

v3.8.0

22 Jun 08:02
Compare
Choose a tag to compare

Feature

  • [Sundial] Support split schema and table according to calc hash key, enable extended hash function with ShardingFunction.

Enhance

  • [Ice] Optimizing the storage of delay jobs in Redis from skiplist to ziplist due to JSON serialization performance issues.

Bug fixes

  • [Halo] Fix throw exception when get param from DefaultSqlSession.StrictMap is not exists.

v3.7.1

02 Jun 01:39
Compare
Choose a tag to compare

Feature

  • [Sundial] Support transactional with multi datasource.

Bug fixes

  • [Halo] Fixed extract table name error with the lack of where in sql.

v3.7.0

29 May 07:45
Compare
Choose a tag to compare

Feature

  • [Metal] Support underline filed name inject.
  • [Moon] Support the option of using redis distributed lock or redis lua running mode.

Enhance

  • [Halo] Using simple extract table name way replace of parsing the entire sql with lib.

Security Fixes

  • [Light] Fixed concurrency issues with onlyCacheL2 set is true.
  • [Moon] Fixed concurrency issues with ring data structures.

Bug Fixes

  • [Atom] Fixed dead lock with waitTime set is -1 as default value.

v3.6.2

26 May 08:41
Compare
Choose a tag to compare

Feature

  • [Metal] Support listen key change event.

v3.6.1

26 May 07:00
Compare
Choose a tag to compare

Feature

  • [Metal] Support set application name for microservice isolation.

Bug Fixes

  • [Metal] Fixed update is ignored when vnode not find.

v3.6.0

22 May 09:25
Compare
Choose a tag to compare

Feature

  • [Halo] Support show slow sql log.
  • [Metal] Add metal module for distribute config refresh dynamically.