Skip to content

Commit fd02b84

Browse files
committed
Feedback updates
1 parent 473826d commit fd02b84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helpers/sql-obfuscation/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release History: opentelemetry-helpers-sql-obfuscation
22

3-
### 💥 Deprecation Notice / 2025-09-23
3+
### Deprecation Notice / 2025-10-13
44

5-
* **DEPRECATED:** This gem, `opentelemetry-helpers-sql-obfuscation`, has been renamed to `opentelemetry-helpers-sql-processor`. This version (`1.0.0`) is the final release and serves as a transitional package.
5+
* **DEPRECATED:** This gem, `opentelemetry-helpers-sql-obfuscation`, has been replaced by `opentelemetry-helpers-sql-processor`. This version (`1.0.0`) is the final release and serves as a transitional package. No action is needed unless you use this gem directly.
66
* **ACTION REQUIRED:** Users must update their `Gemfile` to use `gem 'opentelemetry-helpers-sql-processor'` instead.
7-
* **SUPPORT ENDING:** `opentelemetry-helpers-sql-obfuscation` will no longer receive updates. We plan to remove it from RubyGems entirely after a transition period (approximately 3-6 months).
7+
* **SUPPORT ENDING:** `opentelemetry-helpers-sql-obfuscation` will no longer receive updates.
88

99
### v0.3.0 / 2025-01-16
1010

helpers/sql-obfuscation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**⚠️ This gem (`opentelemetry-helpers-sql-obfuscation`) is deprecated and no longer maintained.**
44

5-
It has been renamed to **`opentelemetry-helpers-sql-processor`**.
5+
It has been replace by **`opentelemetry-helpers-sql-processor`**.
66

77
All future development, bug fixes, and feature releases will occur in the new gem.
88

helpers/sql-obfuscation/lib/opentelemetry/helpers/sql_obfuscation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Helpers
99
module SqlObfuscation
10-
VERSION = '1.0.0'
10+
VERSION = '0.4.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)