Releases: Alvearie/hri-api-spec
Releases · Alvearie/hri-api-spec
v3.2-2.0.3
- Added vulnerability checks
- Updates to be compatible with Flink 1.14, the Temurin JDK distribution of Java, and Golang 1.17.
v2.1-2.0.2
First Alvearie release of v2.x using new GitHub Actions workflow.
v3.1-2.0.2
First Alvearie release of v3.x using new GitHub Actions workflow. Old GatewayError
references were removed from the API specification.
v1.2.6
First Alvearie release using new GitHub Actions workflow. There were no changes to the API specification.
v3.0-2.0.1
This release is to support migrating the Management API to a Kubernetes deployment. There were no substantive changes to the API specification.
v2.1-2.0.1
This version includes additions to support validation. See the HRI documentation for more details.
- Management API
- The
processingComplete
andfail
action endpoints were added for Batches sendCompleted
was added to the Batch status enumeration- The
expectedRecordCount
,actualRecordCount
,invalidRecordCount
,invalidThreshold
, andfailureMessage
fields were added to the Batch object
- The
- Notifications
sendCompleted
was added to the Batch notification status enumeration- The
expectedRecordCount
,actualRecordCount
,invalidRecordCount
,invalidThreshold
, andfailureMessage
fields were added to the Batch notification schema - The invalid notification was added for records that fail validation
v1.2.0
This release includes several changes.
- Management API
- Authorization was added
metadata
was added to the Batch sendComplete endpointintegratorId
was added to the Batch object
- Notifications
integratorId
was added to the Batch notification schema