Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 4.55 KB

Changelog

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

4.0.0 (2021-04-12)

⚠ BREAKING CHANGES

  • Node.js version 10 or later is required (dropped support for v6 and v8)

Features

Bug Fixes

3.1.1 (2020-08-27)

Bug Fixes

  • Deploy bucket in configured location (#227) (86494b4)
  • Fix deployment status when the function name is specified (#225) (251e1cf)

3.1.0 (2020-05-11)

Features

  • Support serviceAccount option for deployment (#215) (1164495)

Bug Fixes

  • Fix function name resolution on invoke (#216) (86d40aa)

3.0.0 (2020-04-01)

⚠ BREAKING CHANGES

  • Drop support for Node.js v6
  • Services deployed with v1 Beta cannot be updated with v1.

Co-authored-by: Jeremy Minhua Bao (US - ADVS) [email protected] Co-authored-by: zxhaaa [email protected] Co-authored-by: Peachey_Chen [email protected]

Features

  • Switch from CloudFunctions v1 beta to v1 (#206) (482ee0e)
  • Upgrade googleapis to latest version (#209) (ab0d8ba)

2.4.3 (2020-04-01)

Bug Fixes

  • Revert breaking switch from v1 beta to v1 CloudFunctions (#207) (fc1dbe2)

2.4.2 (2020-03-25)

2.4.1 (2020-02-28)

Bug Fixes