v0.21.0
This is a minor release containing few enhancements and fixes.
Changes
- Added support changing the request payload format in graphQL API #1526
- Dataloader improvements #1487 #1501
- Improved data type compatibility with all SQL databases #1496 #1424 #1465 #1467 #1469
- Add support to display the raw SQL query being fired along with the time it took to get the result. #1120
- Added a DockerCompose file for deploying SC with docker #1253
To see the complete list of enhancements/fixes, check out the v0.21.0 milestone.
Contributors
A special thanks to @narayandreamer for redesigning out website (link: https://spaceuptech.com)
Upgrade guide
Follow the steps to migrate from v0.20.0
and above:
- 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
. - Make sure you run
Reload Schema
inDatabase > Settings
for each SQL database you've added in SpaceCloud.
Ping us on #general of our Discord server, if you face any issues while migrating.