Skip to content

v2.12.0

Choose a tag to compare

@mediumTaj mediumTaj released this 08 Dec 00:14
· 599 commits to master since this release
e872786

2.12.0 (2018-12-08)

Bug Fixes

  • AssistantV2: Fixed serialization of MessageRequest data (e2c95de)
  • Credentials: Fix copy/paste error (22f480b)
  • Natural Language Understanding: Added EntitiesOptionsConverter so we don't send null data to the service (5388443)
  • RESTConnector: Send bool query params as lowercase, fixes #463 (1e6d379)
  • WorkspaceExport: Status is deserialized as a string rather than an enum. (971cfc3)

Features

  • AssistantV2: Added converter to MessageInput (ac6c934)
  • AssistantV2: Added converter to MessageInputOptions (60022b6)
  • AssistantV2: Added null checks for required parameters (3677b5d)
  • Compare and Comply: Generated Compare and Comply and wrote tests (6c5f3fd)
  • Discovery: Updated data models for Discovery NLU integration and RetreivalDetails (bc79b4e)
  • Example Streaming Split Samples: Added option to change recognize model (13db5f7)
  • Examples: Removed CF authentication and IamUrl from the service examples. (817f3ba)
  • Language Translator V2: Removed Language Translator V2 (1771a6d)
  • Natural Language Understanding: Added missing properties, made some properties nullable (01d59fa)
  • Natural Language Understanding: Updated data models for KeywordsResult, CategoriesOptions and CustomModel (97220df)
  • Proxy: Enabled proxy on Unity 2018.11 or earlier if DisableSslVerification is set to true (dd06836)
  • SSL: Added option to disable SSL verification (17eaca2)
  • WSConnector: Added support for Tokyo streaming endpoint. Corrected Frankfurt endpoint. (cb4c17d)