File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
instrumentation/opentelemetry-instrumentation-valkey
src/opentelemetry/instrumentation/valkey
opentelemetry-instrumentation/src/opentelemetry/instrumentation Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
## Unreleased
13
13
14
- ## Version 1.33.0/0.54b0 (2025-05-09)
15
-
16
14
### Added
17
15
18
16
- ` opentelemetry-instrumentation-valkey ` Instrumentation for Valkey
19
17
([ #3478 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3478 ) )
18
+
19
+
20
+ ## Version 1.33.0/0.54b0 (2025-05-09)
21
+
22
+ ### Added
23
+
20
24
- ` opentelemetry-instrumentation-requests ` Support explicit_bucket_boundaries_advisory in duration metrics
21
25
([ #3464 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3464 ) )
22
26
- ` opentelemetry-instrumentation-redis ` Add support for redis client-specific instrumentation.
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ classifiers = [
27
27
]
28
28
dependencies = [
29
29
" opentelemetry-api ~= 1.12" ,
30
- " opentelemetry-instrumentation == 0.54b0 .dev" ,
31
- " opentelemetry-semantic-conventions == 0.54b0 .dev" ,
30
+ " opentelemetry-instrumentation == 0.55b0 .dev" ,
31
+ " opentelemetry-semantic-conventions == 0.55b0 .dev" ,
32
32
" wrapt >= 1.12.1" ,
33
33
]
34
34
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.54b0 .dev"
15
+ __version__ = "0.55b0 .dev"
Original file line number Diff line number Diff line change 214
214
},
215
215
{
216
216
"library" : "valkey[libvalkey] >= 6.1.0" ,
217
- "instrumentation" : "opentelemetry-instrumentation-valkey==0.54b0 .dev" ,
217
+ "instrumentation" : "opentelemetry-instrumentation-valkey==0.55b0 .dev" ,
218
218
},
219
219
]
220
220
default_instrumentations = [
You can’t perform that action at this time.
0 commit comments