Skip to content

Release 2.9.1

Compare
Choose a tag to compare
@vangie vangie released this 16 Jan 03:42
· 693 commits to master since this release

变更日志:

  1. 修复了 fun local 在 windows 下的若干问题
  2. 更新了英文文档的链接
  3. deploy 子命令支持 -t—template 参数指定模板文件
  4. 增加 install 子命令以简化依赖安装。
    1. 支持安装 apt 和 pip 包,带上 --save 参数可以保存安装指令到 fun.yml 文件中。
    2. 不带参数的 fun install 子命令,依次执行 fun.yml 中的 task。目前 task 有三种,apt、pip 和 shell。
    3. fun install init 可以初始化一个 fun.yml 文件。
    4. install 子命令安装的依赖会被放置到 .fun 目录下,local 和 deploy 子命令会添加相应的环境变量。
  5. 增加 RDS、MNSTopic 和 TableStore 触发器的英文规格说明

Changelog:

  1. fix some bug of fun local in Windows.
  2. update links text in English docs.
  3. add -t, —template option to deploy subcommand to specific template file.
  4. add install subcommand to simplify dependencies installation
    1. support install apt and pip package, with —save option could save task into fun.yml file.
    2. running fun install without any arguments will execute task of fun.yml step by step. supported tasks: apt, pip and shell
    3. fun install init could initialize a fun.yml file.
    4. installed files are placed into .fun directory, local and deploy subcommand will add necessary Environment variables.
  5. add RDS, MNSTopic and TableStore trigger English spec.

Download:

fun-v2.9.1-linux-x64.zip
fun-v2.9.1-linux-x86.zip
fun-v2.9.1-macos-x64.zip
fun-v2.9.1-macos-x86.zip
fun-v2.9.1-win-x64.exe.zip
fun-v2.9.1-win-x86.exe.zip