Skip to content

Commit

Permalink
release: Release 2 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-trilogy 0.58.0 (was 0.57.0)
* opentelemetry-instrumentation-rack 0.24.0 (was 0.23.5)
  • Loading branch information
opentelemetrybot committed Jan 6, 2024
1 parent b4343c0 commit 5b6c0c9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions instrumentation/rack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-rack

### v0.24.0 / 2024-01-06

* BREAKING CHANGE: Use Rack Events By Default

* ADDED: Use Rack Events By Default
* FIXED: Backport Rack proxy event to middleware

### v0.23.5 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
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.23.5'
VERSION = '0.24.0'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/trilogy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-trilogy

### v0.58.0 / 2024-01-06

* BREAKING CHANGE: Change db.mysql.instance.address to db.instance.id

* ADDED: Change db.mysql.instance.address to db.instance.id
* FIXED: Trilogy only set db.instance.id attribute if there is a value

### v0.57.0 / 2023-10-27

* ADDED: Instrument connect and ping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Trilogy
VERSION = '0.57.0'
VERSION = '0.58.0'
end
end
end

0 comments on commit 5b6c0c9

Please sign in to comment.