Skip to content

Release Notes

Sam Hausmann edited this page Jun 1, 2016 · 31 revisions

Critical Changes

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

1.1.4 (Develop)

  • customHeaders parameter

1.1.3

  • Get/Set options
  • No more info calls

1.1.0

  • User may specify the number of retries and the microsecond interval to use for responding to 429s

1.0.0

  • To send a file to the Rosette API, the nodejs binding now depends on an npm module called multipart-stream. Run npm install to install this to the node modules folder.
  • The /matched-name and /translated-name endpoints have been renamed to /name-similarity and /name-translation in the Rosette API, so previous API users will need to change these calls in their node.js code. See https://developer.rosette.com/release-notes for more detailed API changes that will affect the functionality of your app.

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

1.1.0

  • Removed mock-data files
  • Updated unit tests to be more specific to operation
  • Centralized the request operation to rosetteRequest.js
  • Added handling for 429s

1.0.0

  • The unit, contentType, and contentBytes input parameters have been removed. Base64-encoded input should be sent as an input file.
  • The X-RosetteAPI-Request-Id and X-RosetteAPI-ProcessedLanguage values have been added as response headers.
Clone this wiki locally