Skip to content

v0.11.0

Compare
Choose a tag to compare
@HeyItsJs HeyItsJs released this 21 Jul 16:52
· 1028 commits to master since this release

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 and default function to security rules of functions 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.