Skip to content

Commit

Permalink
update CHANGELOG.md for release 0.4.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobert authored Aug 9, 2023
1 parent 9a19f5f commit 5f1223a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.4.0] - 2022-08-09

This focus of this release is a brand-new OTLP client implementation. It has fewer features
than the opentelemetry-collector code, and allows for more fine-grained control over how
gRPC and HTTP are configured. Along the way, the `otelcli` and `otlpclient` packages went
through a couple refactors to organize code better in preparation for adding metrics and
logs, hopefully in 0.5.0.

### Added

- `--force-parent-span-id` allows forcing the span parent (thanks @domofactor!)
- `otel-cli status` now includes a list of errors including retries that later succeeded

### Changed

- `--otlp-blocking` is marked deprecated and no longer does anything
- the OTLP client implementation is no longer using opentelemetry-collector
- traceparent code is now in a w3c/traceparent package
- otlpserver.CliEvent is removed entirely, preferring protobuf spans & events

## [0.3.0] - 2022-05-26

The most important change is that `otel-cli exec` now treats arguments as an argv
Expand Down

0 comments on commit 5f1223a

Please sign in to comment.