-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
PR #78 has some outstanding work to be done after merging. As @piotrmaslanka suggested, there are (mainly) 2 options:
Non-breaking change
- Move feature flags to individual handlers (or giving each handler a snapshot of the current feature flags when the handler is created).
Breaking change
- Move away from feature flags to configuration on individual handlers.