=======
- #358 Samples: Makefiles prepared for CP4D buildservice (build with VS Code)
- #356 Update httpclient to 4.5.13
- 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
- Resolved #335 Operator HTTPRequest throws exception when used with content type: application/octet-stream
- #351 Update apache commons-codec to v1.14
- Update apache http client library to v 4.5.12
- HTTPRequest operator: Introduce parameter socketTimeout
- Update globalization messages
- Removed languages ko_KR, ru_RU
- Remove opt/downloaded from all lib enties to avoid classpath warnings
- Corrections in tests
- 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
- The http rest functions and the WebSocket server functions are now moved into streamsx.inetserver toolkit
- Operator HTTPRequestAdd - new parameters extraHeaderAttribute, accessTokenAttribute and tokenTypeAttribute
- Some minor fixes
- Enhanced test coverage
- Internationalization of HTTPRequest Operator
- Fixes for optional type
- Enhancement #324: HTTPTupleView Windowing does not support multiple partition keys in a comma-delimited string
- 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