microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.7k stars 528 forks source link

[GC] Remove deprecated getBaseGCDetails #21963

Closed agarwal-navin closed 1 month ago

agarwal-navin commented 1 month ago

Reviewer guidance

This is targetting a test branch (test/gc-2.3). Since this has legacy alpha API breaking changes which are not allowed to be merged until v2.3, this is a workaround to get the changes reviewed and merged in a test branch. Later when breaking changes are allowed, these will get merged to main.

Description

getBaseGCDetails and related code were deprecatedmore than a year ago by https://github.com/microsoft/FluidFramework/pull/14196. This PR removes it.

agarwal-navin commented 1 month ago

@microsoft/fluid-cr-api Note that this is against a test branch and not main.