You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/06/19 00:05:12 UTC

[skywalking] branch changelog created (now 83f8b47)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch changelog
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 83f8b47  8.0.1 is on releasing vote.

This branch includes the following new commits:

     new 83f8b47  8.0.1 is on releasing vote.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: 8.0.1 is on releasing vote.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch changelog
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 83f8b47cca5908f144a87fe6e347d7c67cdebd7c
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jun 19 08:04:50 2020 +0800

    8.0.1 is on releasing vote.
---
 CHANGES.md | 8 +++++++-
 README.md  | 7 ++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 956fa3d..b4b397e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,13 @@ Changes by Version
 ==================
 Release Notes.
 
+8.0.1
+------------------
+
+#### OAP-Backend
+* Fix `no-init` mode is not working in ElasticSearch storage.
+
+
 8.0.0
 ------------------
 
@@ -24,7 +31,6 @@ Release Notes.
 * Make `CommandService` daemon to avoid blocking target application shutting down gracefully.
 * Refactor spring cloud gateway plugin and support tracing spring cloud gateway 2.2.x 
 
-
 #### OAP-Backend
 * Support meter system for Prometheus adoption. In future releases, we will add native meter APIs and MicroMeter(Sleuth) system.
 * Support endpoint grouping.
diff --git a/README.md b/README.md
index dd194ad..1fa6c01 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,12 @@ SkyWalking OAP is using the STAM(Streaming Topology Analysis Method) to analysis
 for better performance. Read [the paper of STAM](https://wu-sheng.github.io/STAM/) for more details.
 
 # Document
-[8.x dev](docs/README.md), [8.0](https://github.com/apache/skywalking/blob/v8.0.0/docs/README.md) | [7.0](https://github.com/apache/skywalking/blob/v7.0.0/docs/README.md) | [6.6](https://github.com/apache/skywalking/blob/v6.6.0/docs/README.md), [6.5](https://github.com/apache/skywalking/blob/v6.5.0/docs/README.md).
+[8.x dev](docs/README.md), 
+[8.0.1](https://github.com/apache/skywalking/blob/v8.0.1/docs/README.md), 
+[8.0.0](https://github.com/apache/skywalking/blob/v8.0.0/docs/README.md) 
+| [7.0](https://github.com/apache/skywalking/blob/v7.0.0/docs/README.md) 
+| [6.6](https://github.com/apache/skywalking/blob/v6.6.0/docs/README.md), 
+[6.5](https://github.com/apache/skywalking/blob/v6.5.0/docs/README.md).
 
 NOTICE, SkyWalking 8.0+ uses [v3 protocols](docs/en/protocols/README.md). They are incompatible with previous releases.