Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

70 lines (57 loc) · 2.82 KB

Changes

=======

V3.4.0

  • #358 Samples: Makefiles prepared for CP4D buildservice (build with VS Code)
  • #356 Update httpclient to 4.5.13

V3.3.0

  • HTTPRequest operator: Correction for method POST with application/octet-stream
  • HTTPRequest operator: New input attribute requestBodyAttributeBin
  • New serialization operators: Serializer and Deserializer in namespace: com.ibm.streamsx.inet.util

v3.2.2

v3.2.1

  • #351 Update apache commons-codec to v1.14

v3.2.0

  • Update apache http client library to v 4.5.12
  • HTTPRequest operator: Introduce parameter socketTimeout

v3.1.2:

  • Update globalization messages
  • Removed languages ko_KR, ru_RU

v3.1.1:

  • Remove opt/downloaded from all lib enties to avoid classpath warnings
  • Corrections in tests

v3.1.0:

  • Update apache http client library to v 4.5.7
  • HTTPRequest operator: Allows tls-client authentication
  • HTTPRequest operator: Enable TLS1.2 for all connections
  • HTTPRequest operator: Relaxed requirements for parameter sslTrustStorePassword
  • HTTPRequest operator: server certificate does not require host match
  • Description added: how to create https certificates
  • Faster build
  • One common spl doc for samples generated
  • HTTP Test server works now also with streams java ssl engine
  • Added tests: HTTPLineTest, URLEncodeDecode
  • Removed old script tests
  • Cloud test suite added
  • Samples: Makefiles take the streams studio settings into account

v3.0.0:

  • The http rest functions and the WebSocket server functions are now moved into streamsx.inetserver toolkit
  • Operator HTTPRequestAdd - new parameters extraHeaderAttribute, accessTokenAttribute and tokenTypeAttribute

v2.9.6:

  • Some minor fixes
  • Enhanced test coverage

v2.9.5:

  • Internationalization of HTTPRequest Operator

v2.9.5:

  • Fixes for optional type
  • Enhancement #324: HTTPTupleView Windowing does not support multiple partition keys in a comma-delimited string

v2.9.4:

  • Internationalization of HTTPRequest Operator
  • Bug fixes in HTTPRequest Operator : improved redirection handling, improved diagnostics
  • Enable binary output of HTTPRequest operator
  • Deprecation hint in spl doc for HTTPPost, HTTPStreamRead and HTTPGetJSONContent
  • spl type com.ibm.streamsx.inet.http::HTTPRequest moved to namespace com.ibm.streamsx.inet.rest to avoid name conflict with HTTPRequest operator
  • Update apache http client library to 4.5.5
  • New sample HTTPPostDemo
  • New Operator HTTPRequest
  • New sample HTTPRequestDemo