Skip to content

v0.18.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@flovouin flovouin released this 08 Jun 14:45
· 33 commits to main since this release
f7e32c8

Features:

  • Add the google.pubSub.backfillPublishOptions configuration to override the Pub/Sub publish options used when backfilling events.
  • Add the google.cloudRun.eventBackfillServiceCloneConfig configuration. When set, project-scoped backfill triggers deploy a temporary internal-ingress copy of the Cloud Run service (one per trigger) instead of sending events to the live service, isolating the backfill load and scaling from production. The minInstanceCount, maxInstanceCount, and requestConcurrency properties override the scaling of the copy, which is deleted during backfill cleanup.