This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 cfdcbe9 Release a new version 0.4.0 (#66)
cfdcbe9 is described below
commit cfdcbe92cc9480777c4a8f899d33eae5fb39cef8
Author: Daming <[email protected]>
AuthorDate: Tue Feb 23 20:06:24 2021 +0800
Release a new version 0.4.0 (#66)
---
CHANGES.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 52cd105..a24894c 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.
+5. 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.