3 Star 6 Fork 2

Serverless Framework / Serverless Components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 6.78 KB
一键复制 编辑 原始数据 按行查看 历史
timqian 提交于 2020-12-02 15:56 . Release v3.4.3 (#847)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.4.3 (2020-11-23)

  • Update dashboard URL #846
  • Fix serverless deploy --target bug #845
  • Add serverless info support for nested template #842

3.4.2 (2020-11-23)

  • Revert v3.4.1

3.4.1 (2020-11-20)

  • Add Chinese translation for invalid commend error message
  • Do not send local credential to backend

3.4.0 (2020-11-19)

  • Help Chinese users to deploy normal express/koa/nuxtjs/nextjs APP easier
    • Auto generate serverless.yml when serverless deploy
    • Remind them where and how to change their code when necessary

3.3.1 (2020-11-09)

  • Add a new command for Chinese users to bind CAM roles: serverless bind role

3.3.0 (2020-10-28)

  • Remove app property requirement from sls publish (because it's app is determined on init)
  • Remove name and stage properties from root level serverless.yml
  • Remove inputs from the yaml file when running serverless remove
  • Remove support for single command deploys.

3.2.7 (2020-10-23)

  • For sls registry in China, use English description as fallback if no zh-cn description is found

3.2.6 (2020-10-22)

  • Convert the dash symbol in command to underscore symbol

3.2.5 (2020-10-21)

  • Feat: Add original src in inputs
  • Improve onboarding experience in cli:
    • Only show featured templates on sls registry (remove components)
    • Add hit about how to initialize template
    • Use Chinese description for templates

3.2.4 (2020-10-17)

  • Feat: Add a traceId into proxy for tracing a full-chain request

3.2.3 (2020-10-16)

  • Bug fix: Parsing CLI inputs with key-value object

3.2.2 (2020-10-15)

  • Feature: Add support for serverless.template.yml
  • Feature: Add detailed success/failure message for runAll of commands-cn
  • Upgrade @serverless/platform-client to v3

3.2.1 (2020-09-29)

  • Bug fix: Fix deployment error handling for dev mode

3.2.0 (2020-09-26)

  • Feature: Add parameters setting feature for Chinese users

3.1.5 (2020-09-25)

Maintanance improvements

  • Upgrade @serverless/platform-client-china to v2
  • Upgrade chalk to v4
  • Upgrade globby to v11
  • Upgrade got to v11
  • Upgrade strip-ansi to v6
  • Remove not used dependencies (uuid and ws)

3.1.4 (2020-09-23)

Maintanance improvements

  • Upgrade @serverless/platform-client to v2
  • Upgrade @serverless/utils to v2 (and drop @serverless/inquirer dependency)

3.1.3 (2020-09-09)

  • Feature: Supports passing inputs via the CLI

3.1.2 (2020-09-09)

  • Bug Fix: Session stop with an error reason should result in an error process exit status code
  • Bug Fix: Throw error when using plugins with components

3.1.1 (2020-08-31)

  • Bug Fix: As long as any config file existed(yml or yaml extension name), cli will write the name back to the origin file or create a new yml file for users in China

3.1.0 (2020-08-31)

  • Feature: Users in China can search case-insensitive name of components onboarding

3.0.0 (2020-08-28)

⚠ BREAKING CHANGES

  • Node.js version below v10 are no longer supported

Features

  • Drop support for Node.js versions below v10 (3afcc20)

2.34.9 (2020-08-28)

  • Bug fix: Fix dev mode deployment outputs

2.34.8 (2020-08-27)

  • Feature: When users in China init or use cli onboarding to create a new serverless project, the cli will repopulate the name variable into the app field of the yaml file.

2.34.7 (2020-08-21)

  • Dev Mode Fix: Fixes a bug that did not remove the agent from user applications when they disable Dev Mode. Since the agent was still running in prod apps, it was causing slow performance due to log/error streaming.

2.34.6 (2020-08-19)

Bug Fixes

2.34.5 (2020-08-05)

  • Adds unpublish command
  • Inherit app property from template root if exists

2.34.4 (2020-08-05)

Fix bug in init where process.cwd() was being used instead of the new directory, causing issues with configuration files.

2.34.3 (2020-08-05)

Fix dev mode

2.34.1 (2020-08-05)

Maintanance Update

2.34.0 (2020-08-05)

Features

  • Error handling improvements (Austen)

Bug Fixes

JavaScript
1
https://gitee.com/serverless-framework/Serverless-Components.git
git@gitee.com:serverless-framework/Serverless-Components.git
serverless-framework
Serverless-Components
Serverless Components
master

搜索帮助