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 11{
2- "hooks/openfeature-hooks-opentelemetry" : " 0.1.3 " ,
2+ "hooks/openfeature-hooks-opentelemetry" : " 0.1.4 " ,
33 "providers/openfeature-provider-flagd" : " 0.1.4"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
320## [ 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)
421
522
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " openfeature-hooks-opentelemetry"
8- version = " 0.1.3 "
8+ version = " 0.1.4 "
99description = " OpenTelemetry hooks for the OpenFeature Python SDK"
1010readme = " README.md"
1111authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments