Fluxzero 1.56.0
1.56.0 (2025-12-11)
Features
feat(proxy): add namespace selection for inbound web requests (
67ed5f2)Introduce support for the `Fluxzero-Namespace` header.
If the header is present, its value determines the target namespace.When `FLUXZERO_PROXY_JWKS_URL` is configured, the header value must be a
valid JWT. The proxy verifies the token via the JWKS endpoint and extracts
the namespace from its subject claim.- feat(namespace): add support for namespace-scoped gateways (
8c70b27) - feat(namespace): add support for namespace-scoped clients and tracking configurations (
22d56ba)
Code Refactoring
- refactor(namespace): rename `projectId` to `namespace` across test server and SDK (
3bdc5c6)