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 |