File tree 40 files changed +100
-20
lines changed
lib/opentelemetry/helpers/mysql
lib/opentelemetry/helpers/sql_obfuscation
lib/opentelemetry/instrumentation/all
lib/opentelemetry/instrumentation/ethon
lib/opentelemetry/instrumentation/excon
lib/opentelemetry/instrumentation/faraday
lib/opentelemetry/instrumentation/http
lib/opentelemetry/instrumentation/http_client
lib/opentelemetry/instrumentation/httpx
lib/opentelemetry/instrumentation/net/http
lib/opentelemetry/instrumentation/pg
lib/opentelemetry/instrumentation/rails
lib/opentelemetry/instrumentation/restclient
lib/opentelemetry/processor/baggage
lib/opentelemetry/propagator/ottrace
lib/opentelemetry/propagator/vitess
lib/opentelemetry/propagator/xray
lib/opentelemetry/resource/detector/azure
lib/opentelemetry/resource/detector/container
lib/opentelemetry/resource/detector/google_cloud_platform
40 files changed +100
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-helpers-mysql
2
2
3
+ ### v0.1.2 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.1.1 / 2024-06-18
4
8
5
9
* FIXED: Relax otel common gem constraints
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Helpers
9
9
module MySQL
10
- VERSION = '0.1.1 '
10
+ VERSION = '0.1.2 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-helpers-sql-obfuscation
2
2
3
+ ### v0.2.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.2.0 / 2024-09-12
4
8
5
9
- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Helpers
9
9
module SqlObfuscation
10
- VERSION = '0.2.0 '
10
+ VERSION = '0.2.1 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-all
2
2
3
+ ### v0.69.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.69.0 / 2024-11-19
4
8
5
9
* ADDED: Use Semconv Naming For ActionPack
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module All
10
- VERSION = '0.69.0 '
10
+ VERSION = '0.69.1 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-ethon
2
2
3
+ ### v0.21.9 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.21.8 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module Ethon
10
- VERSION = '0.21.8 '
10
+ VERSION = '0.21.9 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-excon
2
2
3
+ ### v0.22.5 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.22.4 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module Excon
10
- VERSION = '0.22.4 '
10
+ VERSION = '0.22.5 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-faraday
2
2
3
+ ### v0.24.7 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.24.6 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module Faraday
10
- VERSION = '0.24.6 '
10
+ VERSION = '0.24.7 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-http
2
2
3
+ ### v0.23.5 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.23.4 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module HTTP
10
- VERSION = '0.23.4 '
10
+ VERSION = '0.23.5 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-http_client
2
2
3
+ ### v0.22.8 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.22.7 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module HttpClient
10
- VERSION = '0.22.7 '
10
+ VERSION = '0.22.8 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-httpx
2
2
3
+ ### v0.1.3 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.1.2 / 2024-04-30
4
8
5
9
* FIXED: Bundler conflict warnings
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module HTTPX
10
- VERSION = '0.1.2 '
10
+ VERSION = '0.1.3 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-net_http
2
2
3
+ ### v0.22.8 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.22.7 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
8
8
module Instrumentation
9
9
module Net
10
10
module HTTP
11
- VERSION = '0.22.7 '
11
+ VERSION = '0.22.8 '
12
12
end
13
13
end
14
14
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-pg
2
2
3
+ ### v0.29.1 / 2024-11-26
4
+
5
+ * FIXED: Get correct table name if table name is quoted
6
+
3
7
### v0.29.0 / 2024-09-12
4
8
5
9
- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module PG
10
- VERSION = '0.29.0 '
10
+ VERSION = '0.29.1 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-rails
2
2
3
+ ### v0.33.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.33.0 / 2024-11-19
4
8
5
9
* ADDED: Use Semconv Naming For ActionPack
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module Rails
10
- VERSION = '0.33.0 '
10
+ VERSION = '0.33.1 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-restclient
2
2
3
+ ### v0.22.8 / 2024-11-26
4
+
5
+ * CHANGED: Performance Freeze all range objects #1222
6
+
3
7
### v0.22.7 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module RestClient
10
- VERSION = '0.22.7 '
10
+ VERSION = '0.22.8 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-processor-baggage
2
2
3
+ ### v0.2.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.2.0 / 2024-06-18
4
8
5
9
* BREAKING CHANGE: Add baggage key predicate func to baggage span processor
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module OpenTelemetry
15
15
module Processor
16
16
# Namespace for OpenTelemetry Baggage processor
17
17
module Baggage
18
- VERSION = '0.2.0 '
18
+ VERSION = '0.2.1 '
19
19
end
20
20
end
21
21
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-propagator-ottrace
2
2
3
+ ### v0.21.4 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.21.3 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module OpenTelemetry
15
15
module Propagator
16
16
# Namespace for OpenTelemetry OTTrace propagation
17
17
module OTTrace
18
- VERSION = '0.21.3 '
18
+ VERSION = '0.21.4 '
19
19
end
20
20
end
21
21
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-propagator-vitess
2
2
3
+ ### v0.1.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.1.0 / 2024-02-08
4
8
5
9
Initial release.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module OpenTelemetry
15
15
module Propagator
16
16
# Namespace for OpenTelemetry Vitess propagation
17
17
module Vitess
18
- VERSION = '0.1.0 '
18
+ VERSION = '0.1.1 '
19
19
end
20
20
end
21
21
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-propagator-xray
2
2
3
+ ### v0.22.3 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.22.2 / 2024-07-23
4
8
5
9
* DOCS: Add cspell to CI
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Propagator
9
9
module XRay
10
- VERSION = '0.22.2 '
10
+ VERSION = '0.22.3 '
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-resource-detector-azure
2
2
3
+ ### v0.1.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.1.0 / 2023-09-07
4
8
5
9
* Initial release.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
8
8
module Resource
9
9
module Detector
10
10
module Azure
11
- VERSION = '0.1.0 '
11
+ VERSION = '0.1.1 '
12
12
end
13
13
end
14
14
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-resource-detector-container
2
2
3
+ ### v0.1.2 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.1.1 / 2023-08-03
4
8
5
9
* FIXED: Remove inline linter rules
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
8
8
module Resource
9
9
module Detector
10
10
module Container
11
- VERSION = '0.1.1 '
11
+ VERSION = '0.1.2 '
12
12
end
13
13
end
14
14
end
Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-resource-detector-google_cloud_platform
2
2
3
+ ### v0.1.1 / 2024-11-26
4
+
5
+ * (No significant changes)
6
+
3
7
### v0.1.0 / 2023-09-07
4
8
5
9
* Initial release.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
8
8
module Resource
9
9
module Detector
10
10
module GoogleCloudPlatform
11
- VERSION = '0.1.0 '
11
+ VERSION = '0.1.1 '
12
12
end
13
13
end
14
14
end
You can’t perform that action at this time.
0 commit comments