Changes
0.3.0
- Load the
base64
module in utils
, 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
0.2.0
- Adapt the new v3 protocol.
- Implement correlation protocol.
- Support batch segment report.
- Fix wrong context carrier endpoint data.
- Rocks: fixed wrong version of luarocks.
- Remove first ref variable.
- Uniform the SpanLayer type name.
0.1.0
- Establish the LUA tracing core.
- Add the tracer implementation based on Nginx OpenResty.