From 2490b6f8f97adbf870cccff25467a96ee0e4849e Mon Sep 17 00:00:00 2001 From: Adrian Krupa Date: Tue, 19 May 2026 12:30:15 +0200 Subject: [PATCH] Update Relativity.Import.SDK to 1.7.4 --- Relativity.Import.Models.SDK.md | 5 +++++ Relativity.Import.SDK.md | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/Relativity.Import.Models.SDK.md b/Relativity.Import.Models.SDK.md index 4d417da..fa8f89e 100644 --- a/Relativity.Import.Models.SDK.md +++ b/Relativity.Import.Models.SDK.md @@ -4,6 +4,11 @@ The Relativity Import Models SDK package contains contracts models for interacting with Relativity Import APIs via .NET. +## v1.7.4 + +### Release Notes +* Version up to synchronize with Relativity.Import.SDK + ## v1.2.1 ### Release Notes diff --git a/Relativity.Import.SDK.md b/Relativity.Import.SDK.md index 6809ec1..f8566b1 100644 --- a/Relativity.Import.SDK.md +++ b/Relativity.Import.SDK.md @@ -4,6 +4,15 @@ The Relativity Import SDK package contains interfaces for interacting with Relativity Import APIs via .NET. +## v1.7.4 + +### Release Notes + +* Extended FieldMapping with MayContainTranscript property for long text fields, including Extracted Text. Added WithTranscript/WithoutTranscript builder methods. +* Added DocumentsImported option to ProgressElementAllowedNames for image import progress tracking. +* Added DetailedProgress property to ImportProgress model with a list of ProgressElement objects to track progress across subsequent import stages. +* Updated ImageSettingsBuilder to enforce that extracted text cannot be enabled together with production import. + ## v1.2.1 ### Release Notes