CHANGELOG.md in opentelemetry-exporter-otlp-0.23.0 vs CHANGELOG.md in opentelemetry-exporter-otlp-0.24.0
- old
+ new
@@ -1,6 +1,14 @@
# Release History: opentelemetry-exporter-otlp
+### v0.24.0 / 2022-09-14
+
+* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
+* FIXED: Handle OTLP exporter 404s discretely
+* FIXED: `OTEL_EXPORTER_OTLP_ENDPOINT` appends the correct path with a trailing slash
+* FIXED: OTLP exporter demo code
+* DOCS: Update exporter default compression setting
+
### v0.23.0 / 2022-06-23
* ADDED: Report bundle size stats in exporter; also don't re-gzip unnecessarily
### v0.22.0 / 2022-06-09