Skip to content

Releases: Flagsmith/flagsmith

v2.225.0

02 Apr 10:32
2dccbfd

Choose a tag to compare

2.225.0 (2026-04-02)

Features

Bug Fixes

  • ci: Docker compose migration race condition (#7068) (c048441)
  • dissociated-code-references-gate-from-flag-response (#7065) (a8a876c)
  • Invoke backend logout API on logout button click to prevent broken authentication (#6820) (b9ea92a)
  • Skip logout endpoint in e2e (#7089) (9a6aa07)
  • ui: replace misleading permission tooltip on segment override variations (#7011) (184503d)
  • use .values("id").distinct().count() in platform_hub for Oracle compatibility (#7041) (3f71f16)
  • Version endpoints not returning JSON in all-in-one Docker deployment (#7079) (2eecc76)

Dependency Updates

CI

Docs

  • pgbouncer: add credentialsFromExistingSecret usage to Kubernete… (#7037) (1867d0e)

Refactoring

v2.224.0

24 Mar 16:53
7b37e2e

Choose a tag to compare

2.224.0 (2026-03-24)

Features

  • CockroachDB support: Switch to JSONField for SDK metrics labels (#5833) (02618c6)

Bug Fixes

  • API Usage: Update subscription cache from database-backed usage (#7024) (b018bfb)

v2.223.0

23 Mar 21:22
94780fe

Choose a tag to compare

2.223.0 (2026-03-23)

Features

  • add Code References to project integrations page (#6974) (26fc48f)
  • Features API: Restrict code references querying to a feature flag (#6970) (dcb0a37)

Bug Fixes

  • API Usage: Allow self-hosted API usage alerts (#6975) (437abff)
  • CI: Pin safe trivy check version (#7010) (ffd2a11)
  • Schedule Update on Segment Overrides shows 'Feature contains no changes' (#6996) (ec940fe)

CI

Docs

v2.222.4

19 Mar 07:09
67fa5fd

Choose a tag to compare

2.222.4 (2026-03-19)

Bug Fixes

  • make Feature.type writable on create (#6986)
  • replace deprecated FLAG type in tests with STANDARD

v2.222.3

18 Mar 21:01
8804097

Choose a tag to compare

2.222.3 (2026-03-18)

Bug Fixes

  • GitHub Integration: Fix JWT generation for GitHub API calls (#6983) (faf3a66)

v2.222.2

18 Mar 20:01
332df52

Choose a tag to compare

2.222.2 (2026-03-18)

Bug Fixes

  • add edit users sending up wrong data (#6923) (b249f2c)
  • align organisation dropdown on responsive viewports (#6971) (0073739)
  • convert feature_state_value after v2 segment save (#6962) (#6967) (13ada3b)
  • mask webhook secret with password field and reveal toggle (#6932) (ddbf8bd)
  • restore grid layout in PanelSearch broken by wrapper div (#6977) (51fc019)
  • restore Prevent Flag Defaults UI enforcement in create feature modal (#6931) (0b80126)
  • trim whitespace in search filters to prevent API 400 errors (#6934) (d93f6d4)
  • use bg-body on sign-up card for dark mode compatibility (#6973) (ead91ec)
  • wrap long text in value editor to prevent horizontal overflow (#6972) (cf9d70d)

Dependency Updates

CI

Refactoring

v2.222.1

18 Mar 10:17
2622015

Choose a tag to compare

2.222.1 (2026-03-18)

Bug Fixes

  • 6905: replace dynamic serializer with SDKAnalyticsFlagsV1Serializer (#6908) (f1082d4)
  • Audit: Stop error noise when deleting segment overrides (#6941) (c2bddaf)
  • only apply bold font-weight to active sidebar link (#6926) (1dca708)
  • prevent IDOR vulnerability in environment update endpoint (#6384) (89f2477)
  • replace all hardcoded icon fills with currentColor (#6870) (7453f96)
  • Segments: Fix project reference in segment creation (#6929) (b905af2)
  • SuccessMessage: fix invalid fontWeight and consolidate duplicate (#6873) (45b0dec)

Dependency Updates

  • bump black from 25.1.0 to 26.3.1 in /api (#6939) (ffa171d)
  • bump pyjwt from 2.8.0 to 2.12.0 in /api (#6950) (696bf62)
  • bump pyopenssl from 25.3.0 to 26.0.0 in /api (#6964) (a6390eb)

CI

Refactoring

Tests

v2.222.0

10 Mar 16:31
da9d82d

Choose a tag to compare

2.222.0 (2026-03-10)

Features

  • experiment: use-flagsmith-internal-client-to-send-evaluation-data (#6861) (65a3f12)

Bug Fixes

  • /api/v1/projects/{project_pk}/segments/ is broken for compressed environments (#6913) (0dfa268)
  • remove dead feature prop and store dependency from Button (#6867) (50e4c2b)

v2.221.2

09 Mar 21:40
a37f417

Choose a tag to compare

2.221.2 (2026-03-09)

Bug Fixes

  • Wait for all data sources before rendering identity features (#6899) (69fc5c6)

v2.221.1

09 Mar 18:29
1c885d8

Choose a tag to compare

2.221.1 (2026-03-09)

Bug Fixes

Dependency Updates