Skip to content

Releases: Alvearie/hri-mgmt-api

v3.2-3.1.2

03 Mar 16:56
ab687b1
Compare
Choose a tag to compare
  • Update Golang packages to latest versions to address vulnerabilities
  • Update Ruby gems to latest versions to address vulnerabilities

v2.1-2.1.7

03 Mar 20:35
7d1bfee
Compare
Choose a tag to compare
  • Update Golang packages to latest versions to address vulnerabilities
  • Update Ruby gems to latest versions to address vulnerabilities

1.2.7

03 Mar 20:33
5d2416a
Compare
Choose a tag to compare
  • Update Golang packages to latest versions to address vulnerabilities
  • Update Ruby gems to latest versions to address vulnerabilities

v3.2-3.1.1

19 Nov 14:28
f9bb08f
Compare
Choose a tag to compare
  • Add Github Workflows for CI/CD and testing.
  • Updates to be compatible with Flink 1.14, the Temurin JDK distribution of Java, and Golang 1.17.

v2.1-2.1.6

26 Oct 19:16
eddfef6
Compare
Choose a tag to compare

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

v3.1-3.1.0

26 Oct 13:29
30c256d
Compare
Choose a tag to compare

Minor Release with the following updates.

  • First Alvearie release of v3.x using new GitHub Actions workflow
  • Replaced Kafka client library with confluent-kafka-go, which also required changes to the configuration parameters
  • Upgraded several dependency libraries

v1.2.6

19 Oct 15:50
ac9a589
Compare
Choose a tag to compare

First Alvearie release using new GitHub Actions workflow. There were no substantive changes to the deployed code.

v3.0-3.0.0

02 Sep 17:47
Compare
Choose a tag to compare

This major release ports the code from IBM Functions to a standard web server using the Echo framework, to support Kubernetes deployments. There were no changes to the API specification. See the project README.md for implementation details.

v2.1-2.1.5

02 Sep 17:37
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
    • The hri_internal authorization scope was added for the new processingComplete and fail Batch action endpoints

v1.2.5

02 Sep 17:33
Compare
Choose a tag to compare

This release includes several changes.

  • Authorization using OAuth 2.0 was added to Batch endpoints, hri/tenants/<tenantId>/batches.
  • metadata was added to the Batch sendComplete endpoint
  • integratorId was added to the Batch object