Skip to content

Releases: siddhi-io/siddhi-io-grpc

Siddhi IO gRPC Release 1.0.12

31 Mar 14:15
Compare
Choose a tag to compare

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

Full Changelog: v1.0.11...v1.0.12

Siddhi IO gRPC Release 1.0.10

22 Feb 05:00
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO gRPC 1.0.10 release contains log4j upgrade related changes.

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO gRPC Release 1.0.8

05 Dec 18:44
Compare
Choose a tag to compare

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

05 Dec 18:12
Compare
Choose a tag to compare

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

21 Nov 16:15
Compare
Choose a tag to compare

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

08 Nov 12:00
Compare
Choose a tag to compare

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

23 Oct 03:58
Compare
Choose a tag to compare

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

03 Oct 07:08
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Add retry for grpc-call-sink when server failure occurs

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO gRPC Release 1.0.2

30 Sep 18:56
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO gRPC 1.0.2 release contains some minor bug fixes and client jar to create custom Proto jar.

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO gRPC Release 1.0.1

27 Sep 16:31
Compare
Choose a tag to compare

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