CLIBETA 1.0.0-beta.5
22 documented changes.
- Version
- 1.0.0-beta.5
- Released
- Jun 1, 2023
- Product
- Unity Gaming Services
CLIBETA 1.0.0-beta.5
Updates
- Feature
Added: Added Batching to import and deploy to help prevent "Too Many Requests" error.
- Feature
Added: Cloud Code Modules now support `import` and `export` commands.
- Feature
Added: Cloud Code Scripts now support `import` and `export` commands.
- Feature
Added: Lobby now supports `import` and `export` commands.
- Feature
Added: Leaderboards now support `import` and `export` commands.
- Feature
Added: Remote Config now supports `import` and `export` commands.
- Feature
Added: Alpine build now added to the release.
- Change
[Breaking Change]: Cloud Code `list` command for Modules and Scripts is more descriptive. [Breaking Change]: Messages are directed to StdErr and Output into Stdout. [Breaking Change]: Cloud Code create, delete, get, list, new-file, publish and update commands are now under a parent command `scripts` and can be called with `cloud-code scripts ` . [Breaking Change: Deploy and Fetch output have been modified to match each other.
- Improvement
Statuses have been updated to reflect what is happening in the editor.
- Change
Changed: Using standardized output for all Import/Export implementations.
- Fix
Fixed: Cloud Code files that failed to read now reported properly in the output.
- Fix
Fixed: Cloud Code deleted files properly reported in the Deploy output.
- Fix
Fixed: Remote Config Entries properly reported in the Deploy output.
- Fix
Fixed: Remote Config Fetch properly bubbles issues in loading files.
- Fix
Fixed: An issue where fetching a file from Cloud Code that had no parameters would keep appending `module.exports.parameters = {}` .
- Fix
Fixed: Using Cloud Code fetch and deploy multiple times no longer appends new lines.
- Fix
Fixed: Improved error handling to provide more detail on certain unhandled exceptions.
- Fix
Fixed: Cloud Code script with invalid parameters will fail to fetch and show in the "failed" result section.
Added:
- Feature
[Breaking Change]: This option is mandatory when using the `--reconcile` flag.
Changed:
- Change
This is to disambiguate output regarding files with same name, but different path.
- Change
This allows to pipe individual parts such as `ugs cmd 1>output 2>logs.txt` .
- Change
In both JSON and regular formats.