Skip to content

Commit

Permalink
release: Release 7 gems (#1118)
Browse files Browse the repository at this point in the history
* release: Release 7 gems

Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
github-actions[bot] and robertlaurin authored Feb 2, 2022
1 parent bc1291a commit f5e09b0
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-delayed_job', '~> 0.18.3'
spec.add_dependency 'opentelemetry-instrumentation-ethon', '~> 0.19.2'
spec.add_dependency 'opentelemetry-instrumentation-excon', '~> 0.19.2'
spec.add_dependency 'opentelemetry-instrumentation-faraday', '~> 0.19.2'
spec.add_dependency 'opentelemetry-instrumentation-faraday', '~> 0.20.0'
spec.add_dependency 'opentelemetry-instrumentation-graphql', '~> 0.19.1'
spec.add_dependency 'opentelemetry-instrumentation-http', '~> 0.19.2'
spec.add_dependency 'opentelemetry-instrumentation-http_client', '~> 0.19.2'
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/ethon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-ethon

### v0.19.4 / 2022-02-02

* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-02

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Ethon
VERSION = '0.19.3'
VERSION = '0.19.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-excon

### v0.19.4 / 2022-02-02

* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-02

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Excon
VERSION = '0.19.3'
VERSION = '0.19.4'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.20.0 / 2022-02-02

* ADDED: Add net.peer.name to faraday instrumentation
* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-02

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Faraday
VERSION = '0.19.3'
VERSION = '0.20.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http

### v0.19.4 / 2022-02-02

* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-01

* FIXED: Change net attribute names to match the semantic conventions spec for http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HTTP
VERSION = '0.19.3'
VERSION = '0.19.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http_client

### v0.19.4 / 2022-02-02

* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-01

* FIXED: Change net attribute names to match the semantic conventions spec for http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HttpClient
VERSION = '0.19.3'
VERSION = '0.19.4'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/net_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-net_http

### v0.19.4 / 2022-02-02

* FIXED: Clientcontext attrs overwrite in net::http
* FIXED: Excessive hash creation on context attr merging

### v0.19.3 / 2021-12-01

* FIXED: Change net attribute names to match the semantic conventions spec for http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Net
module HTTP
VERSION = '0.19.3'
VERSION = '0.19.4'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-redis

### v0.21.3 / 2022-02-02

* FIXED: Prevent redis instrumentation from mutating the command

### v0.21.2 / 2021-12-01

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Redis
VERSION = '0.21.2'
VERSION = '0.21.3'
end
end
end

0 comments on commit f5e09b0

Please sign in to comment.