CHANGELOG.md in opentelemetry-instrumentation-sidekiq-0.19.0 vs CHANGELOG.md in opentelemetry-instrumentation-sidekiq-0.19.1
- old
+ new
@@ -1,6 +1,10 @@
# Release History: opentelemetry-instrumentation-sidekiq
+### v0.19.1 / 2021-08-12
+
+* (No significant changes)
+
### v0.19.0 / 2021-06-23
* BREAKING CHANGE: Sidekiq propagation config
- Config option enable_job_class_span_names renamed to span_naming and now expects a symbol of value :job_class, or :queue
- The default behaviour is no longer to have one continuous trace for the enqueue and process spans, using links is the new default. To maintain the previous behaviour the config option propagation_style must be set to :child.