Skip to content

v3.0.0

Choose a tag to compare

@mediumTaj mediumTaj released this 07 May 23:33
· 694 commits to master since this release

3.0.0 (2019-05-07)

Bug Fixes

  • User-Agent: Updated method of getting OS and OS version (9bba659)

Features

  • .NET Standard: Updated the SDK to .NET Standard 2.0 (3225214)
  • Additional properties: Implemented models with restricted additional properties (065588e)
  • AdditionalProperties: Implemented dynamic base class for models with additional properties (0c268f4)
  • Common: Added a Common package for Watson specific functionality (3c8e236)
  • Conversation V1: Removed the Conversation V1 service (f6fb7bd)
  • Core: Made IBM.Cloud.SDK.Core a dependency of the Watson SDK (085ae78)
  • Custom request headers: Update services to add custom request headers in each operation (743126f)
  • Regeneration: Regenerated the SDK with the OAS3 generator (a458f62)
  • Separated the Core from the Services (22356ef)

BREAKING CHANGES

  • Regeneration: Transitioned to OAS3
  • The SDK core is now a dependency to this project. IBM.Cloud.SDK.Core
  • Conversation V1: Removed the Conversation V1 service
  • .NET Standard: The SDK was updated to .NET Standard 2.0. The tests and examples were udpated to
    .NET Core 2.0.