File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
lib/traces/backend/open_telemetry Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Traces
99 module Backend
1010 # @namespace
1111 module OpenTelemetry
12- VERSION = "0.3 .0"
12+ VERSION = "0.4 .0"
1313 end
1414 end
1515end
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ Please see the [project documentation](https://github.com/socketry/traces-backen
2020
2121Please see the [ project releases] ( https://github.com/socketry/traces-backend-open_telemetryreleases/index ) for all releases.
2222
23+ ### v0.4.0
24+
25+ - Fixed ` Traces.active? ` to correctly return ` false ` when there is no active trace, instead of always returning ` true ` .
26+ - Fixed ` Traces.trace_context ` to return ` nil ` when there is no active trace, instead of returning invalid Context objects.
27+
2328### v0.3.0
2429
2530 - [ New Context Propagation Interface] ( https://github.com/socketry/traces-backend-open_telemetryreleases/index#new-context-propagation-interface )
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.4.0
44
55 - Fixed ` Traces.active? ` to correctly return ` false ` when there is no active trace, instead of always returning ` true ` .
66 - Fixed ` Traces.trace_context ` to return ` nil ` when there is no active trace, instead of returning invalid Context objects.
You can’t perform that action at this time.
0 commit comments