Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Relativity.Import.Models.SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions Relativity.Import.SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down