Skip to content

Releases: unytics/bigfunctions

v0.14: Doc Generation Revisited

08 Nov 10:00
Compare
Choose a tag to compare

BREAKING CHANGES

The documentations generation mecanism CHANGED for the page listing bigfunctions.

BEFORE

  • We used to define bigfunctions categories in each bigfunction yaml file
  • The categories to show in the page listing bigfunctions were loaded from mkdocs.yml config.

NOW

  • There is no category field in bigfunction yaml file anymore
  • The bigfunctions yaml files can be put in subfolders.
  • These subfolders are like the old categories, they enable to group functions
  • By default, all subfolders are included in the page listing bigfunctions
  • You can configure this in the front matter of bigfunctions/README.md.

v0.13

06 Nov 15:30
Compare
Choose a tag to compare

Enabled the possiblity to put functions in subfolders

v0.12

09 Oct 22:42
Compare
Choose a tag to compare
  • Add bigfunction_dataset_location variable available in python function

v0.11

07 Oct 07:55
Compare
Choose a tag to compare

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

v0.9

02 Oct 11:15
Compare
Choose a tag to compare

BUGFIX
fixed package_data issues in setup.py

v0.8

30 Sep 14:22
Compare
Choose a tag to compare

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)

Bug Fix

  • Fixed bad dependencies

v0.7

24 May 10:17
Compare
Choose a tag to compare

fix error when quota config is undefined

v0.6

13 May 15:00
Compare
Choose a tag to compare

accept python 3.6+

v0.5

13 May 12:51
Compare
Choose a tag to compare
v0.5