Releases: siddhi-io/siddhi-io-http
Siddhi IO HTTP 2.3.5 Release
Siddhi IO HTTP 2.3.4 Release
Siddhi IO HTTP 2.3.1 Release
Siddhi IO HTTP Release 2.2.0
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO HTTP 2.2.0 release contains some improvements related HTTP sink connection logic and also fixes to align with general fault stream capabilities of Siddhi.
Bug Fixes
- Make http-call sink to have the default on.error behavior. Breaks behavior, as when endpoint for http-call is not available events are not passed with 500 status code anymore, but rather wait/log/sent to the error stream. (#157)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO HTTP Release 2.1.2
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO HTTP 2.1.2 release contains some improvements related HTTP sink retry logic.
Bug Fixes
- Refactor connection retry logic for Http sink (#151)
- Issue in the OSGI bundle activator exception handling/logging (#152)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO HTTP Release 2.1.1
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO HTTP 2.1.1 release contains some improvements related HTTP Sink functionalities.
Features & Improvements
- Add support to disable ssl verification (#149)
- Add support for Blocking IO for durable messaging (#150)
Bug Fixes
- Bump dependent transport http version and related bug fixes (#149)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO HTTP Release 2.1.0
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO HTTP 2.1.0 release contains various bug fixes related to HTTP Sink functionalities.
Highlights
- Depreciate http-request and http-response sinks and sources and introduce http-service source, http-service-response sink, http-call sink, http-call-response source (#143)
Bug Fixes
- Siddhi APP creation exception when log sink used with HTTP sink (#141)
Complete Changes
Please find the complete changes here