-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move SDKWatchSendOnExecute
to Beta stage.
#1960
Move SDKWatchSendOnExecute
to Beta stage.
#1960
Conversation
Build Succeeded 👏 Build Id: 1bde2c8d-8f0d-47e0-abb6-ac5e1a32193b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
| 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 | | ||
| [SDK Send GameServer on Watch execution]({{< ref "/docs/Guides/Client SDKs/_index.md#watchgameserverfunctiongameserver" >}}) | `SDKWatchSendOnExecute` | Disabled | `Beta` | 1.12.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In pkg/util/runtime/features.go
you changed the default to true, so this should say "Enabled" (or we should leave the default as disabled).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦🏻 Good catch! Will fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..and done!
Switch `SDKWatchSendOnExecute` to true by default, and update the documentation and testing. Closes googleforgames#1904
c696bdf
to
19c7c54
Compare
Build Succeeded 👏 Build Id: 1eb9130f-46f9-45b2-aeae-de7c31823eb9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind breaking
What this PR does / Why we need it:
Switch
SDKWatchSendOnExecute
to true by default, and update the documentation and testing.Which issue(s) this PR fixes:
Closes #1904
Special notes for your reviewer: