Skip to content

Commit 32ff50b

Browse files
chore(main): release 5.0.0 (#160)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 68c40b5 commit 32ff50b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.1...v5.0.0) (2025-10-24)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- Restore v3 `OfflineHandler` interface ([#162](https://github.com/Flagsmith/flagsmith-python-client/issues/162))
8+
9+
### Features
10+
11+
- Restore v3 `OfflineHandler` interface ([#162](https://github.com/Flagsmith/flagsmith-python-client/issues/162))
12+
([374e292](https://github.com/Flagsmith/flagsmith-python-client/commit/374e29293aca44eafadda672907d9b701b8414fc))
13+
- Support feature metadata ([#163](https://github.com/Flagsmith/flagsmith-python-client/issues/163))
14+
([1bbbdf8](https://github.com/Flagsmith/flagsmith-python-client/commit/1bbbdf8d98054ea4317a1ba3bd95f437a7edbf0e))
15+
- Support variant priority ([#161](https://github.com/Flagsmith/flagsmith-python-client/issues/161))
16+
([4f84044](https://github.com/Flagsmith/flagsmith-python-client/commit/4f84044ea87a9d284f6731ff4cfe4835d5f99fa4))
17+
18+
### Bug Fixes
19+
20+
- `get_identity_segments` tries to return identity override segments
21+
([#159](https://github.com/Flagsmith/flagsmith-python-client/issues/159))
22+
([68d44a1](https://github.com/Flagsmith/flagsmith-python-client/commit/68d44a15feae75905d08103ff8dba53c605377fd))
23+
24+
### CI
25+
26+
- pre-commit autoupdate ([#158](https://github.com/Flagsmith/flagsmith-python-client/issues/158))
27+
([e2fe6eb](https://github.com/Flagsmith/flagsmith-python-client/commit/e2fe6eb01ba61a2477d54e75abc636c00c7f1e10))
28+
29+
### Dependency Updates
30+
31+
- Bump `flagsmith-flag-engine` to 10.0.0 ([#165](https://github.com/Flagsmith/flagsmith-python-client/issues/165))
32+
([68c40b5](https://github.com/Flagsmith/flagsmith-python-client/commit/68c40b554d4cbc9d7e3b5e31f7238de253648db1))
33+
- bump urllib3 from 2.2.3 to 2.5.0 ([#157](https://github.com/Flagsmith/flagsmith-python-client/issues/157))
34+
([5de9650](https://github.com/Flagsmith/flagsmith-python-client/commit/5de965027d94cd4cd62178615c7e6d14c5340b70))
35+
336
## [4.0.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.0...v4.0.1) (2025-09-19)
437

538
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "4.0.1"
3+
version = "5.0.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)