Skip to content
Christopher Park edited this page Sep 8, 2016 · 13 revisions

Critical Changes

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

1.3.1 (Develop)

1.3.0

  • api.get_text_embedding added

1.2.0

  • Binding reflects unification of /entities and /entities/linked endpoints; /entities returns a new response model which includes QIDs by default
  • get_linked_entities method and resolve_entities parameter are not available anymore (use get_entities instead)
  • linkEntities option is available to turn off QIDs through api.rosette_options = { linkEntities: false }

1.1.0

  • Get/Set options
  • No more info calls to check version

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.3.1 (Develop)

1.3.0

  • Cleaned up unit tests - no more mock-data
  • Moved http client to Api level to provide connection reuse

1.2.0

  • Added filter to prevent internal-use parameters from being included in the JSON parameters being sent to the server

Clone this wiki locally