- Make env vars match the ones on faastruby-cli
- Multiple calls to the same function no longer overwrite each other.
- Use Oj mode :compat when converting keyword arguments to JSON.
- Add
inspect
method for whenp
is called. Ex: p Constant.call - Added alias methods
value
-Constant.call.value
- Remove references to workspace from README, as the workspace name is not part of the URI path anymore.
- Only capitalize first letter when creating constant to assign to fulction call
- Add support for faastruby 0.5
- Improved response string from invoked function when there's an error.
- Catch method missing calls and try them against the result once it arrives
- Pass a block when calling a function and the code will be executed when the function responds, and the block's return value will replace the function's response body
- Redesigned UX for calling of external functions
- Add test helper to stub invoke()
- Disable SSLv2, v3 and compression when calling invoke.