Releases: watson-developer-cloud/java-sdk
Releases · watson-developer-cloud/java-sdk
java-sdk-2.1.0
v2.1.0
The v2.1.0 release added missing AlchemyLanguage methods, a Retrieve and Rank + Solrj example, and fixes a bug in Document Conversion(#119).
CHANGES
- Added Retrieve and rank solr example 03846d8
- Added instructions on how to run the retrieve and rank example ac54847
- AlchemyLanguage- geTaxonomy should be getTaxonomy #120 96afc0c
- Fix for DocumentConversion media type not supported #119 e3c0a67
- Remove useless variables f0c6944
- Remove double header from DocumentConversionIntegrationTest 4519967
- Remove excessive logging 5033f62
- Added getConcepts and getPublicationDate for AlchemyLanguage bf776c0
- Add methods to convert documents without MediaType 157b265
- Retrieve and Rank: Switch cluster size to be Integer and added an … 064ff25
- Update version of java-sdk to 2.0.0 in Solrj example fe00939
- Allow creating free clusters for R&R … 72f11b5
- Store cluster size as an Integer, use null for free clusters 4be6162
- Add method for setting default HTTP headers for all requests #22 15960c9
- Add missing import c924848
- Fix some Eclipse warnings 5c8b0d0
- In ColumnTypeAdapter, set key instead of objective when key is not null. … b43b5d1
- Code formatting according to google style guide bef94d9
- Make language required when creating a classifier 5294920
- Make
configureHttpClientprotected to allow users to override configuration… dc83091
V2.1.0 CONTRIBUTORS
java-sdk-2.0.0
v2.0.0
The v2.0.0 release introduces a new HTTP library which support HTTP+SPDY. We also took the chance to update the artifactid in maven (from java-wrapper to java-sdk).
CHANGES
- Added a cookie handler
- Added Retrieve and Rank
- Switch to use objects to represents parameters instead of
Map<String,Object>as discussed here. - Use OkHttp and switch away from HttpClient enhancement task #72
- Tradeoff Analytics Example Out-Of-Sync duplicate #83
- Unable to Execute Tradeoff Analytics bug tradeoff-analytics #82
- Update API calls from Document Conversion enhancement #80
- Date Format Exception for Android bug #76
- Classification object should have
getTopClassConfidence()natural-language-classifier #70 - Add getter/setter to POJOs in AlchemyNews Alchemy #69
- Doubt - how to retrieve documents from Alchemy News? Alchemy #68
- Concept Insights: fix corpus id in
createCorpusconcept-insights #66 - New Alchemy API does not support standard characters Alchemy #64
- create a classifier from a csv file. natural-language-classifier #63
- Uploading dialog file using java wrapper returns
BadRequestExceptioninvalid #38 - Remove Language Identification and Machine Translation enhancement task
- Switch to use objects to represents parameters instead of
V2.0.0 CONTRIBUTORS
- @gjs29: Added Retrieve and Rank. 👔👔
- @adityagai and @samir-patel: worked on Document Conversion. 🙈🙈
9th Release
Last release before v2.0.0
This is the last release for 1.1.X We are working on v2.0.0
CHANGES
- Tradeoff Analytics Example Out-Of-Sync duplicate #83
- Unable to Execute Tradeoff Analytics bug tradeoff-analytics #82
- Update API calls from Document Conversion enhancement #80
- Date Format Exception for Android bug #76
- Classification object should have getTopClassConfidence() natural-language-classifier #70
- Add getter/setter to POJOs in AlchemyNews Alchemy #69
- Doubt - how to retrieve documents from Alchemy News? Alchemy #68
- Concept Insights: fix corpus id in createCorpus concept-insights #66
- New Alchemy API does not support standard characters Alchemy #64
- create a classifier from a csv file. natural-language-classifier #63
- Uploading dialog file using java wrapper returns BadRequestException invalid #38
- Remove Language Identification and Machine Translation enhancement task
🎈🎈🎈🎈
8th Release
CHANGES
📢📢📢
- 🌟Added support for AlchemyLanguage, AlchemyVision and AlchemyDataNews.
- Added support for Concept Insights.
- Added support for Document Conversion.
- Added support for Visual Insights.
- Added more code coverage thanks to @alseddnm.
- More javadoc.
CONTRIBUTORS
@adityagai,
7th Release
Added test cases used MockServer.
Sixth Release
- Added support to define
rangesin Tradeoff Analytics. - Added a test case for TA Problems. See cbf859e
- Added coverage information
- More javadoc
Fifth Release
Fourth Release
1.0.1
German Attanasio Ruiz
07/24/2015
- Added support for Tone Analyzer
- Added support for Dialog experimental.
- Added support for Multithreaded environments
- More javadoc
Bugs we fixed in this release:
CAUTION
This is a major release, the following services have breaking changes.
- Speech to Text
- Language Translation
- Dialog
Third Release
0.1.9
German Attanasio Ruiz
07/01/2015
- Added support for Language Translation
- Added support for Dialog
- Change the way the wrapper return list of objects
- More javadoc
Second release
0.1.7
German Attanasio Ruiz
05/20/2015
-
Added support for Natural Language Classifier
-
Removed JSON dependency
<dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20141113</version> </dependency>