Skip to content

Releases: Flagsmith/flagsmith

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

v2.221.0

09 Mar 10:48
c5953c2

Choose a tag to compare

2.221.0 (2026-03-09)

Features

  • Support gzip compression for DynamoDB environment documents (#6816) (4e4d835)

Bug Fixes

  • /api/v1/environment-document N+1 query issue related to the number of segment overrides in a version (#6865) (486e240)
  • filter for docker-build-test-publish e2e (#6847) (43bb456)
  • Identity overrides empty in SDK document with v2 versioning (#6840) (877c321)
  • Logging: Omit org name from logging (#6842) (74c391b)
  • replace OFFSET pagination with keyset pagination in identity migration (#6877) (c95fccb)
  • reuse DynamoEnvironmentWrapper in DynamoIdentityWrapper (#6813) (173e666)
  • store-created-at-in-identity-override-v2-document (#6863) (0e0e649)
  • update-env-state-on-metadata-update (#6831) (26d703e)

Infrastructure (Flagsmith SaaS Only)

Dependency Updates

  • bump django from 5.2.11 to 5.2.12 in /api (#6849) (8bc089f)
  • bump dompurify and @types/dompurify in /frontend (#6850) (458a554)
  • bump dompurify from 3.3.0 to 3.3.2 in /docs (#6860) (3587ef0)
  • bump dompurify from 3.3.1 to 3.3.2 in /frontend (#6859) (70ba110)
  • bump immutable from 4.3.7 to 4.3.8 in /frontend (#6853) (780f1f1)
  • bump immutable from 5.0.3 to 5.1.5 in /docs (#6851) (5647282)
  • bump minimatch in /frontend (#6846) (a8154d1)
  • bump svgo from 3.3.2 to 3.3.3 in /docs (#6852) (b0f6849)

Docs

v2.220.0

03 Mar 16:32
800ac8d

Choose a tag to compare

2.220.0 (2026-03-03)

Features

Bug Fixes

  • Add composite index to code references to improve query performance (#6835) (13485ca)
  • dark-mode-on-login-page (#6810) (44549e2)
  • defer data field in feature import/export list views (#6811) (380fecd)
  • hide-roles-tab-only-for-non-org-admin-in-env-project-settings (#6786) (4712ef4)
  • N dynamodb queries in feature list endpoint (#6758) (ede739b)
  • replace numpy/scipy with pure Python in experiment analytics (#6830) (7617737)

Dependency Updates

CI

Docs

  • Correct the docs for flags and identities endpoint caches (#6795) (9460579)

v2.219.1

26 Feb 18:47
2f93658

Choose a tag to compare

2.219.1 (2026-02-26)

Bug Fixes

  • Hubspot: Fix unexpected setuptools dependency (#6793) (b7a81d5)