Releases: apache/skywalking-nginx-lua
Releases · apache/skywalking-nginx-lua
1.0.1
What's Changed
- Write release doc for RM. by @wu-sheng in #109
- Remove the previous release doc. by @wu-sheng in #110
- Update doc link by @wuwen5 in #111
- fix: allow timer to restart by @shreemaan-abhishek in #112
- chore: prepare for v1.0.1 release by @shreemaan-abhishek in #113
New Contributors
- @shreemaan-abhishek made their first contribution in #112
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- Update log4j to 2.17.1 to address CVE-2021-44832. by @jeremie1112 in #91
- Update NOTICE year to 2022 by @dmsolr in #92
- ci: run lua test cases with luajit by @tzssangglass in #94
- Add IgnoreSuffix feature by @alonelaval in #93
- feat: support update the peer before requesting outgoing by @dmsolr in #95
- use agent-test-tool docker image instead of building from source by @dmsolr in #96
- improve e2e test by @dmsolr in #103
- support to try to use request-id as trace-id when trace context absent by @dmsolr in #104
- stop reporting traces after the worker process begins to exit by @wangrzneu in #105
- Updated tag key from
http.status
tohttp.status_code
by @wuwen5 in #107 - Prepare for version 1.0.0 release and fix typos in doc. by @wuwen5 in #108
New Contributors
- @jeremie1112 made their first contribution in #91
- @tzssangglass made their first contribution in #94
- @alonelaval made their first contribution in #93
- @wuwen5 made their first contribution in #107
Full Changelog: v0.6.0...v1.0.0
0.6.0
0.5.0
0.4.1
0.4.0
- Add a global field 'includeHostInEntrySpan', type 'boolean', mark the entrySpan include host/domain.
- Add destroyBackendTimer to stop reporting metrics.
- Doc: set random seed in init_worker phase.
- Local cache some variables and reuse them in Lua module.
- Enable local cache and use tablepool to reuse the temporary table.
0.3.0
- Load the
base64
module inutils
, different ENV use different library. - Add prefix
skywalking
, avoid conflicts with other lua libraries. - Chore: only expose the method of setting random seed, it is optional.
- Coc: use correct code block type.
- CI: add upstream_status to tag http.status
- Add
http.status