Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGELOG.md for release 0.4.0 #251

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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