Releases: Flagsmith/flagsmith
Releases · Flagsmith/flagsmith
v2.138.0
2.138.0 (2024-08-22)
Features
- add UUID to user model (#4488) (32be7c0)
- Copy ACS URL for SAML configurations to clipboard. Disable editing SAML configuration names (#4494) (3f561ee)
- usage period filter (#4526) (968b894)
Bug Fixes
- audit logs generation for feature state value (#4525) (af0369c)
- incorrect negative value conversion (#4316) (2931cdf)
- Missing permissions for integration API endpoints (#4530) (cd99a07)
- project settings permissions (#4528) (9382908)
- Update email wording for paid customers with API usage notifications (#4517) (5cfdaba)
- usage and analytics data duplicates the current day (#4529) (910b3ed)
v2.137.0
2.137.0 (2024-08-20)
Features
- make pg usage cache timeout configurable (#4485) (cd4fbe7)
- Tweak email wording for grace periods (#4482) (36e634c)
Bug Fixes
- Add decorator for running task every hour (#4481) (a395a47)
- Add logic to handle grace period breached for paid accounts (#4512) (ba8ae60)
- add reverse sql to versioning migration (#4491) (a6a0f91)
- allow unknown attrs from cb json meta (#4509) (1e3888a)
- Catch API billing errors (#4514) (33074f3)
- delete-feature-via-role: bump rbac (#4508) (174d437)
- Make influx cache task recurring (#4495) (cb8472d)
- Remove grace period where necessary from blocked notification (#4496) (9bae21c)
- Rename match variable in external feature resources (#4490) (bf82b9d)
- save feature error handling (#4058) (2517e9d)
- Solve API GitHub integration issues (#4502) (19bc58e)
- subscription info cache race condition (#4518) (d273679)
- views/features: use get_environment_flags_list (#4511) (7034fa4)
v2.136.0
2.136.0 (2024-08-13)
Features
- Add automatic tagging for github integration (#4028) (7920e8e)
- Add tags for GitHub integration FE (#4035) (3c46a31)
- Support Aptible deployments (#4340) (3b47ae0)
- Use environment feature state instead of fetching feature states (#4188) (b1d49a6)
Bug Fixes
- ensure that usage notification logic is independent of other organisations notifications (#4480) (6660af5)
- Remove warning about non-unique health namespace (#4479) (6ef7a74)
Infrastructure (Flagsmith SaaS Only)
v2.135.1
v2.135.0
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)