All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.6.0 (2022-05-09)
- Add support for Node.js 16 and Go 1.16 Runtimes (#285) (24e62d8) (Mark Davydov)
- Add support for secrets manager environment variables (#287) (4e59429) (Christopher Chow)
- Support
provider.minInstances
(#283) (66ba98f) (Jorge Montanez)
4.5.0 (2021-11-25)
- Recognize
python39
runtime (#278) (1dfcab0) (Harry Robbins) - Support new Serverless Framework variables resolver (#280) (65cf774) (Mariusz Nowak)
- Update Cloud Functions locations lit (#274) (390bba5) (Eric Ho)
4.4.0 (2021-09-03)
- Support
provider.vpcEgress
configuration (#271) (269df15) (Federico Rodríguez)
4.3.0 (2021-08-03)
- Support retry failure policy for event based functions (#247) (6ab7711) (Flavio Peralta)
4.2.0 (2021-06-17)
- Add support for http events in invoke local (#264) (446d161) (Corentin Doue)
4.1.0 (2021-06-07)
- Add support for invoke local (#258) (9e07fed) (Corentin Doue)
- CLI option
count
type deprecation warning (#257) (8b97064) (Michael Haglund)
4.0.0 (2021-04-12)
- Node.js version 10 or later is required (dropped support for v6 and v8)
- Default runtime has been changed to
nodejs10
- 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) jeremy.bao@pwc.com Co-authored-by: zxhaaa zxhaaa@hotmail.com Co-authored-by: Peachey_Chen mr_robot2015@foxmail.com
- 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)