From 0a122094f55ae81c87da1134f4ce17bd7c00344f Mon Sep 17 00:00:00 2001 From: Tamara Boehm Date: Fri, 27 Mar 2026 11:13:04 +0100 Subject: [PATCH] Document hash_based_routing feature flag --- listing-feature-flags.html.md.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/listing-feature-flags.html.md.erb b/listing-feature-flags.html.md.erb index adf086c0..0e28159a 100644 --- a/listing-feature-flags.html.md.erb +++ b/listing-feature-flags.html.md.erb @@ -70,7 +70,7 @@ To view and edit feature flags: ## Feature flags -Only admins can set feature flags. All flags are activated by default except `user_org_creation` and `diego_docker`. When deactivated, these features are only available to admins. +Only admins can set feature flags. All flags are activated by default except `user_org_creation`, `diego_docker` and `hash_based_routing`. When deactivated, these features are only available to admins. The following list provides descriptions of the features enabled or deactivate by each flag, and the minimum Cloud Controller API (CC API) version necessary to use the feature. <%= vars.api_version %>: @@ -86,6 +86,8 @@ The following list provides descriptions of the features enabled or deactivate b * `route_sharing`: Space Developers can share routes between two spaces (including across orgs) in which they have the Space Developer role. When deactivated, Space Developers cannot share routes between two spaces. Minimum CC API version: 3.117. +* `hash_based_routing`: Enable the hash-based load balancing algorithm for routing decisions to consistently direct traffic to the same app instance based on the hash from the request header. Minimum CC API version: 3.210. + * `service_instance_creation`: Space Developers can create service instances in a space. Minimum CC API version: 2.12. * `diego_cnb`: Space Developers can build apps with Cloud Native Buildpacks. Minimum CC API version 3.168.