Skip to content

v0.3.0

Compare
Choose a tag to compare
@SanjayVas SanjayVas released this 27 Jun 21:16
· 671 commits to main since this release
1c7950d

Highlights

  • The panel-exchange-client repository has been merged into this one.
    • Example panel exchange daemon container images are now published to GitHub packages (see #1079)
  • Exchange API resources are now covered by retention policy enforcement jobs (see #1027)
  • The EDP simulator ignores Requisitions for other MeasurementConsumers (see #1067)
  • cross-media-measurement-api has been updated to v0.36.0
  • The LLv2 Mill supports multi-threaded operations. The dev and local configurations use 2 threads by default. See #1039

Potentially Requiring Action

  • Breaking changes to the public API for AIP conformance.
    • CreateMeasurementRequest now has a required parent field (see world-federation-of-advertisers/cross-media-measurement-api#135)
    • ListEventGroupsRequest now has two patterns for its parent field (see world-federation-of-advertisers/cross-media-measurement-api#148)
      • If the caller is a DataProvider, the parent field must use the dataProviders/{data_provider}/eventGroups/{event_group} pattern. This is the canonical pattern for EventGroup resources.
      • If the caller is a MeasurementConsumer, the parent field must use the measurementConsumers/{measurement_consumer}/eventGroups/{event_group} pattern
    • ListRequisitionsRequest now has two patterns for its parent field (see world-federation-of-advertisers/cross-media-measurement-api#149)
      • If the caller is a DataProvider, the parent field must use the dataProviders/{data_provider}/requisitions/{requisition} pattern. This is the canonical pattern for Requisition resources.
      • If the caller is a MeasurementConsumer, the parent field must use the measurementConsumers/{measurement_consumer}/measurements/{measurement}/requisitions/{requisition} pattern.
  • Binary-compatible changes to the public API for AIP conformance.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0