CHANGELOG.md in opentelemetry-instrumentation-redis-0.25.6 vs CHANGELOG.md in opentelemetry-instrumentation-redis-0.25.7

- old
+ new

@@ -1,7 +1,11 @@ # Release History: opentelemetry-instrumentation-redis +### v0.25.7 / 2024-07-23 + +* DOCS: Add cspell to CI + ### v0.25.6 / 2024-06-18 * FIXED: Relax otel common gem constraints ### v0.25.5 / 2024-05-09 @@ -80,11 +84,11 @@ * ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777) ### v0.18.0 / 2021-05-21 -* ADDED: Updated API depedency for 1.0.0.rc1 +* ADDED: Updated API dependency for 1.0.0.rc1 refactor: redis attribute utils [#760](https://github.com/open-telemetry/opentelemetry-ruby/pull/760) refactor: simplify redis attribute assignment [#758](https://github.com/open-telemetry/opentelemetry-ruby/pull/758) test: split redis instrumentation test [#754](https://github.com/open-telemetry/opentelemetry-ruby/pull/754) * ADDED: Option to obfuscate redis arguments * FIXED: Instrument Redis more thoroughly by patching Client#process. @@ -143,10 +147,10 @@ * FIXED: Remove 'canonical' from status codes ### v0.7.0 / 2020-10-07 * DOCS: Added redis documentation -* DOCS: Standardize toplevel docs structure and readme +* DOCS: Standardize top-level docs structure and readme ### v0.6.0 / 2020-09-10 * (No significant changes)