Note: Please update all related AWS components to the latest versions to prevent dependency conflicts and ensure environment stability.
Updated AWSSDK.Core to version 3.7.202.6
Updated AWSSDK.Textract to version 3.7.200.37
Updated .Net framework version to 4.8
Updated AWSConnectorSharedComponents dll
In this version:
7 new static entities to manage static data sent and returned from the service. Bellow is the list with the name of static entities created:
FeatureTypeAnalysis
RelationshipsType
SelectionStatus
TextractBlockType
TextractEntityType
TextractStatus
TextractTextType
Validation was added to all public methods inside the connector, instead of transparently sending everything to the AWS service.
There is a new TextractRequestValidation exception to manage the validation output
This validation acts on:
mandatory fields
integer ranges
string length
<breaking change> Updated all structures to use the created static entities identifier, instead of returning a text value. Below is the list with the name of updated structures:
FeatureType
BlockItem
BlockType
JobStatus
RelationshipType
SelectionStatusType
TextType