Skip to content

Releases: Flagsmith/flagsmith

Version 2.11.2

26 Nov 11:20
37010bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v2.11.2

Version 2.11.1

19 Nov 13:13
10be26c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

Version 2.11.0

18 Nov 09:57
8d65f79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.3...v2.11.0

Version 2.10.3

04 Nov 22:02
6eec783
Compare
Choose a tag to compare

Beanstalk has problems pulling python packages from Github. #478

Version 2.10.2

02 Nov 17:26
f75d7e7
Compare
Choose a tag to compare

What's Changed

Version 2.10.1

02 Nov 16:44
7333ec5
Compare
Choose a tag to compare

Fixed bugs:

  • Return 200 if webpack assets don't exist
  • Pin flag engine to resolve issues in imports

Version 2.10.0

02 Nov 15:33
8be5ffe
Compare
Choose a tag to compare

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:

Version 2.9.4

04 Oct 12:38
5fa4907
Compare
Choose a tag to compare

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

29 Sep 13:57
fc48482
Compare
Choose a tag to compare

Hotfix for slow Trait query

Version 2.9.2

29 Sep 09:08
b1dcf6d
Compare
Choose a tag to compare

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 and demo_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: