Releases: Flagsmith/flagsmith
Releases · Flagsmith/flagsmith
v2.134.1
v2.134.0
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
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
v2.132.0
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
2.131.0 (2024-07-22)
Features
- pg-usage-data: Add cache to batch tracking data (#4308) (117f72a)
- Wolfi-based Docker images (#4276) (2e461c8)
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
v2.129.0
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)