All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2021-04-12)
- Node.js version 10 or later is required (dropped support for v6 and v8)
- Add schema validation (#252) (c332d3d) (Corentin Doue)
- Authentication and Logs (#244) (8a34b88) (Rothanak So & Mahamed)
3.1.1 (2020-08-27)
- Deploy bucket in configured location (#227) (86494b4)
- Fix deployment status when the function name is specified (#225) (251e1cf)
3.1.0 (2020-05-11)
3.0.0 (2020-04-01)
- 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]
- Switch from CloudFunctions v1 beta to v1 (#206) (482ee0e)
- Upgrade googleapis to latest version (#209) (ab0d8ba)
2.4.3 (2020-04-01)
2.4.2 (2020-03-25)
- Ensure to rely internally on v1 and not v1 Beta CloudFunctions API (#165) (Eisuke Kuwahata)
2.4.1 (2020-02-28)
- Bring back Node.js v6 support (#197) (f3b9881) (Mariusz Nowak)
- Fix handling of
maxInstances
setting (#199) (4ea8418) (holmerjohn)