Skip to content

Releases: Flagsmith/flagsmith

v2.134.1

07 Aug 16:50
a3368fe
Compare
Choose a tag to compare

2.134.1 (2024-08-07)

Bug Fixes

  • don't allow bypassing ALLOW_REGISTRATION_WITHOUT_INVITE behaviour (#4454) (0e6deec)
  • protect get environment document endpoint (#4459) (bee01c7)
  • Set grace period to a singular event (#4455) (3225c47)

v2.134.0

06 Aug 09:37
d659f4a
Compare
Choose a tag to compare

2.134.0 (2024-08-02)

Features

  • Add command for Edge V2 migration (#4415) (035fe77)
  • Surface password requirements on signup / dynamic validation (#4282) (104d66d)

Bug Fixes

  • Catch full exception instead of runtime error in API usage task (#4426) (f03b479)
  • Check API usage before restricting serving flags and admin (#4422) (02f7df7)
  • Create a check for billing started at in API usage task helper (#4440) (e2853d7)
  • Delete scheduled change request (#4437) (233ce50)
  • deleting change requests with change sets throws 500 error (#4439) (670ede9)
  • Handle zero case for API usage limit (#4428) (04e8bc2)
  • Metadata UI improvements (#4327) (d4006c0)
  • tests: Strong password for E2E (#4435) (1afb3e5)

v2.133.1

30 Jul 09:37
8e2db7c
Compare
Choose a tag to compare

2.133.1 (2024-07-30)

Bug Fixes

  • add logic to handle subscriptions in trial (#4404) (c10e012)
  • build: Use a pre-created user for the frontend image (#4394) (45ce495)
  • casting issue in FE logic for delete attribute (#4398) (cbe0a0c)
  • models/featureevaluationraw: Add index on crated_at (#4405) (1f90900)

Notes

  • This release adds a new index to the app_analytics_featureevaluationraw table for performance improvements. The migration to add this index may take some time in environments that have large amounts of data stored in that table (i.e. environments which heavily use flag analytics and have postgres analytics enabled). If required, one can reduce the time of the deployment process (which would usually run the migration) by creating the index manually beforehand. See here for the SQL to create the index.

v2.133.0

25 Jul 15:22
9b0c001
Compare
Choose a tag to compare

2.133.0 (2024-07-25)

Features

  • Send users notification when api flags have been blocked (#4338) (114d0c3)

v2.132.0

25 Jul 10:40
2604abf
Compare
Choose a tag to compare

2.132.0 (2024-07-25)

Features

  • Improve versioned change requests to handle multiple open CRs for single feature (#4245) (f1cc8d8)
  • Return transient traits explicitly (#4375) (79b3ae7)
  • versioned change request change sets (#4301) (6f1f212)

Bug Fixes

  • add logic to set segment to lowest priority if not set (#4381) (a78b284)
  • Cannot use an API Key to add users to a group (#4362) (0390075)
  • feature segments created with priority 0 are sent to bottom (#4383) (3f745c5)
  • Organisation/Project dropdown not reset after closing (#4365) (1af5d48)
  • users with CREATE_FEATURE permission cannot assign feature users / groups (#4371) (d0f3704)

v2.131.0

23 Jul 08:56
5601350
Compare
Choose a tag to compare

2.131.0 (2024-07-22)

Features

Bug Fixes

  • build: Incorrect package used for GPG (#4355) (aa2fd70)
  • build: Missing gpg-agent for the SaaS build (#4356) (c655c73)
  • Non-admin project Role request to /projects/ID/features/ID Causes Crash (#4289) (bce6530)
  • Styling alert for API usage banner (#4360) (61cfdbf)
  • Update of organisations during flags and admin access (#4344) (7a9edca)

v2.130.0

18 Jul 10:22
67c3323
Compare
Choose a tag to compare

2.130.0 (2024-07-18)

Features

Bug Fixes

  • Non-admin users cannot link a feature to a GH Issue/PR (#4336) (56e6390)
  • The organisation setting page is broken locally (#4330) (1cd8e0f)

v2.129.0

12 Jul 15:10
3a8ec00
Compare
Choose a tag to compare

2.129.0 (2024-07-12)

Features

  • docker: Update entrypoint (#4262) (759e745)
  • Open payment modal if a plan was preselected, add annual plans (#4110) (103a94f)

Bug Fixes

  • annual plan ids and refreshing (#4323) (f5a7eed)
  • build: Avoid E2E rate limiting by swithing to Postgres image hosted on GHCR (#4328) (249db14)
  • e2e: Pass GITHUB_ACTION_URL to Docker E2E test runs (#4322) (f8babe8)
  • Fix "Create Project" button in the project selector not opening the project creation modal (#4294) (1f9aecc)
  • frontend fails to load when announcement flag isn't set (#4329) (c047233)
  • Prevent "Create Segment" button from disappearing when deleting the last segment (#4314) (cd121e8)

v2.128.0

10 Jul 09:37
7f9cd62
Compare
Choose a tag to compare

2.128.0 (2024-07-10)

Features

Bug Fixes

v2.127.1

09 Jul 11:12
caa03f5
Compare
Choose a tag to compare

2.127.1 (2024-07-09)

Bug Fixes

  • segments: add migration to set version on existing segments (#4315) (288a47e)