You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/08/31 08:52:53 UTC

[incubator-eventmesh-site] branch master updated: Add release note

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 ae2298d  Add release note
     new 29245f8  Merge pull request #40 from li-xiao-shuang/feature_release_note
ae2298d is described below

commit ae2298dbfc9ac73117a491a8c465ded42f6e5e47
Author: lixiaoshuang <64...@qq.com>
AuthorDate: Wed Aug 31 16:47:05 2022 +0800

    Add release note
---
 events/release-notes/v1.6.0.md | 41 +++++++++++++++++++++++++++++++++++++++++
 src/pages/download.tsx         | 15 +++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/events/release-notes/v1.6.0.md b/events/release-notes/v1.6.0.md
new file mode 100644
index 0000000..8fdfef7
--- /dev/null
+++ b/events/release-notes/v1.6.0.md
@@ -0,0 +1,41 @@
+---
+title: v1.6.0 Release
+date: 2022-08-31T16:23:00+00:00
+hide_table_of_contents: false
+author: lixiaoshuang
+author_url: https://github.com/li-xiao-shuang
+author_image_url: https://avatars.githubusercontent.com/u/34903552?v=4
+---
+
+## Feature
+
+- [Feature #866](https://github.com/apache/incubator-eventmesh/pull/866) Support webhook
+- [Feature #901](https://github.com/apache/incubator-eventmesh/pull/901) Support consul registry
+- [Feature #1029](https://github.com/apache/incubator-eventmesh/pull/1029) Support etcd registry
+
+## Enhancement
+
+- [Enhancement #1005](https://github.com/apache/incubator-eventmesh/pull/1005) Remove some invalid imports
+- [Enhancement #1015](https://github.com/apache/incubator-eventmesh/pull/1015) Made some fields are final
+
+## Bug
+- [Bug #980](https://github.com/apache/incubator-eventmesh/issues/980) The fields need to be made final
+- [Bug #997](https://github.com/apache/incubator-eventmesh/issues/997) ProducerGroupConf#equals doesn't work
+- [Bug #1021](https://github.com/apache/incubator-eventmesh/issues/1021) Span is null when eventMeshServerTraceEnable is false
+- [Bug #1022](https://github.com/apache/incubator-eventmesh/issues/1022) Two NPE problems with Tcp Protocol Resolver
+- [Bug #1035](https://github.com/apache/incubator-eventmesh/issues/1035) Tcp UpStreamMsgContext retry infinite loop
+- [Bug #1036](https://github.com/apache/incubator-eventmesh/issues/1036) The bug caused by the logical sequence of tcp closeSession
+- [Bug #1038](https://github.com/apache/incubator-eventmesh/issues/1038) The result of validate target url method is opposite in http protocol
+- [Bug #1052](https://github.com/apache/incubator-eventmesh/issues/1052) Only the first instance of the same consumer group receives the message in http protocol
+- [Bug #1056](https://github.com/apache/incubator-eventmesh/issues/1056) Fix StringIndexOutOfBoundsException
+- [Bug #1059](https://github.com/apache/incubator-eventmesh/issues/1059) NullPointException of Http Request
+- [Bug #1064](https://github.com/apache/incubator-eventmesh/issues/1064) NullPointException Of ClientManageControllerTest
+- [Bug #1074](https://github.com/apache/incubator-eventmesh/issues/1074) Fix PrometheusConfigurationTest running test fail
+
+
+## Document and code style improvement
+
+- [Document #1006](https://github.com/apache/incubator-eventmesh/issues/1006) Outdated instruction docs (CN)
+- [Document #1033](https://github.com/apache/incubator-eventmesh/issues/1033) Update docs of quick-start
+- [Document #1068](https://github.com/apache/incubator-eventmesh/issues/1068)  Translate the design document (cloudevents.md)
+
diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index d69eb69..064fc57 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -27,6 +27,21 @@ interface Release {
 }
 
 const releaseList: Release[] = [
+  {
+    version: 'v1.6.0',
+    date: new Date(2022, 8, 31),
+    notes: 'https://eventmesh.apache.org/events/release-notes/v1.6.0',
+    source: {
+      tar: 'https://www.apache.org/dyn/closer.lua/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-source.tar.gz',
+      asc: 'https://downloads.apache.org/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-source.tar.gz.asc',
+      sha512: 'https://downloads.apache.org/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-source.tar.gz.sha512',
+    },
+    binary: {
+      tar: 'https://www.apache.org/dyn/closer.lua/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-bin.tar.gz',
+      asc: 'https://downloads.apache.org/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-bin.tar.gz.asc',
+      sha512: 'https://downloads.apache.org/incubator/eventmesh/1.6.0-incubating/apache-eventmesh-1.6.0-incubating-bin.tar.gz.sha512',
+    },
+  },
   {
     version: 'v1.5.0',
     date: new Date(2022, 6, 4),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org