File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
hooks/openfeature-hooks-opentelemetry Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "hooks/openfeature-hooks-opentelemetry" : " 0.1.3 " ,
2
+ "hooks/openfeature-hooks-opentelemetry" : " 0.1.4 " ,
3
3
"providers/openfeature-provider-flagd" : " 0.1.4"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.4] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.1.4 ) (2024-04-11)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * fix types for hints in OTel TracingHook ([ #73 ] ( https://github.com/open-feature/python-sdk-contrib/issues/73 ) ) ([ 24260fb] ( https://github.com/open-feature/python-sdk-contrib/commit/24260fb519d18590d82e9aae1cf824b9e6ca7f17 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * update ruff ([ #70 ] ( https://github.com/open-feature/python-sdk-contrib/issues/70 ) ) ([ 9411d0f] ( https://github.com/open-feature/python-sdk-contrib/commit/9411d0f578238037b3c508faf8f23fe35a374b6c ) )
14
+
15
+
16
+ ### 🔄 Refactoring
17
+
18
+ * add mypy and fix typing issues ([ #72 ] ( https://github.com/open-feature/python-sdk-contrib/issues/72 ) ) ([ b405925] ( https://github.com/open-feature/python-sdk-contrib/commit/b4059255045cdb7054a35bc338207e23c42ce068 ) )
19
+
3
20
## [ 0.1.3] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.2...openfeature-hooks-opentelemetry/v0.1.3 ) (2024-03-17)
4
21
5
22
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
6
6
[project ]
7
7
name = " openfeature-hooks-opentelemetry"
8
- version = " 0.1.3 "
8
+ version = " 0.1.4 "
9
9
description = " OpenTelemetry hooks for the OpenFeature Python SDK"
10
10
readme = " README.md"
11
11
authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments