opentelemetry-instrumentation-active_storage 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58691a52621b2528b3b4e6dd2324bc19e3ba4d8d59313625bec287e86092ac6b
|
|
4
|
+
data.tar.gz: f2f14f33a9e5e18dc1125ff98510568f276022bca8e3d70ce436bde925b22e96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 875060ba25fdf460f59410a50770956937c5e54b69b08258bac1cadb03dfd30523a02fa7f495ae926ae824aa8b0d1b76a98bbe84ce01448897926b2fe3de8d20
|
|
7
|
+
data.tar.gz: 19af1ed12dbfff36e3c41516053c233b2ba422b6ffcb41d7dc327b2046e8b4b560aff972747a091a5461f59c828178a95883e9318204cc318dbb4b983a9f3931
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-active_storage
|
|
2
2
|
|
|
3
|
+
## v0.5.0 / 2026-04-28
|
|
4
|
+
|
|
5
|
+
- BREAKING CHANGE: Min Rails 7.1 (enforced this time) (#2283)
|
|
6
|
+
- ADDED: Min Rails 7.1 (enforced this time) (#2283)
|
|
7
|
+
|
|
3
8
|
## v0.4.0 / 2026-04-14
|
|
4
9
|
|
|
5
10
|
- BREAKING CHANGE: Min Ruby Version 3.3 (#2125)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-active_storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
@@ -44,10 +44,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
44
44
|
licenses:
|
|
45
45
|
- Apache-2.0
|
|
46
46
|
metadata:
|
|
47
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_storage/0.
|
|
48
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_storage/v0.
|
|
47
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_storage/0.5.0/file/CHANGELOG.md
|
|
48
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_storage/v0.5.0/instrumentation/active_storage
|
|
49
49
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
50
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_storage/0.
|
|
50
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_storage/0.5.0
|
|
51
51
|
rdoc_options: []
|
|
52
52
|
require_paths:
|
|
53
53
|
- lib
|