- 15 Feb 2019:
spatial local launch
,spatial cloud upload
andspatial cloud launch
no longer work with FPL projects anymore. Please use the respectivealpha
commands (spatial alpha local launch
,spatial alpha cloud upload
andspatial alpha cloud launch
) going forward.- Changed the signature of the
spatial alpha cloud upload
andspatial alpha cloud launch
CLI commands: Replaced all positional arguments with mandatory flags. For more information, please run the commands with the--help
flag. - Removed the
--optimize_for_runtime_v2
CLI flag and added a new--using_old_loadbalancer
flag forspatial alpha local launch
. We now optimize for the new Runtime by default. Please set the--using_old_loadbalancer
flag if you want to start a local deployment with the old Runtime. - Merged the content of the world configuration file (
world.json
) into the launch configuration. We no longer support using the world configuration file. - Added a
streaming_query_interval
field to the launch configuration. - Added a
launch_config
field in the project configuration. - Added
loginRateLimit
andconnectionCapacityLimit
fields to the client-worker configuration. - Added
launcherCommand
andlauncherArguments
fields to theuploadConfiguration
section of the client-worker configuration.
- 30 Jan 2019:
- Moved the snapshot file from
./shared
to./SpatialOS/snapshots
. - Added this changelog.
- Added a known issues section to the readme.
- Added a FAQ section.
- Upgraded the deployment launch configuration to use the
small
template.
- Moved the snapshot file from
- 29 Jan 2019: Upgraded code examples to use
spatial alpha local launch
,spatial alpha cloud upload
andspatial alpha cloud launch
. - 22 Jan 2019: Upgraded worker SDK version to
13.5.1
. - 21 Jan 2019: Added an upload configuration to the client-worker.