Skip to content

Releases: Alvearie/hri-api-spec

v3.2-2.0.3

18 Nov 19:30
06f1236
Compare
Choose a tag to compare
  • 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

26 Oct 16:45
70105db
Compare
Choose a tag to compare

First Alvearie release of v2.x using new GitHub Actions workflow.

v3.1-2.0.2

25 Oct 19:22
107b144
Compare
Choose a tag to compare

First Alvearie release of v3.x using new GitHub Actions workflow. Old GatewayError references were removed from the API specification.

v1.2.6

19 Oct 12:51
ff112dc
Compare
Choose a tag to compare

First Alvearie release using new GitHub Actions workflow. There were no changes to the API specification.

v3.0-2.0.1

31 Aug 15:34
Compare
Choose a tag to compare

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

31 Aug 15:33
Compare
Choose a tag to compare

This version includes additions to support validation. See the HRI documentation for more details.

  • Management API
    • The processingComplete and fail action endpoints were added for Batches
    • sendCompleted was added to the Batch status enumeration
    • The expectedRecordCount, actualRecordCount, invalidRecordCount, invalidThreshold, and failureMessage fields were added to the Batch object
  • Notifications
    • sendCompleted was added to the Batch notification status enumeration
    • The expectedRecordCount, actualRecordCount, invalidRecordCount, invalidThreshold, and failureMessage fields were added to the Batch notification schema
    • The invalid notification was added for records that fail validation

v1.2.0

31 Aug 15:26
Compare
Choose a tag to compare

This release includes several changes.

  • Management API
    • Authorization was added
    • metadata was added to the Batch sendComplete endpoint
    • integratorId was added to the Batch object
  • Notifications
    • integratorId was added to the Batch notification schema