Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 704 Bytes

RELEASES.md

File metadata and controls

20 lines (13 loc) · 704 Bytes

Releases

v 0.6.7

  • 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.

v 0.4.156

  • 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 with fn invoke.

Please see Setting Functions Free Blog Post and Fn Project Tutorials for more information.