Skip to content

Commit 1bf2f7f

Browse files
authored
Req v0.2.0 (#243)
1 parent 7a8f87d commit 1bf2f7f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

instrumentation/opentelemetry_req/CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.2.0
4+
5+
### Fixes
6+
7+
* Add support for Req v0.4
48

5-
* Change span_name to follow [OpenTelemetry http spec](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#name)
6-
* Use span_name if provided, otherwise use path_params. If there are no path_params,
7-
default to http.method
89
* Change http.url to follow [OpenTelemetry http spec](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#http-client).
9-
Full HTTP request URL in the form scheme://host[:port]/path?query[#fragment].
10-
Must not contain credentials passed via URL.
10+
11+
* Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]`
12+
13+
* Strip user credentials passed via URL
1114

1215
## 0.1.2
1316

instrumentation/opentelemetry_req/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule OpentelemetryReq.MixProject do
55
[
66
app: :opentelemetry_req,
77
description: description(),
8-
version: "0.1.2",
8+
version: "0.2.0",
99
elixir: "~> 1.11",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)