File size: 859 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Release History

## 0.3.1 (2024-08-13)

### Other Changes

- This package is no longer being maintained. Use the [azure-ai-language-questionanswering](https://pypi.org/project/azure-ai-language-questionanswering/) package instead.

- For migration instructions, see the [migration guide](https://aka.ms/azsdk/python/migrate/azure-ai-language-questionanswering).

## 0.3.0 (2020-11-07)

**Features**

- `QnAMakerClient` now consolidates both authoring and runtime.
- Support for `5.0.0.preview.1` API version

## 0.2.0 (2020-03-17)

**Features**

- New client `QnAMakerRuntimeClient` in `azure.cognitiveservices.knowledge.qnamaker.runtime`

**Breaking changes**

- The `QnAMakerClient` client moved from namespace `azure.cognitiveservices.knowledge.qnamaker` to `azure.cognitiveservices.knowledge.qnamaker.authoring`

## 0.1.0 (2018-12-21)

* Initial Release