Skip to content

v0.5.12

Latest
Compare
Choose a tag to compare
@SanjayVas SanjayVas released this 31 Oct 18:48
· 10 commits to main since this release
9e0005b

Highlights

  • The EDP simulator allows custom EventGroup metadata to be specified. See #1880

Potentially Requiring Action

  • EDP Simulator EventGroup metadata is now supplied by the required --event-group-metadata option. See #1886 and the updated deployment guide.
    • The previous behavior was to set the metadata to the SyntheticEventGroupSpec specified in the --event-group-spec option.
    • The --event-group-metadata-type-url option is used to indicate the message type of the EventGroup metadata, which must be a known metadata type.
    • The simulator now has the same --known-event-group-metadata-type option as the Kingdom and Reporting API servers.

What's Changed

  • feat(edp-simulator)!: Specify EventGroup metadata via command-line option by @SanjayVas in #1886

Full Changelog: v0.5.11...v0.5.12