Skip to content

3.4.0

Choose a tag to compare

@germanattanasio germanattanasio released this 29 Sep 21:06
· 3067 commits to master since this release

Change Log

Version 3.4.0

2016-09-29

The SDK 3.4.0 is the first step into moving from one maven module into a multi-module project.
This change will allow users to specify the service they want to use skipping the other services.
For example, in order to use Retrieve and Rank in Gradle you need:

 'com.ibm.watson.developer_cloud:retrieve-and-rank:3.4.0'
  • New: Move to a maven multi-module project
  • Fix: Send default headers in WebSocket connections #422
  • Fix: Skip token creation if skipAuthentication=true #440