Skip to content

Commit dc011fd

Browse files
chore(main): release 2.1.0
1 parent 8b73f3f commit dc011fd

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.2"}
1+
{".":"2.1.0"}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
### 🐛 Bug Fixes
7+
8+
* handle integer flag values serialized as floats ([#105](https://github.com/spotify/confidence-sdk-python/issues/105)) ([8b73f3f](https://github.com/spotify/confidence-sdk-python/commit/8b73f3f9d9db6944f891637ee284fffc42254713))
9+
10+
11+
### ✨ New Features
12+
13+
* 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))
14+
15+
16+
### 🧹 Chore
17+
18+
* update codeowners ([#106](https://github.com/spotify/confidence-sdk-python/issues/106)) ([7d067c7](https://github.com/spotify/confidence-sdk-python/commit/7d067c7ff2f75dd6f64c4887c6f92f8a7642bc0b))
19+
20+
21+
### 📚 Documentation
22+
23+
* 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))
24+
325
## [2.0.2](https://github.com/spotify/confidence-sdk-python/compare/v2.0.1...v2.0.2) (2025-09-22)
426

527

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1717
This 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 .
2020
For 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
3232
pip install -r requirements.txt
3333
```

0 commit comments

Comments
 (0)