client_v2.0.0-internal.1.4.9
This PR fixes an issue in the compressor in which the normalizer was unaware of the creation of unallocated final IDs (via cluster creation/expansion) and thus incorrectly allocated duplicate eager final IDs. This scenario occurs when range finalizing is slow (e.g. high latency network) and results in duplicate IDs being handed to the user of SharedTree. Co-authored-by: taylorsw04 <[email protected]>