Skip to content

Commit ab5551d

Browse files
committed
Changes done for v1.1.5.
1 parent 3594512 commit ab5551d

File tree

17 files changed

+642
-504
lines changed

17 files changed

+642
-504
lines changed

com.ibm.streamsx.websocket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes
22
=======
3+
## v1.1.5:
4+
* Oct/04/2023
5+
* Added new logic in the HttpPost operator to retry PUT, POST or GET operation in case of an error.
6+
* Added two HttpPost operator parameters to control retry: maxRetryAttempts, waitTimeBetweenRetry
7+
* Upgraded the HTTP Client jar files from HTTPClient-4.5.12 to HTTPClient-4.5.14.
8+
39
## v1.1.4:
410
* Mar/20/2023
511
* Made the second output port of the WebSocketSendReceive operator optional.

com.ibm.streamsx.websocket/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<path id="cp.manifest">
5252
<fileset dir="opt">
53-
<include name="HTTPClient-4.5.12/lib/*.jar"/>
53+
<include name="HTTPClient-4.5.14/lib/*.jar"/>
5454
</fileset>
5555
</path>
5656

com.ibm.streamsx.websocket/impl/java/src/com/ibm/streamsx/websocket/op/HttpPost.java

Lines changed: 609 additions & 497 deletions
Large diffs are not rendered by default.

com.ibm.streamsx.websocket/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<info:identity>
55
<info:name>com.ibm.streamsx.websocket</info:name>
66
<info:description>Provides C++ WebSocket source, analytic and sink operators</info:description>
7-
<info:version>1.1.4</info:version>
7+
<info:version>1.1.5</info:version>
88
<info:requiredProductVersion>4.2.1.0</info:requiredProductVersion>
99
</info:identity>
1010
<info:dependencies/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

com.ibm.streamsx.websocket/opt/HTTPClient-4.5.12/lib/commons-codec-1.11.jar renamed to com.ibm.streamsx.websocket/opt/HTTPClient-4.5.14/lib/commons-codec-1.11.jar

File renamed without changes.

com.ibm.streamsx.websocket/opt/HTTPClient-4.5.12/lib/commons-logging-1.2.jar renamed to com.ibm.streamsx.websocket/opt/HTTPClient-4.5.14/lib/commons-logging-1.2.jar

File renamed without changes.

0 commit comments

Comments
 (0)