Skip to content

Commit 724ba33

Browse files
[text authoring] updated changelog and readme (#43074)
* updated changelog * updated SDK version in readme * fixed link in readme
1 parent eaa1b87 commit 724ba33

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Release History
22

3-
## 1.0.0b1 (1970-01-01)
3+
## 1.0.0b1 (2025-09-19)
44

5-
### Other Changes
6-
7-
- Initial version
5+
### Features Added
6+
* Initial release

sdk/cognitivelanguage/azure-ai-textanalytics-authoring/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[Source code][text_authoring_client_src]
1515
| [Package (PyPI)][text_authoring_pypi_package]
16-
| [API reference][api_reference_text_authoring]
16+
| [API reference][api_reference_authoring]
1717
| [Samples][text_authoring_samples]
1818
| [Product docs][text_authoring_docs]
1919
| [REST API docs][text_authoring_restdocs]
@@ -36,7 +36,13 @@ Install the Azure Text Authoring client library for Python with [pip][pip_link]:
3636
pip install azure-ai-textanalytics-authoring
3737
```
3838

39-
> Note: This version of the client library defaults to the 2025-05-15-preview version of the service
39+
> Note: This version of the client library defaults to the 2025-05-15-preview version of the service.
40+
41+
This table shows the relationship between SDK versions and supported API versions of the service
42+
43+
| SDK version | Supported API version of service |
44+
| ------------ | --------------------------------- |
45+
| 1.0.0b1 - Latest preview release | 2023-04-01, 2024-11-15-preview, 2025-05-15-preview (default) |
4046

4147
### Authenticate the client
4248

0 commit comments

Comments
 (0)