-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes
seth-basistech edited this page Oct 28, 2019
·
10 revisions
These are modifications since the previous release that may require changes in your calls to the binding.
- New Address Similarity endpoint
/address-similarity
- New Address Similarity example.
- Updates for root and examples READMEs.
- Address more lintr concerns.
- 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
- Multilingual language identification example
- User Agent includes runtime version
- New topics endpoint
- New topics example
- Added transliteration endpoint
- Added name_deduplication endpoint
- order of Api arguments changed, custom-header moved after url
- url-parameter (optional) argument added to Api to allow specification of query parameters
These changes should not require modifications to your bindings calls, but represent major internal changes, often correlating to Rosette API functional changes indicated here.
- Added topics to api
- Updated README
- added setUrlParameter logic to multipart handling
- refactor of internal code to reduce duplication and move error checking higher