Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@tgerulaitis tgerulaitis released this 25 Jul 10:42
f92cb35

Breaking changes

  • GCP_PROJECT environment variable added by Cloud Seed has been renamed to CLOUD_SEED_PROJECT. Update any references to it in function code.
  • GCP_REGION environment variable added by Cloud Seed has been renamed to CLOUD_SEED_REGION. Update any references to it in function code.
  • NODE_ENV environment variable added by Cloud Seed has been renamed to CLOUD_SEED_ENVIRONMENT. Update any references to it in function code. Note: GCP always sets the NODE_ENV environment variable to production for deployed functions, which may affect how any NPM dependencies you have installed function.

Added

  • Environment-level function configuration overrides in runtimeConfig

Fixed

  • GCP_PROJECT and NODE_ENV environment variables are reserved in GCP and can not be set by the user

Full Changelog: v2.1.0...v3.0.0