File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed
Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1- {"." :" 2.0.2 " }
1+ {"." :" 2.1.0 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.1.0] ( https://github.com/spotify/confidence-sdk-python/compare/v2.0.2...v2.1.0 ) (2026-03-09)
4+
5+
6+ ### ✨ New Features
7+
8+ * make protobuf dependency optional for telemetry ([ #100 ] ( https://github.com/spotify/confidence-sdk-python/issues/100 ) ) ([ 991d518] ( https://github.com/spotify/confidence-sdk-python/commit/991d518232e4582d5d032523182f4aa29974f7c4 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * update codeowners ([ #106 ] ( https://github.com/spotify/confidence-sdk-python/issues/106 ) ) ([ 7d067c7] ( https://github.com/spotify/confidence-sdk-python/commit/7d067c7ff2f75dd6f64c4887c6f92f8a7642bc0b ) )
14+
15+
16+ ### 📚 Documentation
17+
18+ * add getting involved section to contribution guidelines ([ #104 ] ( https://github.com/spotify/confidence-sdk-python/issues/104 ) ) ([ c070d48] ( https://github.com/spotify/confidence-sdk-python/commit/c070d487446f71446ad6407501be48d3238ed3af ) )
19+
320## [ 2.0.2] ( https://github.com/spotify/confidence-sdk-python/compare/v2.0.1...v2.0.2 ) (2025-09-22)
421
522
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ the [OpenFeature reference documentation](https://openfeature.dev/docs/reference
1111### pip install
1212<!-- -x-release-please-start-version-->
1313``` python
14- pip install spotify- confidence- sdk== 2.0 .2
14+ pip install spotify- confidence- sdk== 2.1 .0
1515```
1616
1717This installs the full SDK including telemetry support and is the suggested .
@@ -20,14 +20,14 @@ This installs the full SDK including telemetry support and is the suggested .
2020For environments where you cannot use protobuf, you can install without protobuf (which disables telemetry):
2121
2222``` bash
23- pip install spotify-confidence-sdk==2.0.1 --no-deps
24- pip install requests==2.32.4 openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
23+ pip install spotify-confidence-sdk==2.1.0 --no-deps
24+ pip install requests==2.1.0 openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
2525```
2626
2727#### requirements.txt
2828``` txt
2929# Full installation (recommended)
30- spotify-confidence-sdk==2.0.2
30+ spotify-confidence-sdk==2.1.0
3131
3232pip install -r requirements.txt
3333```
You can’t perform that action at this time.
0 commit comments