v0.20.1
This is a minor release of Space Cloud that has a few improvements and bug fixes.
- Added bit(1) support in MySQL and fixed runner related errors when using gateway standalone #1453
- Optimized links to use native joins wherever possible #1422
- Added support to aggregate fields of joint tables #1421
To see the complete list of enhancements/fixes, check out the v0.20.1 milestone.
Upgrade guide
Follow the steps to migrate from v0.20.0
:
- Backup your current config using space-cli (
space-cli --project <project_id> get all /path/to/backup/dir
) - Backup setup configuration (
space-cli inspect sc-setup-config.yaml
) - Download the latest version of space-cli (Linux | Windows | Mac) and run
space-cli update -f sc-setup-config.yaml
.
Ping us on #general of our Discord server, if you face any issues while migrating.