Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Release Notes

Hannah edited this page Jun 21, 2016 · 6 revisions

Critical Changes

These are modifications since the previous release that require changes in your calls to the binding.

1.2.0 (Date)

  • RosetteAPI class uses builder syntax, public constructors have been deprecated.
  • Endpoint calls, with the exception of getNameTranslation only take content parameters. Endpoint options and language are API class variables and should be set once for all calls that share the property.
  • Unified /entities endpoint. getLinkedEntities method has been deprecated. getEntities now by default returns linked entities with the option to disable this feature through a EntitiesOptions object.

1.0.0 (April 6, 2016)

  • Method matchName has been renamed to getNameSimilarity along with its corresponding request and response data model classes, from NameMatching to NameSimilarity
  • Method translateName has been renamed to getNameTranslation
  • The confidence score field has been removed from 'getEntities'
  • Method getSentiment now returns a sentiment for each resolved entity in addition to a document level sentiment
  • Method getSentiment can return neu (neutral) in addition to pos and neg
  • Enum MorphologicalFeature has been separated from the main API class
  • A new Label class has been added to represent sentiment and categories result elements, previously Sentiment and Category
  • Other removed data model classes:
    • InputUnit
    • ScriptResponse
    • PartOfSpeech
    • Lemma
    • HanReadings
    • CompoundComponents
    • CategoryTaxonomy
    • SentimentModel
    • NameMatchingResult
    • NameTranslationResult
    • SchemesResponse

Internal Changes

These changes should not require modifications to your bindings calls, but represent major internal changes, often correlating to Rosette API functional changes indicated here.

1.2.0 (Date)

  • Custom header capability added.

1.0.0 (April 6th, 2016)

  • The unit, contentType, and contentBytes input parameters have been removed. Base64-encoded input should be sent in as an InputStream without any encoding.
  • The X-RosetteAPI-Request-Id and X-RosetteAPI-ProcessedLanguage values have been added as response headers.
  • Requests now use a builder pattern.

Clone this wiki locally