1.0.0 (2025-05-19)
Features Added
- Introduced
DeidentificationCustomizationOptions
andDeidentificationJobCustomizationOptions
models.- Added
surrogate_locale
field in these models. - Moved
redaction_format
field into these models.
- Added
- Introduced
overwrite
property inTargetStorageLocation
model, which allows a job to overwrite existing documents in the storage location.
Breaking Changes
- Changed method names in
DeidentificationClient
to match functionality:- Changed the
deidentify
method name todeidentify_text
. - Changed the
begin_create_job
method name tobegin_deidentify_documents
.
- Changed the
- Renamed the property
DeidentificationContent.operation
tooperation_type
. - Deprecated
DocumentDataType
. - Changed the model
DeidentificationDocumentDetails
:- Renamed
input
toinput_location
. - Renamed
output
tooutput_location
.
- Renamed
- Changed the model
DeidentificationJob
- Renamed
name
tojob_name
. - Renamed
operation
tooperation_type
.
- Renamed
- Renamed the model
OperationState
toOperationStatus
. - Changed
path
field tolocation
inSourceStorageLocation
andTargetStorageLocation
. - Changed
outputPrefix
behavior to no longer includejob_name
by default. - Deprecated
path
andlocation
fromTaggerResult
model.