Enabled the possiblity to put functions in subfolders
0.12
- Add `bigfunction_dataset_location` variable available in python function
0.11
Small fixes:
- `bigfun test` for python function correctly uses `init_code` - doc: fix the replacement of `{BIGFUNCTIONS_DATASET}` in documentation - If you share your dataset to `allUsers` instead of `allAuthenticatedUsers`, it will work too share the function to `allAuthenticatedUsers`
0.9
**BUGFIX** fixed package_data issues in setup.py
0.8
This release brings the following features compared to v0.7:
**New Features** ~
- dockerfile base image is now configurable with dockerfile.image variable in yaml files. - `bigfun get` works with any url and not only bigfunction name from bigfunctions repo. - New type of function _aggregate function_ available - In remote function `user_project` variable is available and set to the project used by the user to trigger this function. - Cloud Run default settings changed to 512 MB for memory and `all` as ingress (to prevent hard to understand failures in function execution)