From 7d0ece6ab12118b190d223f7fbe78afa5122c0e6 Mon Sep 17 00:00:00 2001 From: Alexey Kremsa Date: Wed, 24 Jun 2020 18:23:25 +0300 Subject: [PATCH] Added GameServerCaching description to site docs --- site/content/en/docs/Guides/Client SDKs/_index.md | 2 ++ site/content/en/docs/Guides/feature-stages.md | 1 + 2 files changed, 3 insertions(+) diff --git a/site/content/en/docs/Guides/Client SDKs/_index.md b/site/content/en/docs/Guides/Client SDKs/_index.md index a7299d0ab6..e38258159d 100644 --- a/site/content/en/docs/Guides/Client SDKs/_index.md +++ b/site/content/en/docs/Guides/Client SDKs/_index.md @@ -163,6 +163,8 @@ the `message GameServer`. For language specific documentation, have a look at the respective source (linked above), and the {{< ghlink href="examples" >}}examples{{< /ghlink >}}. +You can use `GameServerCaching` feature passed as a feature gate if you want a `GameServer` to be returned right after `GameServerFeature` is called. + ### Metadata Management #### SetLabel(key, value) diff --git a/site/content/en/docs/Guides/feature-stages.md b/site/content/en/docs/Guides/feature-stages.md index c1970f8e34..49ff2fda92 100644 --- a/site/content/en/docs/Guides/feature-stages.md +++ b/site/content/en/docs/Guides/feature-stages.md @@ -42,6 +42,7 @@ The current set of `alpha` and `beta` feature gates are: | Example Gate (not in use) | `Example` | Disabled | None | 0.13.0 | | [Port Allocations to Multiple Containers]({{< ref "/docs/Reference/gameserver.md" >}}) | `ContainerPortAllocation` | Enabled | `Beta` | 1.7.0 | | [Player Tracking]({{< ref "/docs/Guides/player-tracking.md" >}}) | `PlayerTracking` | Disabled | `Alpha` | 1.6.0 | +| [Game Server Caching]({{< ref "/docs/Guides/Client SDKs/_index.md#watchgameserver-function-gameserver" >}}) | `GameServerCaching` | Disabled | `Alpha` | 1.7.0 | *Multicluster Allocation was started before this process was in place, and therefore does not have a feature gate and cannot be disabled. {{% /feature %}}