2016-08-08
- New: Tests are ignored if
config.properties
doesn't have valid credentials - New: Document Conversion can index documents directly into Retrieve and Rank
- New: Visual Recognition Re-training
- New: Conversation v1:
MessageRequest
now supports entities and intents - New: AlchemyLanguage
typedRelations
entities and intents - New: Speech to Text
keyword_spotting
- Fix: Remove Relationship extraction v1 Beta
- Fix: Remove Tone Analyzer v3 Beta
- Fix: 🔥 update
version_date
for Visual Recognition to be2016-05-20
- Fix: Remove warning when JDNI can't find credentials
2016-08-02
- New: Conversation v1
- New: Text To Speech now supports
audio/basic
,audio/i16
andogg/vorgis
- New: AlchemyLanguage now has a TypedRelation method that extract relationships and entities from text
- Fix: Speech to Text now returns the voice description when calling
getVoices()
- Fix: url from
VCAP_SERVICES
take precedence over the default url - Fix: Removed Relationship Extraction v1-beta
- Fix: Removed Tone Analyzer v3-beta
2016-06-08
The SDK 3.0.1 introduced support for react( use rx()
).
Services can now be combined using react in a synchronous or asynchronous
calls and calls more efficiently.
- New: The
User-Agent
can be customized - New: Services added:
- Visual Recognition v3
- Conversation v1-experimental
- Tone Analyzer v3
- New:
profanity_filter
added to Speech to Text - New: Introduce reactive API calls (use
rx()
) - New: Added new voices to Speech to Text
- New:
getVoice()
in Speech to Text and Text to Speech - New:
keyword_spotting
in Speech to Text - New: AlchemyLanguage now provides
typedRelations()
from Relationship Extraction - Fix: Error when running in Android and using
JDNI
- Fix: Error when loading
ContentItems
from a file in Personality Insights - Fix: Conceptual search in Concept Insights now return the
user_fields
- Fix:
Content-Type
in Speech to text when usingflac
files - Fix: Warning when calling Alchemy services regarding connections being leaked
- Fix: Added missing fields in AlchemyDataNews
- Fix: SSL certificate issues when running in Bluemix and using the IBM JDK
2016-04-22
The SDK 3.0 is designed around a new API that offers asynchronous callbacks in addition to synchronous blocking calls. It uses modern Java patterns like immutability and chained builders.
- New: Deprecated methods were removed
- Fix: Websockets issues during a recognition using Speech to Text
- New: Automatic snapshot deployments to Sonatype
- New: Chained builders for Speech to text and Tradeoff Analytics
2016-04-18
- Fix: Switch from String to Integer in AlchemyVision face recognition
- New: Enumerations for Languages in Language Translation
- Fix: Error in AlchemyLanguage when language wasn't specified