Although I cannot find confirmation of the following in the O365 API documentation, it looks like the ContentID of the bundles represents an immutable set of events.
This allows us to massively simplify the deduping, greatly reducing the memory footprint.
Type of change
[x] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description of the change
Although I cannot find confirmation of the following in the O365 API documentation, it looks like the ContentID of the bundles represents an immutable set of events.
This allows us to massively simplify the deduping, greatly reducing the memory footprint.
Type of change