Skip to content

Commit d0bd7cd

Browse files
committed
chore: update changelogs
1 parent a98a65e commit d0bd7cd

File tree

6 files changed

+95
-75
lines changed

6 files changed

+95
-75
lines changed

instrumentation/excon/CHANGELOG.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
# Release History: opentelemetry-instrumentation-excon
22

3+
### Unreleased
4+
5+
* FIXED: Removed http.status_text attribute #750
6+
37
### v0.17.0 / 2021-04-22
48

5-
* ADDED: Excon instrumentation accepts peer service config attribute.
6-
* FIXED: Refactor propagators to add #fields
9+
* ADDED: Excon instrumentation accepts peer service config attribute.
10+
* FIXED: Refactor propagators to add #fields
711

812
### v0.16.0 / 2021-03-17
913

10-
* FIXED: Example scripts now reference local common lib
11-
* DOCS: Replace Gitter with GitHub Discussions
14+
* FIXED: Example scripts now reference local common lib
15+
* DOCS: Replace Gitter with GitHub Discussions
1216

1317
### v0.15.0 / 2021-02-18
1418

1519
* (No significant changes)
1620

1721
### v0.14.0 / 2021-02-03
1822

19-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
23+
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
2024

21-
* ADDED: Replace getter and setter callables and remove rack specific propagators
25+
* ADDED: Replace getter and setter callables and remove rack specific propagators
2226

2327
### v0.13.0 / 2021-01-29
2428

@@ -30,29 +34,29 @@
3034

3135
### v0.11.0 / 2020-12-11
3236

33-
* FIXED: Copyright comments to not reference year
37+
* FIXED: Copyright comments to not reference year
3438

3539
### v0.10.0 / 2020-12-03
3640

3741
* (No significant changes)
3842

3943
### v0.9.0 / 2020-11-27
4044

41-
* BREAKING CHANGE: Add timeout for force_flush and shutdown
45+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
4246

43-
* ADDED: Add timeout for force_flush and shutdown
47+
* ADDED: Add timeout for force_flush and shutdown
4448

4549
### v0.8.0 / 2020-10-27
4650

47-
* BREAKING CHANGE: Move context/span methods to Trace module
48-
* BREAKING CHANGE: Remove 'canonical' from status codes
51+
* BREAKING CHANGE: Move context/span methods to Trace module
52+
* BREAKING CHANGE: Remove 'canonical' from status codes
4953

50-
* FIXED: Move context/span methods to Trace module
51-
* FIXED: Remove 'canonical' from status codes
54+
* FIXED: Move context/span methods to Trace module
55+
* FIXED: Remove 'canonical' from status codes
5256

5357
### v0.7.0 / 2020-10-07
5458

55-
* DOCS: Standardize toplevel docs structure and readme
59+
* DOCS: Standardize toplevel docs structure and readme
5660

5761
### v0.6.0 / 2020-09-10
5862

instrumentation/faraday/CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
### Unreleased
4+
5+
* FIXED: Removed http.status_text attribute #750
6+
37
### v0.17.0 / 2021-04-22
48

5-
* FIXED: Fix Faraday gem dependencies.
6-
* FIXED: Refactor propagators to add #fields
9+
* FIXED: Fix Faraday gem dependencies.
10+
* FIXED: Refactor propagators to add #fields
711

812
### v0.16.0 / 2021-03-17
913

10-
* FIXED: Remove passwords from http.url
11-
* FIXED: Example scripts now reference local common lib
12-
* DOCS: Replace Gitter with GitHub Discussions
14+
* FIXED: Remove passwords from http.url
15+
* FIXED: Example scripts now reference local common lib
16+
* DOCS: Replace Gitter with GitHub Discussions
1317

1418
### v0.15.0 / 2021-02-18
1519

16-
* FIXED: Include http.status_text only if reason_phrase is in the response
20+
* FIXED: Include http.status_text only if reason_phrase is in the response
1721

1822
### v0.14.0 / 2021-02-03
1923

20-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
24+
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
2125

22-
* ADDED: Replace getter and setter callables and remove rack specific propagators
26+
* ADDED: Replace getter and setter callables and remove rack specific propagators
2327

2428
### v0.13.0 / 2021-01-29
2529

@@ -31,26 +35,26 @@
3135

3236
### v0.11.0 / 2020-12-11
3337

34-
* FIXED: Copyright comments to not reference year
38+
* FIXED: Copyright comments to not reference year
3539

3640
### v0.10.0 / 2020-12-03
3741

3842
* (No significant changes)
3943

4044
### v0.9.0 / 2020-11-27
4145

42-
* BREAKING CHANGE: Add timeout for force_flush and shutdown
46+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
4347

44-
* ADDED: Add timeout for force_flush and shutdown
48+
* ADDED: Add timeout for force_flush and shutdown
4549

4650
### v0.8.0 / 2020-10-27
4751

4852
* (No significant changes)
4953

5054
### v0.7.0 / 2020-10-07
5155

52-
* DOCS: Faraday documentation
53-
* DOCS: Standardize toplevel docs structure and readme
56+
* DOCS: Faraday documentation
57+
* DOCS: Standardize toplevel docs structure and readme
5458

5559
### v0.6.0 / 2020-09-10
5660

instrumentation/rack/CHANGELOG.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,73 @@
11
# Release History: opentelemetry-instrumentation-rack
22

3+
### Unreleased
4+
5+
* FIXED: Removed http.status_text attribute #750
6+
37
### v0.17.0 / 2021-04-22
48

59
* (No significant changes)
610

711
### v0.16.0 / 2021-03-17
812

9-
* BREAKING CHANGE: Pass env to url quantization rack config to allow more flexibility
13+
* BREAKING CHANGE: Pass env to url quantization rack config to allow more flexibility
1014

11-
* ADDED: Pass env to url quantization rack config to allow more flexibility
12-
* ADDED: Add rack instrumentation config option to accept callable to filter requests to trace
13-
* FIXED: Example scripts now reference local common lib
14-
* DOCS: Replace Gitter with GitHub Discussions
15+
* ADDED: Pass env to url quantization rack config to allow more flexibility
16+
* ADDED: Add rack instrumentation config option to accept callable to filter requests to trace
17+
* FIXED: Example scripts now reference local common lib
18+
* DOCS: Replace Gitter with GitHub Discussions
1519

1620
### v0.15.0 / 2021-02-18
1721

18-
* ADDED: Add instrumentation config validation
22+
* ADDED: Add instrumentation config validation
1923

2024
### v0.14.0 / 2021-02-03
2125

22-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
26+
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
2327

24-
* ADDED: Replace getter and setter callables and remove rack specific propagators
25-
* ADDED: Add untraced endpoints config to rack middleware
28+
* ADDED: Replace getter and setter callables and remove rack specific propagators
29+
* ADDED: Add untraced endpoints config to rack middleware
2630

2731
### v0.13.0 / 2021-01-29
2832

29-
* FIXED: Only include user agent when present
33+
* FIXED: Only include user agent when present
3034

3135
### v0.12.0 / 2020-12-24
3236

3337
* (No significant changes)
3438

3539
### v0.11.0 / 2020-12-11
3640

37-
* FIXED: Copyright comments to not reference year
41+
* FIXED: Copyright comments to not reference year
3842

3943
### v0.10.1 / 2020-12-09
4044

41-
* FIXED: Rack current_span
45+
* FIXED: Rack current_span
4246

4347
### v0.10.0 / 2020-12-03
4448

4549
* (No significant changes)
4650

4751
### v0.9.0 / 2020-11-27
4852

49-
* BREAKING CHANGE: Add timeout for force_flush and shutdown
53+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
5054

51-
* ADDED: Instrument rails
52-
* ADDED: Add timeout for force_flush and shutdown
55+
* ADDED: Instrument rails
56+
* ADDED: Add timeout for force_flush and shutdown
5357

5458
### v0.8.0 / 2020-10-27
5559

56-
* BREAKING CHANGE: Move context/span methods to Trace module
57-
* BREAKING CHANGE: Remove 'canonical' from status codes
60+
* BREAKING CHANGE: Move context/span methods to Trace module
61+
* BREAKING CHANGE: Remove 'canonical' from status codes
5862

59-
* FIXED: Move context/span methods to Trace module
60-
* FIXED: Remove 'canonical' from status codes
63+
* FIXED: Move context/span methods to Trace module
64+
* FIXED: Remove 'canonical' from status codes
6165

6266
### v0.7.0 / 2020-10-07
6367

64-
* FIXED: Remove superfluous file from Rack gem
65-
* DOCS: Added README for Rack Instrumentation
66-
* DOCS: Standardize toplevel docs structure and readme
68+
* FIXED: Remove superfluous file from Rack gem
69+
* DOCS: Added README for Rack Instrumentation
70+
* DOCS: Standardize toplevel docs structure and readme
6771

6872
### v0.6.0 / 2020-09-10
6973

instrumentation/restclient/CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# Release History: opentelemetry-instrumentation-restclient
22

3+
### Unreleased
4+
5+
* FIXED: Removed http.status_text attribute #750
6+
37
### v0.17.0 / 2021-04-22
48

5-
* ADDED: RestClient instrumentation accepts peer service config attribute.
6-
* FIXED: Refactor propagators to add #fields
9+
* ADDED: RestClient instrumentation accepts peer service config attribute.
10+
* FIXED: Refactor propagators to add #fields
711

812
### v0.16.0 / 2021-03-17
913

10-
* FIXED: Remove passwords from http.url
11-
* FIXED: Example scripts now reference local common lib
12-
* DOCS: Replace Gitter with GitHub Discussions
14+
* FIXED: Remove passwords from http.url
15+
* FIXED: Example scripts now reference local common lib
16+
* DOCS: Replace Gitter with GitHub Discussions
1317

1418
### v0.15.0 / 2021-02-18
1519

1620
* (No significant changes)
1721

1822
### v0.14.0 / 2021-02-03
1923

20-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
24+
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
2125

22-
* ADDED: Replace getter and setter callables and remove rack specific propagators
26+
* ADDED: Replace getter and setter callables and remove rack specific propagators
2327

2428
### v0.13.0 / 2021-01-29
2529

@@ -31,27 +35,27 @@
3135

3236
### v0.11.0 / 2020-12-11
3337

34-
* FIXED: Copyright comments to not reference year
38+
* FIXED: Copyright comments to not reference year
3539

3640
### v0.10.0 / 2020-12-03
3741

3842
* (No significant changes)
3943

4044
### v0.9.0 / 2020-11-27
4145

42-
* BREAKING CHANGE: Add timeout for force_flush and shutdown
46+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
4347

44-
* ADDED: Add timeout for force_flush and shutdown
48+
* ADDED: Add timeout for force_flush and shutdown
4549

4650
### v0.8.0 / 2020-10-27
4751

48-
* BREAKING CHANGE: Move context/span methods to Trace module
52+
* BREAKING CHANGE: Move context/span methods to Trace module
4953

50-
* FIXED: Move context/span methods to Trace module
54+
* FIXED: Move context/span methods to Trace module
5155

5256
### v0.7.0 / 2020-10-07
5357

54-
* DOCS: Standardize toplevel docs structure and readme
58+
* DOCS: Standardize toplevel docs structure and readme
5559

5660
### v0.6.0 / 2020-09-10
5761

instrumentation/sinatra/CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# Release History: opentelemetry-instrumentation-sinatra
22

3+
### Unreleased
4+
5+
* FIXED: Removed http.status_text attribute #750
6+
37
### v0.17.0 / 2021-04-22
48

59
* (No significant changes)
610

711
### v0.16.0 / 2021-03-17
812

9-
* FIXED: Example scripts now reference local common lib
10-
* DOCS: Replace Gitter with GitHub Discussions
13+
* FIXED: Example scripts now reference local common lib
14+
* DOCS: Replace Gitter with GitHub Discussions
1115

1216
### v0.15.0 / 2021-02-18
1317

1418
* (No significant changes)
1519

1620
### v0.14.0 / 2021-02-03
1721

18-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
22+
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
1923

20-
* ADDED: Replace getter and setter callables and remove rack specific propagators
24+
* ADDED: Replace getter and setter callables and remove rack specific propagators
2125

2226
### v0.13.0 / 2021-01-29
2327

@@ -29,32 +33,32 @@
2933

3034
### v0.11.0 / 2020-12-11
3135

32-
* FIXED: Copyright comments to not reference year
36+
* FIXED: Copyright comments to not reference year
3337

3438
### v0.10.0 / 2020-12-03
3539

3640
* (No significant changes)
3741

3842
### v0.9.0 / 2020-11-27
3943

40-
* BREAKING CHANGE: Add timeout for force_flush and shutdown
44+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
4145

42-
* ADDED: Add timeout for force_flush and shutdown
46+
* ADDED: Add timeout for force_flush and shutdown
4347

4448
### v0.8.0 / 2020-10-27
4549

46-
* BREAKING CHANGE: Remove 'canonical' from status codes
50+
* BREAKING CHANGE: Remove 'canonical' from status codes
4751

48-
* FIXED: Remove 'canonical' from status codes
52+
* FIXED: Remove 'canonical' from status codes
4953

5054
### v0.7.1 / 2020-10-08
5155

52-
* FIXED: Set span name to sinatra.route
56+
* FIXED: Set span name to sinatra.route
5357

5458
### v0.7.0 / 2020-10-07
5559

56-
* FIXED: Default to sinatra.route for span name
57-
* DOCS: Standardize toplevel docs structure and readme
60+
* FIXED: Default to sinatra.route for span name
61+
* DOCS: Standardize toplevel docs structure and readme
5862

5963
### v0.6.0 / 2020-09-10
6064

instrumentation/sinatra/test/opentelemetry/instrumentation/sinatra_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
_(exporter.finished_spans.first.attributes).must_equal(
133133
'http.method' => 'GET',
134134
'http.url' => '/missing_example/not_present',
135-
'http.status_code' => 404,
135+
'http.status_code' => 404
136136
)
137137
end
138138
end

0 commit comments

Comments
 (0)