2.1.0
What's Changed
Deprecations (Backward Compatible)
update_log_level()has been re-added as a backward-compatible shim that delegates toset_log_level()and emits a deprecation warning. It was removed in the previous release by mistake.redactionkey in detokenize requests is now deprecated in favor ofredaction_type. Both keys are accepted —redaction_typetakes priority. Usingredactionalone emits a deprecation warning.- Positional arguments in
FileUploadRequest(table, skyflow_id, column_name)are deprecated. Callers should migrate to keyword arguments. A deprecation warning is emitted when the old positional order is used.
New
errorsfield added toDeidentifyFileResponse,DeidentifyTextResponse, andReidentifyTextResponse.
Full Changelog: 2.0.2...2.1.0