This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9379247 add 1.3.0 release note
9379247 is described below
commit 9379247ce9e066f0e2e70c5a6b061436b596676c
Author: xwm1992 <[email protected]>
AuthorDate: Thu Dec 23 16:18:40 2021 +0800
add 1.3.0 release note
---
events/release-notes/v1.3.0.md | 45 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/events/release-notes/v1.3.0.md b/events/release-notes/v1.3.0.md
new file mode 100644
index 0000000..6b2705b
--- /dev/null
+++ b/events/release-notes/v1.3.0.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]