v0.11.0
Summary
- Added support of count, upsert, increment, multiply, min, max operations to SQL
- Added Space Cloud Explorer to Mission Control
- Restructured config of functions module to make it more flexible
- Added support of
default
service anddefault
function to security rules offunctions
module
Explorer
The Mission Control UI now comes packed with a Space Cloud Explorer. This Explorer lets you run javascript code so that you can try Space Cloud APIs without having to set up any project. The api
object is available to all requests made by Explorer
Breaking Changes
The config of functions
module has been broken to make it flexible and future ready. The rules
have been renamed to services
which is a map of services where each service
holds a map of functions
where each function
holds a rule
field whose value is nothing but the rule
object.