Releases: Flagsmith/flagsmith
Releases · Flagsmith/flagsmith
Version 2.9.1
Fixed bugs:
- Initial Flag State of Identity override value doesn't match Environment state #277
- Clone environment #172
- Bug: Can't change user group members #74
Closed issues:
- Add captera link to signup success page #320
- Allow optional GZIP compression of API responses #311
- Remove rebrand widget from Front End #308
- Refactor Frontend Env Var names #296
- Gracefully handle traits that are too large (over 2000 bytes) #294
- Increase Trait value field length #286
- Is it possible to programmatically change flag value? For testing different codepaths? #281
- Refactor SDKs to new Namespace (Bullet Train > Flagsmith) #159
Merged pull requests:
- Add capterra link #321 (kyle-ssg)
- feat(gzip): add env var to enable gzip compression #319 (gagantrivedi)
- Fix case where mv is 100% #313 (kyle-ssg)
- Add github run command to download features before publishing #310 (gagantrivedi)
- chore/dont-track-homepage-with-sentry #309 (dabeeeenster)
- fix(trait/value)raise validation error if trait_value is too long #307 (gagantrivedi)
- Fix identity mv #305 (kyle-ssg)
- identity mv #304 (kyle-ssg)
- improvement/Use latest tags for docker-compose #302 (dabeeeenster)
- Update Front end env vars to have better naming convention #297 (kyle-ssg)
- Updated Sentry to 1.3.1 #295 (dabeeeenster)
- chore/Add retries to InfluxDB API writes #292 (dabeeeenster)
- fix(change_grp): Remove user from group when removing from org #288 (gagantrivedi)
- improvement/add billing type per subscription #283 (dabeeeenster)
- Better equality check for remote config #280 (kyle-ssg)
- Handle null remote config #279 (kyle-ssg)
- chore/improve-copy-for-project-permissions #275 (dabeeeenster)
- moved dark mode #273 (dabeeeenster)
- Chore/quieten warnings #267 (dabeeeenster)
Breaking changes:
- The names of some important front end environment variables were updated. Details are given in the table below.
Previous name | New name |
---|---|
FLAGSMITH | FLAGSMITH_ON_FLAGSMITH_API_KEY |
API_URL | FLAGSMITH_API_URL |
FLAGSMITH_ANALYTICS | ENABLE_FLAG_EVALUATION_ANALYTICS |
GA | GOOGLE_ANALYTICS_API_KEY |
MIXPANEL | MIXPANEL_API_KEY |
AMPLITUDE | AMPLITUDE_API_KEY |
CRISP_CHAT | CRISP_WEBSITE_ID |
MAINTENANCE | ENABLE_MAINTENANCE_MODE |
ASSET_URL | STATIC_ASSET_CDN_URL |
Version 2.9.0
Merged pull requests:
- Solves an issue observed during an instance setup, invite-links are only retrieved if usage_chart is enabled. #278
- Tweak create organisation button positioning. #271
- Tweak create organisation page copy when creation is disabled. #270
- Upgrade gapi. #269
- disable_create_org flag. #268
- Improve text copy for environment permissions. #265
Closed issues:
Version 2.8.9
Fixed bugs:
- Searching for an Identity occasionally causes a panel / div reload which loses search entry #247
- Segment ordering breaks on update segment #241
- Last Logged In is often empty #240
Closed issues:
- Don't run ci tests on draft pull request. #263
- Adjust dark mode colors #262
- Remove redundant flags #261
- Search users with exact match as opposed to fuzzy search #244
- Deselect all tags #233
- Standardise tag selection #221
- Enable email / password login to admin console by default when running locally #206
- Standardise on Postgres 11 for development #190
- Pass integration ID as part of the Mixpanel integration #165
- Self hosted installations should not prompt to upgrade plan etc #134
- Segment rules can turn - true > True #129
- Use a dropdown to select language for sample code #128
- Bug: In segment override tab, value type not changing from default text to other type. #106
Merged pull requests:
- Dont run CI on draft pull requests #264 (dabeeeenster)
- Moved jmeter tests #254 (dabeeeenster)
- fix(last-login-null): update last login on token fetch #253 (gagantrivedi)
- chore/mixpanel integration id #252 (dabeeeenster)
- improvement/serve-js-locally-fixup #250 (dabeeeenster)
- improvement/serve js locally #249 (dabeeeenster)
- Clone feature states, feature value and feature segments on env clone #242 (gagantrivedi)
Version 2.8.8
Fixed bugs:
- Setting a multivariate value to the string 'false' breaks #239
Closed issues:
- Search users with exact match as opposed to fuzzy search #244
Merged pull requests:
- improvement/search identities with exact match #245 (dabeeeenster)
Version 2.8.7
Closed issues:
- Don't send /health healthcheck transactions to Sentry #228
Merged pull requests:
- fix "false" mv value #246 (kyle-ssg)
- improvement/fixup healthcheck pr #243 (dabeeeenster)
- fix(sentry): Add sampler to fuction to block /health transactions #232 (gagantrivedi)
- Improve local/ development setup #204 (gagantrivedi)
Version 2.8.6
Clone environment #238
Version 2.8.5
Fixes #179
Version 2.8.4
Fixes #174 Audit logs are slow to load on Production
Version 2.8.3
Fixes slow identities #177
Version 2.8.2
Optimise list identities endpoint (#176)