Skip to content

v0.16.0

Choose a tag to compare

@flovouin flovouin released this 21 Apr 15:05
· 100 commits to main since this release
756eb93

Breaking changes:

  • Align with @causa/workspace-core's async-iterable backfilling contract. Drop the BigQueryEventsSource and PubSubBackfillEventPublisher classes (and the ./backfilling subpath), replaced by the EventTopicCreateBackfillSourceForBigQuery workspace function and inlined Pub/Sub publishing in EventTopicBrokerPublishEventsForGoogle.
  • Support the new project-scoped trigger format in EventTopicBrokerCreateTriggerForCloudRun, on top of the existing URI string.

Features:

  • Add the google.cloudRun.eventBackfillServiceName configuration, overriding the Cloud Run service targeted by project-scoped backfill triggers.