-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
76 lines (43 loc) · 1.44 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
CHANGE LOG
==========
2023-12-20 - v0.104.2
---------------------
Make the plugin methods more robust when chaining, and having undefined results
2023-11-28 - v0.104.1
---------------------
Support incoming context extraction from HTTP headers.
2023-06-14 - v0.104.0
---------------------
Refactor the code to use a `CGI::Application::Plugin::OpenTracing` object
Only set TRC_ACTIVE_SCOPE and CGI_REQUEST spans their errors, skip inbetween
Set `http.status_message`
Improve tests
2020-11-10 - v0.103.3
---------------------
Removed deprecated use of NEXT
2020-08-14 - v0.103.2
---------------------
Fixing warnings, dependencies, and 'run' spans eval
2020-08-05 - v0.103.1
---------------------
Report server errors when happening during 'run' to see more showing up
2020-08-05 - v0.103.0
---------------------
Exceptions and error handling are now set at the right spans
Allow bootstrapping with default tracer from env-var
Processing of query-params and form-fields made possible
Added form-fields as separate tags
Be more relaxed when expected values can not be added as tags
Removed query params from url
2020-07-24 - v0.102.0
---------------------
http status (set by `header_props` or `headers_add`) are now set as tags
2020-06-26 - v0.101.0
---------------------
Query parameters are now added to 'cgi_request' span as tags
2020-06-26 - v0.100.0
---------------------
Re-Release
2020-01-16 - v0.01
------------------
Initial Release