Releases: Flagsmith/flagsmith
Releases · Flagsmith/flagsmith
Version 2.11.2
What's Changed
- Bump hosted-git-info from 2.6.0 to 2.8.9 in /frontend by @dependabot in #503
- chore/remove-deprecated-dockerfile by @dabeeeenster in #506
- chore/fix-influx-totals by @dabeeeenster in #505
- Add endpoint to get chargebee hosted page by @matthewelwell in #472
- Feature/upgrade subscription by @kyle-ssg in #510
- Signup styles by @kyle-ssg in #443
- Upgrade flag engine by @matthewelwell in #511
- Upgrade flag engine to 1.2.0 by @matthewelwell in #513
Full Changelog: v2.11.1...v2.11.2
Version 2.11.1
What's Changed
- fix(axes-ip-block): only block username/email on failed login by @gagantrivedi in #493
- Fixed Integrations Nav Link selected state high by @dabeeeenster in #489
- Heap integration by @kyle-ssg in #500
- fix(thread-leak): run segment in sync_mode by @gagantrivedi in #501
Full Changelog: v2.11.0...v2.11.1
Version 2.11.0
What's Changed
- Bump axios from 0.21.1 to 0.21.4 in /frontend by @dependabot in #474
- Bump path-parse from 1.0.6 to 1.0.7 in /frontend by @dependabot in #473
- Bump color-string from 1.5.3 to 1.6.0 in /frontend by @dependabot in #479
- Fix edit disabled identity feature when hide disable flags is enabled by @kyle-ssg in #483
- Bump handlebars from 4.5.3 to 4.7.7 in /frontend by @dependabot in #486
- fix(admin-panel/user-updates):make the empty_value None for username by @gagantrivedi in #484
- feat(proj/enable_dynamo_db): Add a flag to control dynamo feature by @gagantrivedi in #485
- feature/track environment api usage by @dabeeeenster in #459
- improvement/better-docker-compose-help-with-influxdb by @dabeeeenster in #471
- Added readme badges by @dabeeeenster in #497
- Added timeout for the influxdb sdk by @dabeeeenster in #498
Full Changelog: v2.10.3...v2.11.0
Version 2.10.3
Beanstalk has problems pulling python packages from Github. #478
Version 2.10.2
What's Changed
- chore/Correct cloudfront header name for SSL detection by @dabeeeenster in #464
Version 2.10.1
Fixed bugs:
- Return 200 if webpack assets don't exist
- Pin flag engine to resolve issues in imports
Version 2.10.0
Fixed bugs:
- Saving MV features sometimes result in 500 server error #429
- Tags list has white background in dark mode #427
- "Toggle All" on flags list doesnt update list #426
- Updating multivariate weighting in one environment appears to update in all #421
- Clicking toggle on an Identity override takes you to Identity page instead of activating toggle #417
- register process allows use of existing email due to case sensitive lookup #415
- Filtering on segments gives wrong Segment name when deleting #410
- UI not showing percentage allocation correctly for MV flags #409
- Dark mode cant switch back from dark to light #400
- Search results not rendering on front end #399
- Clearing down a config value still shows "" in the dashboard #398
- Cancelling a flag override for a user shows the wrong set state value #397
Closed issues:
- docs: OpenAPI does not differentiate between public and private endpoints #446
- Modify self hosted RBAC copy to detail closed source component #428
- Long environment names wrap badly #422
- n+1 ORM issue for environments with large number of segments #420
- Improve Users page to display search options when waiting for initial Identities API call #416
- Toggle all tags button is not visible in a Dark theme #414
- Elixir SDK #412
- API key should be hidden on environment setting page #386
- Reset password email comes from example.com #385
- Add an option to only allow super users to create organisations #380
- Add boolean to Organisation to define create new project permission #379
- Password reset page styling is a bit janky #378
- Implement load tests against core API endpoints #375
- Add flake8 to CICD pipeline #348
- Bubble up error messages when testing Webhooks #336
- Self-Hosted shows message about running in develop mode #323
- Archiving Flags #317
- Flag Owners #316
- Warn administrator if they are adding user to environment that doesn't have permission for project #257
- Pendo integration #198
- Self host flagsmith without connecting to api.flagsmith.com to get features. #122
- Sending project = 0 while creating a feature through the api leads to an internal server error #71
Merged pull requests:
- improvement/https-for-flag-engine-requirements #460 (dabeeeenster)
- Making iOS Install help consistent with the documentation #455 (dabeeeenster)
- Add Public security definition to Swagger (#447) #454 (dabeeeenster)
- chore/updated go sdk #453 (dabeeeenster)
- Improvement - Add Sentry tracking to E2E tests #451 (dabeeeenster)
- fix(proj/get_segment): fix n+1 queries for rules conditions #445 (gagantrivedi)
- Reset password styles #442 (kyle-ssg)
- Only allow organisation admins to create projects #441 (kyle-ssg)
- Adjust webhook payloads #440 (kyle-ssg)
- Flag owners #439 (kyle-ssg)
- display webhook errors #438 (kyle-ssg)
- Fixes/delete filtered segment #434 (kyle-ssg)
- Minor fixes #433 (kyle-ssg)
- use correct ids for mv flags #432 (kyle-ssg)
- Fix update mv #423 (kyle-ssg)
- fix(signup/serializer): Add validate_email to do case insenstive lookup at signup #419 (gagantrivedi)
- improvement/aws-http-protocol-header #418 (dabeeeenster)
- Improvement/add flake8 #413 (dabeeeenster)
- Fix toggle flag logic #407 (kyle-ssg)
- Warn invalid permissions #406 (kyle-ssg)
- Handle empty feature values #405 (kyle-ssg)
- fix user search #404 (kyle-ssg)
Version 2.9.4
Fixed bugs:
- Handle duplicate key value violates unique constraint "environments_trait_trait_key_identity_id_8b22a322_uniq" #370
Merged pull requests:
- fix: update django-admin-sso version to support django 2.1+ authenticate #381 (gagantrivedi)
- fix(trait/create): use update_or_create to avoid race condition #371 (gagantrivedi)
Version 2.9.3
Hotfix for slow Trait query
Version 2.9.2
Fixed bugs:
- Search users missing CSS box #365
- docker-compose.yaml is invalid due to boolean env var #350
- Helper Feature Text is wrapping/breaking CSS #287
Closed issues:
- Combine
demo_feature
anddemo_link_colour
#344 - Implement paging on the main feature list in the dashboard #338
- Implement all SDK endpoints in Lambda #337
- Do not throw any sort of 500/exception if InfluxDB writes fail #324
- Remove flag analytics button #300
- Environment permissions screen should show if a user is a project admin #289
- Move "Toggle All" link #276
- Remove Delighted widget API Key from code #274
- Highlight Sales dashboard rows for customers outside their seat limit #256
- Add a dropdown for Identity search with exact and contains #248
- Global API - Write Environments through API to DynamoDB #85
Merged pull requests:
- re-run tests on main push #369 (kyle-ssg)
- Fix panel input bg #368 (kyle-ssg)
- Fix filter tags #367 (kyle-ssg)
- Exact contains query on users #366 (kyle-ssg)
- Show project administrators #364 (kyle-ssg)
- Move toggle flags #363 (kyle-ssg)
- improvement/fixed some copy #362 (dabeeeenster)
- Fix flag override styles #361 (kyle-ssg)
- Delighted env var #360 (kyle-ssg)
- Remove Change period button for flag analytics #358 (kyle-ssg)
- page_size for features #357 (kyle-ssg)
- archived flags #356 (kyle-ssg)
- bug/fix docker compose false #352 (dabeeeenster)
- fix google oauth feature key #346 (Vrtak-CZ)
- Combine demo feature and colour #345 (dabeeeenster)
- fix proxy url env name after renaming #334 (Vrtak-CZ)
- Move project overrides #333 (kyle-ssg)
- chore/install-git-with-beanstalk #331 (dabeeeenster)
- chore/Install git in Docker so we can install git based requirements.txt entries #330 (dabeeeenster)
- feat(archive): Add is_archived to /projects/{project_pk}/features/ #329 (gagantrivedi)
- fix(influx-exceptions): catch all influx generated exceptions #328 (gagantrivedi)
- chore/restore project overrides #327 (dabeeeenster)
- chore/restore project overrides #326 (dabeeeenster)
- Restore overrides #325 (dabeeeenster)
- Update python documentation displayed in the frontend #315 (GameGamer43)
- Update php documentation displayed in the frontend #314 (GameGamer43)
- feat(sync_with_dynamo): Add methods to sync environment and identities with dynamodb #284 (gagantrivedi)
- improvement/highlight-over-plan-accounts #266 (dabeeeenster)