Commit dc5f260
committed
refactor(sandbox): migrate client methods to object parameter signature with deprecation warnings
This change updates all SandboxClient methods to use object parameters instead of multiple individual parameters. The old function signatures are maintained as deprecated overloads to ensure backward compatibility while logging deprecation warnings. This provides a smoother migration path for existing users while adopting more maintainable and flexible method signatures.
所有的 SandboxClient 方法已更新为使用对象参数而不是多个单独参数。旧函数签名作为已弃用的重载保留以确保向后兼容性,同时记录弃用警告。这为现有用户提供了更平滑的迁移路径,同时采用更易维护和灵活的方法签名。
BREAKING CHANGE: Some method signatures have changed from positional parameters to object parameters. The old signatures are maintained as deprecated overloads with warnings.
某些方法签名已从位置参数更改为对象参数。旧签名作为已弃用的重载保留并带有警告。
Change-Id: I9a30b5b4c6b73d00735013ab0d778ca985db8cf2
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 783beb0 commit dc5f260
4 files changed
Lines changed: 567 additions & 105 deletions
0 commit comments