Skip to content

Releases: apache/skywalking-nginx-lua

1.0.1

25 Sep 14:18
a00d0a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

18 Aug 08:01
9a3c5dc
Compare
Choose a tag to compare

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 to http.status_code by @wuwen5 in #107
  • Prepare for version 1.0.0 release and fix typos in doc. by @wuwen5 in #108

New Contributors

Full Changelog: v0.6.0...v1.0.0

0.6.0

30 Dec 00:20
a4ecaed
Compare
Choose a tag to compare
  1. fix: skywalking_tracer:finish() will not be called in some case such as upstream timeout.

0.5.0

21 May 01:55
8cd5b41
Compare
Choose a tag to compare
  1. Adapt to Kong agent.
  2. Correct the version format luarock.

0.4.1

06 Mar 10:07
22198a9
Compare
Choose a tag to compare
  1. fix: missing constants in the rockspsec.

0.4.0

03 Mar 06:31
541538d
Compare
Choose a tag to compare
  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

06 Nov 10:01
cda47ae
Compare
Choose a tag to compare
  1. Load the base64 module in utils, different ENV use different library.
  2. Add prefix skywalking, avoid conflicts with other lua libraries.
  3. Chore: only expose the method of setting random seed, it is optional.
  4. Coc: use correct code block type.
  5. CI: add upstream_status to tag http.status
  6. Add http.status

0.2.0

21 Jun 04:03
b470021
Compare
Choose a tag to compare
  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

10 Mar 13:26
9cebe51
Compare
Choose a tag to compare
  1. Establish the LUA tracing core.
  2. Add the tracer implementation based on Nginx OpenResty.
  3. Require SkyWalking 7.x or master branch codes.