opentelemetry-helpers-mysql 0.1.1 → 0.1.2

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: 6ec4ce6a9617017899a8a99b92e7a8b4061a8b9377ff8ecf4a2decbc024eee9a
4
- data.tar.gz: 65116a2e0639d48c3e2e50e08393512d07bf5219d7c23b64df96e0f50d5b5cf2
3
+ metadata.gz: 181a97cb211f6aa4e304d6e97952aaa78f8b416c03e4823ae74a64d5b8194fb4
4
+ data.tar.gz: a02689aa3499b7fd930b85c0c90e9a02a49031eade8e51dbcf52fa5ecec055e1
5
5
  SHA512:
6
- metadata.gz: d23abc6f5caee9039cd02c754751b77085ce5ecfa29f4312c2f87de8b40aaaf1b7c0482abe31e7923d99f79e948a19b53a06a80ec34e0122b6e9c35a870afddf
7
- data.tar.gz: a5016324f2afd01532bd3eb043122bd11c8bcdad18871ba5052887b6addad12d7c51597928becef30af5c96e264c402cbda8b9d57ee9c801a2177ede3e7451d5
6
+ metadata.gz: 629988acdfe471aee215d6ea9e1dfccde7ae9b74778aaafc857f92ec6033e9ef7e91c99c5bb4d0a90af838379a98f9378545ba38e0a0f435f9e6f6f155763816
7
+ data.tar.gz: cbd5cd3724d8623c62673d9660c6a2dba19cfce8e1b89dd9335c27bca2b29b2552e92e8257e4ced4fca0fed2205d8cac0130d8d33da493941446d7dcf7461ea1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
data/README.md CHANGED
@@ -22,6 +22,7 @@ end
22
22
  ```
23
23
 
24
24
  Make sure the `Instrumentation` class for your gem contains configuration options for:
25
+
25
26
  - `:span_name`: The type of span name desired for the trace.
26
27
  Example: `option :span_name, default: :statement_type, validate: %I[statement_type db_name db_operation_and_name]`
27
28
 
@@ -43,7 +44,7 @@ end
43
44
 
44
45
  The `opentelemetry-helpers-mysql` gem source is [on github][repo-github], along with related gems including `opentelemetry-instrumentation-mysql2` and `opentelemetry-instrumentation-trilogy`.
45
46
 
46
- The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us on our [gitter channel][ruby-gitter] or attending our weekly meeting. See the [meeting calendar][community-meetings] for dates and times. For more information on this and other language SIGs, see the OpenTelemetry [community page][ruby-sig].
47
+ The OpenTelemetry Ruby gems are maintained by the OpenTelemetry Ruby special interest group (SIG). You can get involved by joining us on our [GitHub Discussions][discussions-url], [Slack Channel][slack-channel] or attending our weekly meeting. See the [meeting calendar][community-meetings] for dates and times. For more information on this and other language SIGs, see the OpenTelemetry [community page][ruby-sig].
47
48
 
48
49
  ## License
49
50
 
@@ -53,4 +54,5 @@ The `opentelemetry-helpers-mysql` gem is distributed under the Apache 2.0 licens
53
54
  [license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
54
55
  [ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
55
56
  [community-meetings]: https://github.com/open-telemetry/community#community-meetings
56
- [ruby-gitter]: https://gitter.im/open-telemetry/opentelemetry-ruby
57
+ [slack-channel]: https://cloud-native.slack.com/archives/C01NWKKMKMY
58
+ [discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
@@ -7,7 +7,7 @@
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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-helpers-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-18 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opentelemetry-api
@@ -100,28 +100,28 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 1.64.0
103
+ version: 1.68.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 1.64.0
110
+ version: 1.68.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rubocop-performance
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 1.21.0
117
+ version: 1.23.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 1.21.0
124
+ version: 1.23.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: simplecov
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -183,11 +183,14 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
183
183
  licenses:
184
184
  - Apache-2.0
185
185
  metadata:
186
- changelog_uri: https://rubydoc.info/gems/opentelemetry-helpers-mysql/0.1.1/file/CHANGELOG.md
186
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-helpers-mysql/0.1.2/file/CHANGELOG.md
187
187
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/helpers/mysql
188
188
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
189
- documentation_uri: https://rubydoc.info/gems/opentelemetry-helpers-mysql/0.1.1
190
- post_install_message:
189
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-helpers-mysql/0.1.2
190
+ post_install_message: |
191
+ Ruby 3.0 has reached EoL 2024-04-23. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Ruby 3.0 after 2025-01-15. Please upgrade to Ruby 3.1 or higher to continue receiving updates.
192
+
193
+ Rails 6.1 has reached EoL 2024-10-01. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Rails 6.1 after 2025-01-15. Please upgrade to Rails 7.0 or higher to continue receiving updates.
191
194
  rdoc_options: []
192
195
  require_paths:
193
196
  - lib