enabled state via a set of rules.
We also introduced a new /evaluate/v1 set of API endpoints to evaluate both boolean and variant flags. The previous /api/v1/evaluate endpoints for evaluation are still available and will continue to work as before, however they will only work for variant type flags and should be considered deprecated.
/namespaces route (i.e.: /api/v1/namespace/{namespaceKey}/flags).
All previous endpoints without the /namespaces prefix still work as before (i.e.: /api/v1/flags), they simply resolve to using the default namespace.
See the Concepts: Namespaces section for more information.