Skip to content

Commit

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

* fix: Missing Release Notes

* fix: Release Notes

Co-authored-by: Robb Kidd <[email protected]>

* fix: Release notes

Co-authored-by: Robb Kidd <[email protected]>

Co-authored-by: Ariel Valentin <[email protected]>
Co-authored-by: Robb Kidd <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2022
1 parent efe59ff commit ea896ed
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_pack

### v0.2.1 / 2022-10-04

* FIXED: Ensures the correct route is add to http.route span attribute

### v0.2.0 / 2022-06-09

* Upgrading Base dependency version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionPack
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-mongo

### v0.21.0 / 2022-10-04

* ADDED: Support mongodb db statement without obfuscation

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Mongo
VERSION = '0.20.0'
VERSION = '0.21.0'
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.21.0 / 2022-10-04

* ADDED: Add Net::HTTP :untraced_hosts option
* FIXED: Rename HTTP CONNECT for low level connection spans

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
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.20.0'
VERSION = '0.21.0'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-pg

### v0.22.0 / 2022-10-04

* ADDED: Add `with_attributes` context propagation for PG instrumentation

### v0.21.0 / 2022-06-09

* Upgrading Base dependency version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module PG
VERSION = '0.21.0'
VERSION = '0.22.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rack

### v0.21.1 / 2022-10-04

* FIXED: Bring http.request.header and http.response.header in line with semconv

### v0.21.0 / 2022-06-09

* Upgrading Base dependency version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rack
VERSION = '0.21.0'
VERSION = '0.21.1'
end
end
end

0 comments on commit ea896ed

Please sign in to comment.