This is an automated email from the ASF dual-hosted git repository.
wqliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2931c00d add v1.9.0 release note
new 157c75a9 Merge pull request #91 from xwm1992/v1.9.0-release-note
2931c00d is described below
commit 2931c00d7bca9db1f7a5d92971a3882b9fc6dcb0
Author: xwm1992 <[email protected]>
AuthorDate: Fri Jun 30 19:31:26 2023 +0800
add v1.9.0 release note
---
docusaurus.config.js | 4 ++--
events/release-notes/v1.9.0.md | 54 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8a4dcd9a..42c281b7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -62,7 +62,7 @@ module.exports = {
{
type: 'doc',
docsPluginId: 'events',
- docId: 'release-notes/v1.8.0',
+ docId: 'release-notes/v1.9.0',
position: 'left',
label: 'Events',
},
@@ -102,7 +102,7 @@ module.exports = {
},
{
label: 'Events',
- to: '/events/release-notes/v1.8.0',
+ to: '/events/release-notes/v1.9.0',
},
{
label: 'Releases',
diff --git a/events/release-notes/v1.9.0.md b/events/release-notes/v1.9.0.md
new file mode 100644
index 00000000..7384214e
--- /dev/null
+++ b/events/release-notes/v1.9.0.md
@@ -0,0 +1,54 @@
+---
+title: v1.9.0 Release
+date: 2023-06-30T18:00:00+00:00
+hide_table_of_contents: false
+author: xmw1992
+author_url: https://github.com/xmw1992
+author_image_url: https://avatars.githubusercontent.com/u/13237619
+---
+
+## Feature
+
+- [Feature #3805](https://github.com/apache/eventmesh/issues/3805) Add
EventMesh Connector API
+- [Feature #3913](https://github.com/apache/eventmesh/issues/3913) Add Source
Connector RocketMQ Module
+- [Feature #3920](https://github.com/apache/eventmesh/issues/3920) Add Sink
Connector RocketMQ Module
+- [Feature #4123](https://github.com/apache/eventmesh/issues/4123) Add
EventMesh OpenFunction Source/Sink Connector
+
+## Enhancement
+
+- [Enhancement #3288](https://github.com/apache/eventmesh/issues/3288)
Refactor ConsumerGroupManager
+- [Enhancement #3290](https://github.com/apache/eventmesh/issues/3290)
Refactor ConsumerManager
+- [Enhancement #3323](https://github.com/apache/eventmesh/issues/3323)
Unsubscribe from a single topic
+- [Enhancement #3339](https://github.com/apache/eventmesh/issues/3339)
Refactor EventMeshGrpcProducer
+- [Enhancement #3485](https://github.com/apache/eventmesh/issues/3485)
Optimize Grpc protocol for Java
+- [Enhancement #3870](https://github.com/apache/eventmesh/issues/3870)
Specifying the initial capacity of Map can save resources
+- [Enhancement #3897](https://github.com/apache/eventmesh/issues/3897) Admin,
RocketMQAdmin, StandaloneAdmin and AbstractRmqAdmin can be more clearer.
+- [Enhancement #3917](https://github.com/apache/eventmesh/issues/3917)
GrpcSummaryMetrics and TcpSummaryMetrics can share an parent class
+- [Enhancement #3983](https://github.com/apache/eventmesh/issues/3983)
Optimize MessageQueue
+- [Enhancement #4069](https://github.com/apache/eventmesh/issues/4069) Add
TLSConfig to registry plugin Consul.
+- [Enhancement #4133](https://github.com/apache/eventmesh/issues/4133)
Optimize OpenFunctionSourceConnector poll
+
+## Bug
+
+- [Bug #3269](https://github.com/apache/eventmesh/issues/3269) Load plugin
failure
+- [Bug #3271](https://github.com/apache/eventmesh/issues/3271) Fix handle http
message throw IllegalReferenceCountException
+- [Bug #3273](https://github.com/apache/eventmesh/issues/3273) Incorrect
validation may cause the batch send of events to fail
+- [Bug #3284](https://github.com/apache/eventmesh/issues/3284) HTTP server
HttpRequest release bug
+- [Bug #3306](https://github.com/apache/eventmesh/issues/3306)
KafkaConsumerRunner Thread Closes Unexceptedly
+- [Bug #3307](https://github.com/apache/eventmesh/issues/3307) Kafka Consumer
Closing Twice
+- [Bug #3458](https://github.com/apache/eventmesh/issues/3458)
EventMeshHttpProducer publish Read timed out
+- [Bug #3496](https://github.com/apache/eventmesh/issues/3496) Can't build on
jdk17
+- [Bug #3595](https://github.com/apache/eventmesh/issues/3595) Throw
StorageResourceServiceKnativeImpl StorageResourceServiceKnativeImpl when start
runtime with start.sh
+- [Bug #3667](https://github.com/apache/eventmesh/issues/3667) Rocketmq
request callback timeout
+- [Bug #3707](https://github.com/apache/eventmesh/issues/3707) Thread leak
exists when rocketmq consumer was shutdown
+- [Bug #4141](https://github.com/apache/eventmesh/issues/4141) GRPC subscribe
error
+- [Bug #4150](https://github.com/apache/eventmesh/issues/4150) Fix ci compile
error for JDK 11 in eventmesh-connector-openfunction
+- [Bug #4144](https://github.com/apache/eventmesh/issues/4144) Subscription is
almost impossible to be cancelled when the TCP sub client is closed
+- [Bug #4161](https://github.com/apache/eventmesh/issues/4161) JsonUtils not
support serialize java.time.LocalDate
+- [Bug #4164](https://github.com/apache/eventmesh/issues/4164)
EventMeshGrpcConsumer client subscribe topic error
+- [Bug #4166](https://github.com/apache/eventmesh/issues/4166)
AsyncPublishInstance has no push messages.
+
+## Doc
+
+- [Doc #3453](https://github.com/apache/eventmesh/issues/3453) There are no
images used in the document.
+- [Doc #3942](https://github.com/apache/eventmesh/issues/3942) Update
README.zh-CN.md
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]