-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* opentelemetry-instrumentation-active_job 0.7.5 (was 0.7.4) * opentelemetry-instrumentation-base 0.22.6 (was 0.22.5) * opentelemetry-instrumentation-active_record 0.7.3 (was 0.7.2) * opentelemetry-instrumentation-pg 0.28.0 (was 0.27.4) * opentelemetry-instrumentation-rails 0.31.2 (was 0.31.1)
- Loading branch information
1 parent
70fdad6
commit b5f3a92
Showing
10 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
module OpenTelemetry | ||
module Instrumentation | ||
module ActiveJob | ||
VERSION = '0.7.4' | ||
VERSION = '0.7.5' | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
module OpenTelemetry | ||
module Instrumentation | ||
module ActiveRecord | ||
VERSION = '0.7.2' | ||
VERSION = '0.7.3' | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,7 @@ | |
### v0.17.0 / 2021-04-22 | ||
|
||
* Initial release. | ||
|
||
### v0.22.6 / 2024-08-15 | ||
|
||
* FIXED: Fix the issue of wrong log msg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
|
||
module OpenTelemetry | ||
module Instrumentation | ||
VERSION = '0.22.5' | ||
VERSION = '0.22.6' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
module OpenTelemetry | ||
module Instrumentation | ||
module PG | ||
VERSION = '0.27.4' | ||
VERSION = '0.28.0' | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
module OpenTelemetry | ||
module Instrumentation | ||
module Rails | ||
VERSION = '0.31.1' | ||
VERSION = '0.31.2' | ||
end | ||
end | ||
end |