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.
PR #78 has some outstanding work to be done after merging. As @piotrmaslanka suggested, there are (mainly) 2 options:
Non-breaking change
Breaking change