Skip to content

Releases: carnesen/google-cloud

carnesen-google-cloud-0.4.0 (2023-01-28)

28 Jan 15:29
Compare
Choose a tag to compare
  • Performance: Call site.create in parallel. This dramatically speeds up the deployment of a multi-site app.

carnesen-google-cloud-0.3.0 (2022-02-26)

26 Feb 07:20
Compare
Choose a tag to compare
  • Upgrade to Node.js 16 both in this project and in deployed App Engine ones

0.2.0 - 2020-09-13

14 Sep 02:21
Compare
Choose a tag to compare

Added

  • deployApp option requireResolve, passed into Asset

Breaking

  • Drop support for Node.js 10 for running this library

Internal

  • Convert tabs to spaces in source code
  • Update dependencies

0.1.0

27 May 05:40
a9e618a
Compare
Choose a tag to compare

Breaking

  • Drop support for Node.js 8 for using this library
  • Deploy siteType=nodejs as nodejs8 nodejs12 runtime

Internal

  • Use ESLint instead of TSLint
  • Use GitHub Action instead of Travis CI