|
1 | 1 | # Release History: opentelemetry-instrumentation-action_pack |
2 | 2 |
|
| 3 | +### v0.13.0 / 2025-08-19 |
| 4 | + |
| 5 | +* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility for Rack integration [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594) |
| 6 | + |
3 | 7 | ### v0.12.3 / 2025-06-16 |
4 | 8 |
|
5 | 9 | * FIXED: Action_pack always assuming sdk spans |
|
30 | 34 |
|
31 | 35 | ### v0.9.0 / 2024-01-09 |
32 | 36 |
|
33 | | -* BREAKING CHANGE: Use ActiveSupport instead of patches #703 |
| 37 | +* BREAKING CHANGE: Use ActiveSupport instead of patches #703 |
34 | 38 |
|
35 | 39 | ### v0.8.0 / 2023-11-22 |
36 | 40 |
|
|
45 | 49 | ### v0.7.0 / 2023-06-05 |
46 | 50 |
|
47 | 51 | * ADDED: Use Rack Middleware Helper |
48 | | -* FIXED: Base config options |
| 52 | +* FIXED: Base config options |
49 | 53 |
|
50 | 54 | ### v0.6.0 / 2023-04-17 |
51 | 55 |
|
52 | 56 | * BREAKING CHANGE: Drop support for EoL Ruby 2.7 |
53 | 57 |
|
54 | | -* ADDED: Drop support for EoL Ruby 2.7 |
| 58 | +* ADDED: Drop support for EoL Ruby 2.7 |
55 | 59 |
|
56 | 60 | ### v0.5.0 / 2023-02-01 |
57 | 61 |
|
58 | | -* BREAKING CHANGE: Drop Rails 5 Support |
| 62 | +* BREAKING CHANGE: Drop Rails 5 Support |
59 | 63 |
|
60 | | -* ADDED: Drop Rails 5 Support |
61 | | -* FIXED: Drop Rails dependency for ActiveSupport Instrumentation |
| 64 | +* ADDED: Drop Rails 5 Support |
| 65 | +* FIXED: Drop Rails dependency for ActiveSupport Instrumentation |
62 | 66 |
|
63 | 67 | ### v0.4.1 / 2023-01-14 |
64 | 68 |
|
65 | 69 | * FIXED: String-ify code.function Span attribute |
66 | | -* DOCS: Fix gem homepage |
67 | | -* DOCS: More gem documentation fixes |
| 70 | +* DOCS: Fix gem homepage |
| 71 | +* DOCS: More gem documentation fixes |
68 | 72 |
|
69 | 73 | ### v0.4.0 / 2022-12-06 |
70 | 74 |
|
71 | | -* BREAKING CHANGE: Remove enable_recognize_route and span_naming options |
| 75 | +* BREAKING CHANGE: Remove enable_recognize_route and span_naming options |
72 | 76 |
|
73 | | -* FIXED: Remove enable_recognize_route and span_naming options |
| 77 | +* FIXED: Remove enable_recognize_route and span_naming options |
74 | 78 |
|
75 | 79 | ### v0.3.2 / 2022-11-16 |
76 | 80 |
|
|
82 | 86 |
|
83 | 87 | ### v0.3.0 / 2022-10-14 |
84 | 88 |
|
85 | | -* ADDED: Name ActionPack spans with the HTTP method and route |
| 89 | +* ADDED: Name ActionPack spans with the HTTP method and route |
86 | 90 |
|
87 | 91 | ### v0.2.1 / 2022-10-04 |
88 | 92 |
|
89 | | -* FIXED: Ensures the correct route is add to http.route span attribute |
| 93 | +* FIXED: Ensures the correct route is add to http.route span attribute |
90 | 94 |
|
91 | 95 | ### v0.2.0 / 2022-06-09 |
92 | 96 |
|
93 | 97 | * Upgrading Base dependency version |
94 | | -* FIXED: Broken test file requirements |
| 98 | +* FIXED: Broken test file requirements |
95 | 99 |
|
96 | 100 | ### v0.1.4 / 2022-05-02 |
97 | 101 |
|
98 | | -* FIXED: Use rails request's filtered path as http.target attribute |
99 | | -* FIXED: RubyGems Fallback |
| 102 | +* FIXED: Use rails request's filtered path as http.target attribute |
| 103 | +* FIXED: RubyGems Fallback |
100 | 104 |
|
101 | 105 | ### v0.1.3 / 2021-12-01 |
102 | 106 |
|
103 | | -* FIXED: Instrumentation of Rails 7 |
| 107 | +* FIXED: Instrumentation of Rails 7 |
104 | 108 |
|
105 | 109 | ### v0.1.2 / 2021-10-06 |
106 | 110 |
|
107 | | -* FIXED: Prevent high cardinality rack span name as a default |
| 111 | +* FIXED: Prevent high cardinality rack span name as a default |
108 | 112 |
|
109 | 113 | ### v0.1.1 / 2021-09-29 |
110 | 114 |
|
|
0 commit comments