opentelemetry-helpers-sql-obfuscation 0.2.0 → 0.2.1

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: b82b7f32ebee1fdef7b847aab0fdcac539dff5ca52f78fa354afbd571b8223cb
4
- data.tar.gz: 7c475ed907c19c0299779b139f0cbe5583639fa6a65020558b623fc8ed060e89
3
+ metadata.gz: 91b2943d08bcbf0f8ff051bc2c71b3d18142de93d9f271c2d7441daa1f14ec17
4
+ data.tar.gz: 519ad0703850b7052b3347afa1979516a86ca6b525025673ee5d18d2f2898da6
5
5
  SHA512:
6
- metadata.gz: e778e2f31f7e6b733927ea1d8d1f167a2d4c437deac34679d1fa0cbdac8379219c5f0b9539d4186707a9f75afb443110e862d8e1635f243904d353e34f89b6dc
7
- data.tar.gz: f400ec85ce9026ce735307af7e139da25f47243ab07302429989ff6fdc0b5e053c0b62b93207d622af1b588873911477aab7aaef6e4c6968613a1589bc32fef6
6
+ metadata.gz: fcd97acf8e32730d7846a0c3c03a4b305c5efab7c8300eadecbd011d63c91d3efac2595add982b0d05173942c5e319a7e072aff70bf25034596ac13961d7dd42
7
+ data.tar.gz: 813ac28e4a2a563dbea0fd3d624fdbf7bb0ab36348b17a3a061016273941774be77bf1e109950c82b9ba1ecfba1a8cfc789137bb483dc13a553b2262639da1e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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.
@@ -7,7 +7,7 @@
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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-helpers-sql-obfuscation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-09-12 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-common
@@ -86,28 +86,28 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 1.66.0
89
+ version: 1.68.0
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 1.66.0
96
+ version: 1.68.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rubocop-performance
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 1.21.0
103
+ version: 1.23.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.21.0
110
+ version: 1.23.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: yard
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -155,11 +155,14 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
155
155
  licenses:
156
156
  - Apache-2.0
157
157
  metadata:
158
- changelog_uri: https://rubydoc.info/gems/opentelemetry-helpers-sql-obfuscation/0.2.0/file/CHANGELOG.md
158
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-helpers-sql-obfuscation/0.2.1/file/CHANGELOG.md
159
159
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/helpers/sql-obfuscation
160
160
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
161
- documentation_uri: https://rubydoc.info/gems/opentelemetry-helpers-sql-obfuscation/0.2.0
162
- post_install_message:
161
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-helpers-sql-obfuscation/0.2.1
162
+ post_install_message: |
163
+ 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.
164
+
165
+ 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.
163
166
  rdoc_options: []
164
167
  require_paths:
165
168
  - lib