flagsmith
flagsmith copied to clipboard
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
The overarching goal is to bump the dependency version to `^10.0.3` and make sure the tests pass. - [ ] Bump `flagsmith-flag-engine` to `^10.0.3`. - [ ] Add Django to...
If a segment override created for a multivariate feature with disabled feature state, the audit log won't get created, which affects environment document persistence. To reproduce: 1. Create a disabled...
- [ ] Replace Pydantic models with types added in https://github.com/Flagsmith/flagsmith-common/issues/128. - [ ] Move current engine mappers to `util.mappers.dynamodb` namespace. - [ ] Make sure the tests pass.
Sentry Issue: [FLAGSMITH-API-5DY](https://flagsmith.sentry.io/issues/7069598889/?referrer=github_integration) ``` StopIteration: File "users/models.py", line 284, in get_user_organisation return next( TypeError: %d format: a real number is required, not PermissionData (8 additional frame(s) were not displayed) ......
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
Add an FAQ section to our docs site to replace the current help.flagsmith.com.
## Description Critical component used for subscription and payment configuration. It makes sense to migrate it to modernize the codebase and improve type safety. ### Payment - Class component -...
The `identity.key` field in evaluation context schema is unused by SDK context mappers. Engine enrichment generates composite keys `{environment.key}_{identifier}` when field is omitted. ## Acceptance criteria - [ ] Remove...
Adding a placeholder FAQ Thanks for submitting a PR! Please check the boxes below: - [ ] I have added information to `docs/` if required so people know about the...
### Is your feature request related to a problem? Based on customer feedback, it might be good to look at how the UI for adding segment conditions is structured. We...