Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,45 @@ | ||
--- | ||
title: v1.3.0 Release | ||
date: 2021-12-23T16:13:52+00:00 | ||
hide_table_of_contents: false | ||
author: xmw1992 | ||
author_url: https://github.com/xwm1992 | ||
author_image_url: https://avatars.githubusercontent.com/u/13237619 | ||
--- | ||
|
||
## Feature | ||
|
||
- [Feature #339](https://github.com/apache/incubator-eventmesh/issues/339) Integrate With OpenSchema | ||
- [Feature #340](https://github.com/apache/incubator-eventmesh/issues/340) Integrate With OpenTelemetry | ||
- [Feature #375](https://github.com/apache/incubator-eventmesh/issues/375) In memory as event store | ||
- [Feature #482](https://github.com/apache/incubator-eventmesh/issues/482) Support protocol adaptor plugin | ||
- [Feature #490](https://github.com/apache/incubator-eventmesh/issues/490) Support service invocation | ||
- [Feature #547](https://github.com/apache/incubator-eventmesh/issues/547) Create and upload 1.3.0 version docker image | ||
- [Feature #564](https://github.com/apache/incubator-eventmesh/issues/564) Support CloudEvents protocols for pub/sub in EventMesh | ||
|
||
## Enhancement | ||
|
||
- [Enhancement #346](https://github.com/apache/incubator-eventmesh/issues/346) How EventMesh offers Administrative API to manage Topic of the eventstore | ||
- [Enhancement #367](https://github.com/apache/incubator-eventmesh/issues/367) Enhance SPI plugins | ||
- [Enhancement #435](https://github.com/apache/incubator-eventmesh/issues/435) Expose clientmanager/admin APIs as RESTful APIs | ||
- [Enhancement #451](https://github.com/apache/incubator-eventmesh/issues/451) SSLContext Initialize error | ||
- [Enhancement #460](https://github.com/apache/incubator-eventmesh/issues/460) Support custom retry times configuration when SubcriptionType is `SYNC` | ||
- [Enhancement #523](https://github.com/apache/incubator-eventmesh/issues/523) Adding Flow control RateLimiter support in Http Message Send Processor | ||
- [Enhancement #550](https://github.com/apache/incubator-eventmesh/issues/550) Remove unused jar in plugin module | ||
- [Enhancement #604](https://github.com/apache/incubator-eventmesh/issues/604) Improve the rebalance algorithm between eventmesh and eventmesh-client | ||
|
||
## Bug | ||
|
||
- [Bug #448](https://github.com/apache/incubator-eventmesh/issues/448) EventMeshTCPServer set unknown channel options | ||
- [Bug #461](https://github.com/apache/incubator-eventmesh/issues/461) Global flow control is not work in MessageTransferTask | ||
- [Bug #476](https://github.com/apache/incubator-eventmesh/issues/476) Biz Exceptions occured in EventMesh cause connection close of client | ||
- [Bug #646](https://github.com/apache/incubator-eventmesh/issues/646) Missing the rocketmq message properties during protocol conversion | ||
- [Bug #630](https://github.com/apache/incubator-eventmesh/issues/630) RocketMQProducerImpl cannot load config properties from classpath | ||
|
||
## Document and code style improvement | ||
|
||
- [Enhancement #405](https://github.com/apache/incubator-eventmesh/issues/405) Looking for code hero for Apache EventMesh | ||
- [Enhancement #425](https://github.com/apache/incubator-eventmesh/issues/425) Using templates to encourage useful issues and PRs | ||
- [Bug #436](https://github.com/apache/incubator-eventmesh/issues/436) typo errors for runtime package | ||
- [Discuss #444](https://github.com/apache/incubator-eventmesh/issues/444) Eventmesh code style specification | ||
- [MINOR #653](https://github.com/apache/incubator-eventmesh/pull/653) supply the license and update the third party license file name |