Skip to content

Commit 2d78d33

Browse files
chore(main): release 0.8.3 (#529)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 81a1d95 commit 2d78d33

File tree

5 files changed

+30
-7
lines changed

5 files changed

+30
-7
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.8.3](https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3) (2025-09-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* fix type hints of EvaluationContext and HookHints ([#535](https://github.com/open-feature/python-sdk/issues/535)) ([de37144](https://github.com/open-feature/python-sdk/commit/de371444b33b66ad0e6eb5c09224554c14aa5731))
9+
* invalid type alias for EvaluationContextAttributes ([#534](https://github.com/open-feature/python-sdk/issues/534)) ([0e0f018](https://github.com/open-feature/python-sdk/commit/0e0f018272bdf987b1e50a9190cd3b4585d3f9b1)), closes [#532](https://github.com/open-feature/python-sdk/issues/532)
10+
11+
12+
### ✨ New Features
13+
14+
* add hook data ([#533](https://github.com/open-feature/python-sdk/issues/533)) ([92f5da4](https://github.com/open-feature/python-sdk/commit/92f5da492ebc75d28a353316d0f151f62bcd59b7))
15+
16+
17+
### 🧹 Chore
18+
19+
* add missing stateless provider tests ([#531](https://github.com/open-feature/python-sdk/issues/531)) ([74409bf](https://github.com/open-feature/python-sdk/commit/74409bf06ced4a218ebc01fd83ea20e480b34a09))
20+
* **deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.17.1 ([#528](https://github.com/open-feature/python-sdk/issues/528)) ([9d0cbe8](https://github.com/open-feature/python-sdk/commit/9d0cbe8d4af95218f41d4e2dcb8e419b9639c825))
21+
* remove shell flag usage in project scripts ([#538](https://github.com/open-feature/python-sdk/issues/538)) ([81a1d95](https://github.com/open-feature/python-sdk/commit/81a1d95e682f20d23ec03418fb8f5464cc747fdf))
22+
* replace deprecated typing aliases ([#537](https://github.com/open-feature/python-sdk/issues/537)) ([837fef9](https://github.com/open-feature/python-sdk/commit/837fef943e9585640975258ccf0d095faacf740b))
23+
* support Python 3.14 ([#530](https://github.com/open-feature/python-sdk/issues/530)) ([32fdec1](https://github.com/open-feature/python-sdk/commit/32fdec178122d0838e8e776ba30f2dd722b21233))
24+
* update mypy and ruff ([#536](https://github.com/open-feature/python-sdk/issues/536)) ([b418cb0](https://github.com/open-feature/python-sdk/commit/b418cb0e331fb1ce453eb29191cc899bd347a6dd))
25+
326
## [0.8.2](https://github.com/open-feature/python-sdk/compare/v0.8.1...v0.8.2) (2025-07-30)
427

528

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.8.2">
23-
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.2&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.8.3">
23+
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.3&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.8.2
63+
pip install openfeature-sdk==0.8.3
6464
```
6565

6666
#### requirements.txt
6767

6868
```bash
69-
openfeature-sdk==0.8.2
69+
openfeature-sdk==0.8.3
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.8.2"
1+
__version__ = "0.8.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "uv_build"
55

66
[project]
77
name = "openfeature_sdk"
8-
version = "0.8.2"
8+
version = "0.8.3"
99
description = "Standardizing Feature Flagging for Everyone"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

0 commit comments

Comments
 (0)