Skip to content

Commit af7f705

Browse files
chore(main): release 0.10.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent b06d661 commit af7f705

5 files changed

Lines changed: 33 additions & 7 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.10.0) (2026-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make set_provider non-blocking, add set_provider_and_wait ([#595](https://github.com/open-feature/python-sdk/issues/595))
9+
10+
### 🐛 Bug Fixes
11+
12+
* isolate provider event handler dispatch ([#599](https://github.com/open-feature/python-sdk/issues/599)) ([0a96426](https://github.com/open-feature/python-sdk/commit/0a96426a3e1df497f376c08a499cfa9227c7e2c2))
13+
14+
15+
### ✨ New Features
16+
17+
* make set_provider non-blocking, add set_provider_and_wait ([#595](https://github.com/open-feature/python-sdk/issues/595)) ([cbacef0](https://github.com/open-feature/python-sdk/commit/cbacef0093c0ef44bc2ba8ad36de1c5497cf0cff))
18+
19+
20+
### 🧹 Chore
21+
22+
* **deps:** update astral-sh/setup-uv action to v8 ([#603](https://github.com/open-feature/python-sdk/issues/603)) ([4422fad](https://github.com/open-feature/python-sdk/commit/4422fad635199d11bfd820425bf8938a68cec1ee))
23+
* **deps:** update codecov/codecov-action action to v6 ([#604](https://github.com/open-feature/python-sdk/issues/604)) ([e00fab3](https://github.com/open-feature/python-sdk/commit/e00fab3f04d52b3d35258d87c68e3c8d3954af31))
24+
* **deps:** update dependency prek to &gt;=0.4.3,&lt;0.5.0 ([#607](https://github.com/open-feature/python-sdk/issues/607)) ([760d808](https://github.com/open-feature/python-sdk/commit/760d808009e4eddd2984723d8bb3e3382df180ec))
25+
* **deps:** update googleapis/release-please-action action to v5 ([#605](https://github.com/open-feature/python-sdk/issues/605)) ([aa1366a](https://github.com/open-feature/python-sdk/commit/aa1366abeccf8d4463e933fbba035891e0531125))
26+
* **deps:** update pre-commit hook pre-commit/mirrors-mypy to v2 ([#606](https://github.com/open-feature/python-sdk/issues/606)) ([d18beef](https://github.com/open-feature/python-sdk/commit/d18beefeaebb717102c40b02acbedf6b3c0c16a8))
27+
* **deps:** update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 ([#601](https://github.com/open-feature/python-sdk/issues/601)) ([5cc9534](https://github.com/open-feature/python-sdk/commit/5cc9534661a1901c5d3a0b328d65df6495c46b92))
28+
329
## [0.9.0](https://github.com/open-feature/python-sdk/compare/v0.8.4...v0.9.0) (2026-04-17)
430

531

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<!-- x-release-please-start-version -->
2121

22-
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.9.0">
23-
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.9.0&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.10.0">
23+
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.10.0&color=blue&style=for-the-badge" />
2424
</a>
2525

2626
<!-- x-release-please-end -->
@@ -60,13 +60,13 @@
6060
#### Pip install
6161

6262
```bash
63-
pip install openfeature-sdk==0.9.0
63+
pip install openfeature-sdk==0.10.0
6464
```
6565

6666
#### requirements.txt
6767

6868
```bash
69-
openfeature-sdk==0.9.0
69+
openfeature-sdk==0.10.0
7070
```
7171

7272
```python

openfeature/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.10.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ]
44

55
[project]
66
name = "openfeature-sdk"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "Standardizing Feature Flagging for Everyone"
99
readme = "README.md"
1010
keywords = [

0 commit comments

Comments
 (0)