Skip to content

Releases: watson-developer-cloud/ruby-sdk

v0.6.1

14 Sep 21:01

Choose a tag to compare

0.6.1 (2018-09-14)

Bug Fixes

  • visualRecognition: classifier_ids should be passed to classify as an array of strings (109cdc3)

v0.6.0

12 Sep 21:34

Choose a tag to compare

0.6.0 (2018-09-12)

Bug Fixes

  • examples: fix examples for Tone Analyzer and Assistant (14a3c03)
  • iam: Don't leak constants (ea2358f), closes #22

Features

  • authentication: add support to use basic auth for icp iam key (f439002)
  • iamTokenManager: keep internal methods private and expose method to get token (174e351)

v0.5.1

05 Sep 20:47

Choose a tag to compare

0.5.1 (2018-09-05)

Bug Fixes

  • Integration Tests: Fix issue when integration credentials are not provided (890cb18)

v0.5.0

17 Aug 02:51

Choose a tag to compare

0.5.0 (2018-08-17)

Features

  • Discovery: add support for the new metrics and event endpoints (befc527)

v0.4.2

10 Aug 20:11

Choose a tag to compare

0.4.2 (2018-08-10)

Bug Fixes

  • Speech to Text: Refactor the websocket method to better match the other SDKs (917ef20)

v0.4.1

07 Aug 20:38

Choose a tag to compare

0.4.1 (2018-08-07)

Bug Fixes

  • Speech To Text: Remove post-generation patch for add_word (a3b42fb)

v0.4.0

31 Jul 15:23

Choose a tag to compare

0.4.0 (2018-07-31)

Features

  • Assistant: Add mentions and new_mentions parameters to create_example/update_example (9198ed0)
  • Assistant: Add system_settings parameter to create_workspace and update_workspace (4e22c56)
  • Assistant: Add user_label and new_user_label parameters to `create_dialog_node/update_dial (d06a613)
  • Assistant: Add new list_mentions method (e111b56)
  • Discovery: Add logging_opt_out parameter to the query method (6b6fbed)
  • websockets: Deprecate recognize_with_websocket in favor of recognize_using_websocket (5f43971)

v0.3.0

30 Jul 14:54

Choose a tag to compare

0.3.0 (2018-07-30)

Features

  • HTTP Configurations: Add support for custom timeouts and proxies (783d4cc)

v0.2.0

20 Jul 19:08

Choose a tag to compare

0.2.0 (2018-07-20)

Features

  • IAM: Change iam_api_key to iam_apikey (9c7bde8)

v0.1.3

20 Jul 13:32

Choose a tag to compare

0.1.3 (2018-07-20)

Bug Fixes

  • service json consumption: Fix where content_type param won't work with charset included (907d74a)