Releases: siddhi-io/siddhi-io-grpc
Siddhi IO gRPC Release 1.0.12
What's Changed
- Update grpc version to 1.44.1 by @AnuGayan in #38
- Temporarily disable failing test cases until updating Java version in the builder by @senthuran16 in #39
- Fix runtime issue by @dnwick in #37
New Contributors
- @AnuGayan made their first contribution in #38
- @senthuran16 made their first contribution in #39
Full Changelog: v1.0.11...v1.0.12
Siddhi IO gRPC Release 1.0.10
Siddhi IO gRPC Release 1.0.8
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gRPC 1.0.8 release decreases its artifact size by avoid bundling protobuf dependency.
Improvements & Features
- No new features included
- Improve documentations
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO gRPC Release 1.0.7
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gRPC 1.0.7 release contains some documentation improvements.
Improvements & Features
- No new features included
Complete Changes
Please find the complete changes [here(https://github.com/siddhi-io/siddhi-io-grpc/compare/v1.0.6...v1.0.7)
Download
Download the release from here
Siddhi IO gRPC Release 1.0.6
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gRPC 1.0.6 release contains some improvements related to handling SSL communication between Siddhi and gRPC server.
Improvements & Features
- Support one way SSL when the user only gives the Keystore (#24)
Complete Changes
Please find the complete changes [here(https://github.com/siddhi-io/siddhi-io-grpc/compare/v1.0.5...v1.0.6)
Download
Download the release from here
Siddhi IO gRPC Release 1.0.5
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gRPC 1.0.5 release contains some improvements related to default key store handling and improvements for gRPC pause and resume functionalities.
Bug Fixes
- Implement resume/pause method for sources to avoid data inconsistency when performing snapshot persistence (#22)
- Use the keystores in the runtime as defaults (#23)
Complete Changes
Please find the complete changes [here(https://github.com/siddhi-io/siddhi-io-grpc/compare/v1.0.4...v1.0.5)
Download
Download the release from here
Siddhi IO gRPC Release 1.0.4
This Release is compatible with Siddhi 5.x.x
Overview
This version supports to read SSL configuration details from the deployment yaml file.
Allows to read gRPC SSL configuration details from the deployment yaml file. If SSL enabled and grpc query parameters not given by the user, deployment yaml file will be considered to retrieve relevant parameters. Otherwise default SSL configuration values will be taken.
Below are the configuration parameters that can provide using deployment yaml file:
- keyStoreFile : (Path for the key store file)
- keyStorePassword : (Relevant password for the store file)
- keyStoreAlgorithm : (Encryption algorithm to be used for client authentication)
- trustStoreFile : (Path for the trust store file)
- trustStorePassword : (Relevant password for trust store file)
- trustStoreAlgorithm : (Encryption algorithm to be used for server authentication)
Complete Changes
Please find the complete changes [here(https://github.com/siddhi-io/siddhi-io-grpc/compare/v1.0.3...v1.0.4)
Download
Download the release from here
Siddhi IO gRPC Release 1.0.3
Siddhi IO gRPC Release 1.0.2
Siddhi IO gRPC Release 1.0.1
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gPRC 1.0.1 release contains bug fixes related to dependency bundle loading and exception handling.
Bug Fixes
- Fix dependency bundles packaging to run in OSGI environment (#10)
Complete Changes
Please find the complete changes here
Download
Download the release from here