CHANGELOG.md in opentelemetry-exporter-otlp-0.7.0 vs CHANGELOG.md in opentelemetry-exporter-otlp-0.8.0
- old
+ new
@@ -1,6 +1,17 @@
# Release History: opentelemetry-exporter-otlp
+### v0.8.0 / 2020-10-27
+
+* BREAKING CHANGE: Move context/span methods to Trace module
+* BREAKING CHANGE: Remove 'canonical' from status codes
+* BREAKING CHANGE: Assorted SpanContext fixes
+
+* FIXED: Move context/span methods to Trace module
+* FIXED: Remove 'canonical' from status codes
+* FIXED: Add gzip support to OTLP exporter
+* FIXED: Assorted SpanContext fixes
+
### v0.7.0 / 2020-10-07
* FIXED: OTLP parent_span_id should be nil for root
* DOCS: Fix use of add_event in OTLP doc
* DOCS: Standardize toplevel docs structure and readme