Releases: Alvearie/hri-mgmt-api
Releases · Alvearie/hri-mgmt-api
v3.2-3.1.2
- Update Golang packages to latest versions to address vulnerabilities
- Update Ruby gems to latest versions to address vulnerabilities
v2.1-2.1.7
- Update Golang packages to latest versions to address vulnerabilities
- Update Ruby gems to latest versions to address vulnerabilities
1.2.7
- Update Golang packages to latest versions to address vulnerabilities
- Update Ruby gems to latest versions to address vulnerabilities
v3.2-3.1.1
- 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
First Alvearie release of v2.x using new GitHub Actions workflow. Minor dependency updates.
v3.1-3.1.0
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
First Alvearie release using new GitHub Actions workflow. There were no substantive changes to the deployed code.
v3.0-3.0.0
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
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
hri_internal
authorization scope was added for the newprocessingComplete
andfail
Batch action endpoints
- The
v1.2.5
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 endpointintegratorId
was added to the Batch object