-
Support for following languages versions:
- Node 14
- Go 1.15
- Ruby 2.7
Check out
fn init --help
for available runtime environments. -
Docker runtime and build image stamping in func.yaml for a language runtime.
- Routes have now been removed from fn and replaced with functions and triggers.
- The migrate command will upgrade your func.yaml to include a trigger section in place of
path
field. fn call
has been replaced withfn invoke
.
Please see Setting Functions Free Blog Post and Fn Project Tutorials for more information.