github.com/fnproject/cli@v0.0.0-20240508150455-e5d88bd86117/RELEASES.md (about)

     1  
     2  # Releases
     3  
     4  ## v 0.6.31
     5  
     6  * Enabling support for node20
     7  * Removing support for node16, node 14
     8  
     9  ## v 0.6.30
    10  * 
    11  * Fix security vulnerability issue
    12  * Remove Ruby 2.7 support
    13  
    14  ## v 0.6.26
    15  
    16  * Enabling support for node18, node16, go1.19, go1.18, ruby3.1.
    17  * Removing support for node11, go1.15, python3.6, python3.7
    18  
    19  ## v 0.6.25
    20  
    21  * Support for multiple shapes(architectures) functions images: 
    22    * x86 (default)
    23    * arm
    24    * multiarch (x86, arm)
    25    
    26  * cli now is supported on `Arm Linux` as well.
    27  
    28  
    29  ## v 0.6.24
    30  
    31  * Allowing `fn inspect functions` and `fn list functions` for PBF(Pre-Built Functions) function with empty image and digest field. By default, it was not supported. 
    32    
    33    Note: If you have functions created using Pre-Built Functions, then please upgrade to this version to have fn list and fn inspect  work properly
    34  
    35  
    36  ## v 0.6.7
    37  
    38  * Support for following languages versions:
    39      * Node 14
    40      * Go 1.15
    41      * Ruby 2.7
    42    
    43      Check out `fn init --help` for available runtime environments.
    44  * Docker runtime and build image stamping in func.yaml for a language runtime. 
    45  
    46  ## v 0.4.156
    47  
    48  * Routes have now been removed from fn and replaced with functions and triggers.
    49  * The migrate command will upgrade your func.yaml to include a trigger section in place of `path` field.
    50  * `fn call` has been replaced with `fn invoke`.
    51  
    52  Please see [Setting Functions Free Blog Post](https://medium.com/fnproject/setting-functions-free-15d063be72bf) and [Fn Project Tutorials](http://fnproject.io/tutorials/) for more information.