Releases: cfpb/django-flags
Releases · cfpb/django-flags
5.0.3
5.0.2
5.0.1
5.0.0
- Remove Django 1.11 support and cleanup for 5.0.0 release #68
- Add validator support to condition registration and FlagStateForm #61
- Raise MiddlewareNotUsed in deprecated FlagConditionsMiddleware #66
- Remove unsupported django-debug-toolbar version #64
- Add support for Django 3.0 #58
- Deprecate middleware, instead lazily cache flags #60
- Clarify docs for anonymous condition #54
See https://cfpb.github.io/django-flags/releasenotes/ for more.
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
- Add logging to flag state checking #40
- Provide clarity around when feature flag state can be checked #39
- Add a Feature Flags panel for Django Debug Toolbar #36
- Fix supported versions of Django in README #44
- Fix link to conditions API #42
- Add notes to the docs about fallback view arguments #38
- Clarify the decorators example in docs #33
- Document the flagged-class-based view API #32