Skip to content

Release 26.1.4 → main#253

Merged
saileshwar-skyflow merged 26 commits into
mainfrom
release/26.1.4
May 25, 2026
Merged

Release 26.1.4 → main#253
saileshwar-skyflow merged 26 commits into
mainfrom
release/26.1.4

Conversation

@saileshwar-skyflow
Copy link
Copy Markdown
Collaborator

@saileshwar-skyflow saileshwar-skyflow commented May 25, 2026

Summary

  • Deprecated update_log_level() — re-added as a backward-compatible shim that emits a WARN log and delegates to set_log_level(). Removed in the previous release by mistake.
  • Deprecated redaction key in detokenize — both redaction and redaction_type are now accepted in detokenize request data. redaction_type takes priority; using redaction alone emits a WARN log.
  • Deprecated positional args in FileUploadRequest — old positional order (table, skyflow_id, column_name) now emits a WARN log. New callers should use keyword args.
  • errors field added to DeidentifyFileResponse, DeidentifyTextResponse, and ReidentifyTextResponse.
  • 100% unit test coverage — added tests for all public controllers, request/response models, and deprecation paths (line + branch coverage).

saileshwar-skyflow and others added 26 commits January 27, 2026 21:40
* SK-2504: add support for custom token uri
…rules-and-fix-hardcoded-values-in-python-v2-sdk

SK-2496: extract hard coded values to constants
* SK-2526: upgrate urllib3 and setuptools libraries
* SK-2548 update config validation

* SK-2548 fix the unit test cases
…e fixes (#242)

* SK-2833: Add backward-compatible deprecation shims for update_log_level and FileUploadRequest (#244)

* SK-2813: Fix and clean up SDK sample files (#243)
@saileshwar-skyflow saileshwar-skyflow merged commit 9228cd0 into main May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants