Skip to content

Releases: unytics/bigfunctions

v0.36

15 May 13:37
Compare
Choose a tag to compare

Python Functions:

  • secret manager in function_py can save secret versions
  • cached values in datastore are not indexed

Full Changelog: v0.35...v0.36

v0.35

07 May 11:30
Compare
Choose a tag to compare
  • Fixed Errors when Testing python function which depend on cache.
  • Added {BIGFUNCTIONS_DATASET_REGION} as system variable in yaml files.
    • It will be replace by the dataset region when deploying.
    • Enables to use information_schema with region prefix

Full Changelog: v0.34...v0.35

v0.34

15 Apr 16:01
5b4295a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33...v0.34

v0.33 fix tests

11 Apr 15:50
5ed9df7
Compare
Choose a tag to compare

Fix bigfun test so that it works when there are no surrounded quotes

v0.32

02 Apr 21:35
Compare
Choose a tag to compare

Improvement

  • No more need to put single quotes + double quotes around strings example arguments in yaml. This change is retrocompatible and should not break with yaml files which still have them.

Full Changelog: v0.31...v0.32

v0.31

19 Mar 09:24
Compare
Choose a tag to compare

Test github action create release

Full Changelog: v0.30...v0.31

v0.30

19 Mar 09:19
Compare
Choose a tag to compare

Test github action create release

Full Changelog: v0.29...v0.30

v0.29

19 Mar 09:02
Compare
Choose a tag to compare

Test github action create release
Full Changelog: v0.28...v0.29

v0.28

19 Mar 08:55
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary parentheses around sqlfunction and update sql_funct template by @julienawonga in #192
  • 2.1- Docs enrichment with Excepted format of sql and python yml file functions by @julienawonga in #191

New Contributors

Full Changelog: v0.27...v0.28

v0.27

11 Mar 19:14
a656f1f
Compare
Choose a tag to compare

Removed debug stuff