This PR adds support for updating either all or only the latest version of a member when type 1 updates are being performed to SlowlyChangingDimension to fix issue #64. The updated versions are still being deleted from the cache which probably is not necessary, but since deleting them from the cache should always be safe I have opted for not optimizing the caching until after the code that performs the type 1 updates is done, tested, and reviewed.
This PR adds support for updating either all or only the latest version of a member when type 1 updates are being performed to
SlowlyChangingDimension
to fix issue #64. The updated versions are still being deleted from the cache which probably is not necessary, but since deleting them from the cache should always be safe I have opted for not optimizing the caching until after the code that performs the type 1 updates is done, tested, and reviewed.