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 <[email protected]> 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.
