v0.16.0
Breaking changes:
- Align with
@causa/workspace-core's async-iterable backfilling contract. Drop theBigQueryEventsSourceandPubSubBackfillEventPublisherclasses (and the./backfillingsubpath), replaced by theEventTopicCreateBackfillSourceForBigQueryworkspace function and inlined Pub/Sub publishing inEventTopicBrokerPublishEventsForGoogle. - Support the new project-scoped trigger format in
EventTopicBrokerCreateTriggerForCloudRun, on top of the existing URI string.
Features:
- Add the
google.cloudRun.eventBackfillServiceNameconfiguration, overriding the Cloud Run service targeted by project-scoped backfill triggers.