Skip to content

Release Notes

Joe Ho edited this page Jun 18, 2020 · 10 revisions

API Changes

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

1.14.4

  • Support unfielded addresses and update address example for /address-similarity

1.14.3

  • New Address Similarity endpoint /address-similarity
  • New Address Similarity example.
  • Updates for root and examples READMEs.
  • Address more lintr concerns.

1.12.1

  • New Similar Terms endpoint /semantics/similar
  • New Similar Terms example
  • /text-embedding endpoint changed to /semantics/vector
  • /text-embedding example changed to /semantics/vector example

1.9.0

  • Multilingual language identification example
  • User Agent includes runtime version

1.8.0

  • New topics endpoint
  • New topics example

1.7.0

  • Added transliteration endpoint
  • Added name_deduplication endpoint

1.4.1

  • order of Api arguments changed, custom-header moved after url
  • url-parameter (optional) argument added to Api to allow specification of query parameters

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

1.8.0

  • Added topics to api
  • Updated README

1.4.1

  • added setUrlParameter logic to multipart handling
  • refactor of internal code to reduce duplication and move error checking higher
Clone this wiki locally