You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by da...@apache.org on 2020/06/15 15:29:35 UTC

[skywalking-nginx-lua] branch master updated: Update CHANGES.md (#39)

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

daming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new b470021  Update CHANGES.md (#39)
b470021 is described below

commit b4700215abf5797279e7613ab96d8141a89d0b48
Author: Daming <zt...@foxmail.com>
AuthorDate: Mon Jun 15 23:28:50 2020 +0800

    Update CHANGES.md (#39)
    
    * Update CHANGES.md
---
 CHANGES.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index e305808..3451282 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,16 @@
 # Changes
 
+## 0.2.0
+
+1. Adapt the new v3 protocol.
+2. Implement correlation protocol.
+3. Support batch segment report.
+4. Fix wrong context carrier endpoint data.
+5. Rocks: fixed wrong version of luarocks.
+6. Remove first ref variable.
+7. Uniform the SpanLayer type name.
+
 ## 0.1.0
 1. Establish the LUA tracing core.
 2. Add the tracer implementation based on Nginx OpenResty.
+