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 2021/02/23 11:39:13 UTC

[skywalking-nginx-lua] branch dmsolr-patch-1 created (now 73f3a16)

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

daming pushed a change to branch dmsolr-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git.


      at 73f3a16  Release new version 0.4.0

This branch includes the following new commits:

     new 73f3a16  Release new version 0.4.0

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-nginx-lua] 01/01: Release new version 0.4.0

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

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

commit 73f3a16ac745abe75abce24c295f3061743b7e66
Author: Daming <zt...@foxmail.com>
AuthorDate: Tue Feb 23 19:39:07 2021 +0800

    Release new version 0.4.0
---
 CHANGES.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 52cd105..986a914 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## 0.4.0
+
+1. Add a global field 'includeHostInEntrySpan', type 'boolean', mark the entrySpan include host/domain.
+2. Add destroyBackendTimer to stop reporting metrics.
+3. Doc: set random seed in `init_worker` phase.
+4. Local cache some variables and reuse them in Lua module. 
+4. Enable local cache and use `tablepool` to reuse the temporary table.
+
 ## 0.3.0
 
 1. Load the `base64` module in `utils`, different ENV use different library.