Skip to content

Releases: apache/eventmesh

EventMesh v1.1.0 release

16 Sep 15:08
9fa3e36
Compare
Choose a tag to compare

EventMesh v1.1.0 release.

Features

  • Support RocketMQ as EventStore.

Improvements

  • issue-145, add LICENSE
  • issue-153, remove configcenter dependency, config the namesrv list in props
  • issue-154, format shell as unix format
  • issue-161, restore the consumer's threading model

EventMesh v1.0.0 release

20 Aug 13:09
Compare
Choose a tag to compare

EventMesh v1.0.0 release.

Features

  • Support publish/subscribe Event.
  • Support multicast/broadcast/cluster mode.
  • Support flow control.
  • Support retry Event.
  • Support batch Event.
  • Support tag Event.
  • Support HTTP and TCP.
  • Support DeFiBus as EventStore.

Improvements

  • issue-97, get current process id only once , reduce timecost, ThreadUtil.getPID()
  • issue-100, fix proxy.properties
  • issue-108, upgrade libs for security leak
  • issue-116, reduce timecost, get local ip only once, getLocalAddr()
  • issue-120, fix ack problem
  • issue-128, improve start and stop script
  • issue-139, add locks in hello request, many clients in the same group frequently go online and offline, trigger concurrently bug establishing links bug