Skip to content

v0.3.10

Compare
Choose a tag to compare
@ronpal ronpal released this 14 Nov 08:14
· 34 commits to main since this release
02c3cf3

cdf

Fixed

  • cdf auth verify no longer asks to update missing capabilities if there are no missing capabilities.
  • run function local now works with functions that are importing adjacent modules.
  • Environment variables were not replaced in Functions. This is now fixed.

Improved

  • run function local give a more informative error message if the function code cannot be imported.

  • run function local now automatically loads environment variables from .env file. This is useful if you want to
    run the run_check.py script manually, for example, in debug mode with your IDE.

    templates

    No changes