forked from rosette-api/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Christopher Park edited this page Sep 8, 2016
·
13 revisions
These are modifications since the previous release that require changes in your calls to the binding.
- api.get_text_embedding added
- Binding reflects unification of
/entitiesand/entities/linkedendpoints;/entitiesreturns 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 }
- Get/Set options
- No more info calls to check version
These changes should not require modifications to your bindings calls, but represent major internal changes, often correlating to Rosette API functional changes indicated here.
- Cleaned up unit tests - no more mock-data
- Moved http client to Api level to provide connection reuse
- Added filter to prevent internal-use parameters from being included in the JSON parameters being sent to the server