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 2022/10/29 04:36:42 UTC

[skywalking-java] branch main updated: Mention Virtual Cache support in the changelog (#370)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5c23b38b18 Mention Virtual Cache support in the changelog (#370)
5c23b38b18 is described below

commit 5c23b38b188253d2d2b17ef974c401b5740ef69a
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Oct 29 12:36:37 2022 +0800

    Mention Virtual Cache support in the changelog (#370)
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 607a19fb43..cbb2173f78 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,6 +5,8 @@ Release Notes.
 8.13.0
 ------------------
 
+**This release begins to adopt SkyWalking 9.3.0+ [Virtual Cache Analysis](https://skywalking.apache.org/docs/main/next/en/setup/service-agent/virtual-cache/).**
+
 * Support set-type in the agent or plugin configurations
 * Optimize ConfigInitializer to output warning messages when the config value is truncated.
 * Fix the default value of the Map field would merge rather than override by new values in the config.