Skip to content

2.1.0

Choose a tag to compare

@saileshwar-skyflow saileshwar-skyflow released this 25 May 09:20
· 5 commits to main since this release
9228cd0

What's Changed

Deprecations (Backward Compatible)

  • update_log_level() has been re-added as a backward-compatible shim that delegates to set_log_level() and emits a deprecation warning. It was removed in the previous release by mistake.
  • redaction key in detokenize requests is now deprecated in favor of redaction_type. Both keys are accepted — redaction_type takes priority. Using redaction alone 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

  • errors field added to DeidentifyFileResponse, DeidentifyTextResponse, and ReidentifyTextResponse.

Full Changelog: 2.0.2...2.1.0