Skip to content

Releases: apache/rocketmq-eventbridge

rocketmq-eventbridge-1.1.0

09 Mar 06:13
0008e78
Compare
Choose a tag to compare

This is the vote for 1.1.0 release of Apache RocketMQ EventBridge. In this version, We will be releasing some functionality of EventBridge. Including:
[+] The runtime of eventbridge.
[+] Built in demo use case: send events,filter,transform and write to file.
[+] Supports built-in databases without the need to build MySQL.
[+] Add file sink connector.
[+] Add e2e test case.
[+] Add git workflows check when creating the pull request.

rocketmq-eventbridge-1.0.0

19 Oct 09:56
Compare
Choose a tag to compare

This is the vote for 1.0.0 release of Apache RocketMQ EventBridge. Also it will be the first release of EventBridge. In this version, We will be releasing the overall functionality of EventBridge for the first time. Including:
[+] Lifecycle management of core resources, including EventSource, EventBus and EventRule.
[+] The event api gatway for putting event to EventBridge.
[+] The Source Runner and Target Runner on RocketMQ Connect.
[+] The Source and Target class register.
[+] The Filter and Transform RocketMQ Connect plugin, before delivery the event to the target.