|
1 | | -Change Log |
2 | | -========== |
3 | | -## Version 2.4.1 |
4 | | -_2018-06-20_ |
5 | | -* Regenerated SDK based on the latest API definition. |
6 | | -* Added IAM authentication support for Natural Language Classifier. |
7 | | - |
8 | | -## Version 2.4.0 |
9 | | -_2018-06-12_ |
10 | | -* Regenerated SDK based on the latest API definition. |
11 | | -* New: Support for Language Translator v3. |
12 | | -* Fixed: Added a null header check in ErrorFilter.cs. |
13 | | -* |
14 | | -## Version 2.3.0 |
15 | | -_2018-05-29_ |
16 | | -* Regenerated SDK based on the latest API definition. All services except for Natural Language Classifier support IAM authentication. |
17 | | -* Service endpoint is set to the `gateway-a` endpoint if the user authenticates using apikey rather than TokenOptions. |
18 | | -* Where a file is required we now use `FileStream` rather than `Stream` to preserve the filename. |
19 | | -* New: Add `SetEndpoint()` method to the service base class. This sets a flag so we can keep track if the user manually changed the service endpoint and if so will not automatically change the endpoint. |
20 | | -* Fixed: Disambiguate `IamUrl` and `ServiceUrl`. The `IamUrl` is now user configurable. |
21 | | - |
22 | | -## Version 2.2.2 |
23 | | -_2018-05-18_ |
24 | | -* Regenerated SDK based on latest API definition. |
25 | | -* Fixed: Added in hand written sessions methods for Speech to Text ([#204](https://github.com/watson-developer-cloud/dotnet-standard-sdk/issues/204), [#205](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/205)). |
26 | | -* Fixed: Revised type of `Timestamps` and `WordConfidence` in `SpeechRecognitionAlternative.cs` from `List<string>` to `string[][]` ([#198](https://github.com/watson-developer-cloud/dotnet-standard-sdk/issues/198), [#205](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/205)). |
27 | | -* New: Revised tests to get credentials from our internal credential github repo([#4456](https://github.ibm.com/Watson/developer-experience/issues/4456), [#215](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/215)). |
28 | | -* New: Support for IAM authentication ([#4288](https://zenhub.innovate.ibm.com/app/workspace/o/watson/developer-experience/issues/4288), [#210](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/210)). |
29 | | - |
30 | | -## Version 2.2.1 |
31 | | -_2018-04-21_ |
32 | | -* New: Support for custom request and response headers ([#4311](https://github.ibm.com/Watson/developer-experience/issues/4311), [#206](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/206)). |
33 | | - |
34 | | -## Version 2.2.0 |
35 | | -_2018-04-09_ |
36 | | -* New: Updated Visual Recognition with Core ML support ([4181](https://zenhub.innovate.ibm.com/app/workspace/o/watson/developer-experience/issues/4181), [201](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/201)). |
37 | | -* New: Added Classify Collection to the Natural Language Classifier ([4224](https://zenhub.innovate.ibm.com/app/workspace/o/watson/developer-experience/issues/4224), [199](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/199)). |
38 | | -* Fixed: Added Readme for Assistant, revised service readme files to add VersionDate when instantiating and revise service readme to use .csproj instead of project.json. ([194](https://github.com/watson-developer-cloud/dotnet-standard-sdk/issues/194), [195](https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/195)). |
39 | | - |
40 | | -## Version 2.1.0 |
41 | | -_2018-03-16_ |
42 | | -* New: Generate Watson Assistant. |
43 | | -* Fixed: Text to Speech Synthesize method sends accept via query parameter instead of header. |
44 | | - |
45 | | -## Version 2.0.0 |
46 | | -_2018-03-09_ |
47 | | -* Breaking Change: Migrate to Visual Studio 2017. |
48 | | -* Breaking Change: Regenerate all services using latest code generator & templates. |
49 | | -* New: Revised integration tests. |
50 | | -* New: Added documentation about publishing a release. |
51 | | -* New: Generate Speech to Text service. |
52 | | -* New: Generate Text to Speech service. |
53 | | -* New: Generate Natural Language Classifier service. |
54 | | -* New: Generate Visual Recognition service. |
55 | | - |
56 | | -## Version 1.3.1 |
57 | | -_2018-01-09_ |
58 | | -* Fix: Change `Context` in `MessageRequest` to `dynamic`. |
59 | | - |
60 | | -## Version 1.3.0 |
61 | | -_2018-01-07_ |
62 | | -* New: Generate Language Translator service. |
63 | | -* Fix: Update Visual Recognition service to reflect API changes. |
64 | | -* New: Use credential service for testing credentials. |
65 | | - |
66 | | -## Version 1.2.0 |
67 | | -_2017-07-18_ |
68 | | -* Fix: Update input and context in MessageRequest and MessageResponse for `Conversation` to be dynamic. |
69 | | -* Fix: Changes in error handling to check if return error is a string or json object. |
70 | | -* New: Conversation example showing messaging with conversation context. |
71 | | - |
72 | | -## Version 1.1.0 |
73 | | -_2017-06-30_ |
74 | | -* Fix: Include support for Xamarin Android, Xamarin iOS and .NET Core App (4.6>). |
75 | | - |
76 | | -## Version 1.0.0 |
77 | | -_2017-06_19_ |
78 | | -* Breaking Change: Refactor SDK to integrate generated services including adding service version to the package namespace. |
79 | | -* New: Generate services for `Personality Insights`, `Tone Analyzer`, `Conversation`, `Natural Language Understanding` and `Discovery` via Swagger Codegen. |
80 | | -* Integration and unit test for all generated services. |
81 | | - |
82 | | -## Version 0.2.0 |
83 | | -_2017-04-25_ |
84 | | - |
85 | | -* New: Abstracted `Visual Recognition` service. |
86 | | -* New: Completed `Speech to Text` abstraction. |
87 | | -* New: Completed `Conversation` abstraction. |
88 | | -* New: Integration and Unit tests. |
89 | | -* New: Example service calls. |
90 | | -* Fix: Enabled fail build on failed test in AppVeyor. |
91 | | -* Fix: Fixed all integration and unit tests. |
92 | | - |
93 | | -## Version 0.1.0-alpha |
94 | | -_2017-02-12_ |
95 | | - |
96 | | -Initial alpha release of .NET Standard SDK. Service supported include: |
97 | | -* Conversation |
98 | | -* Speech to Text |
99 | | -* Text to Speech |
100 | | -* Language Translator |
101 | | -* Personality Insights |
102 | | -* Tone Analyzer |
| 1 | +Moved to [https://github.com/watson-developer-cloud/dotnet-standard-sdk/wiki/Change-Log](https://github.com/watson-developer-cloud/dotnet-standard-sdk/wiki/Change-Log) |
0 commit comments