@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : language-service
10
10
ms.topic : overview
11
- ms.date : 11/01 /2022
11
+ ms.date : 11/21 /2022
12
12
ms.author : aahi
13
13
ms.custom : ignite-fall-2021, event-tier1-build-2022
14
14
---
@@ -19,6 +19,39 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
19
19
20
20
## November 2022
21
21
* Conversational PII now supports up to 40,000 characters as document size.
22
+ * New versions of the text analysis client library are available in preview:
23
+
24
+ ### [ Java] ( #tab/java )
25
+
26
+ [ ** Package (Maven)** ] ( https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.3.0-beta.1 )
27
+
28
+ [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.3.0-beta.1/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
29
+
30
+ [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.3.0-beta.1/sdk/textanalytics/azure-ai-textanalytics/README.md )
31
+
32
+ [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.3.0-beta.1/sdk/textanalytics/azure-ai-textanalytics/src/samples )
33
+
34
+ ### [ JavaScript] ( #tab/javascript )
35
+
36
+ [ ** Package (npm)** ] ( https://www.npmjs.com/package/@azure/ai-language-text/v/1.1.0-beta.1 )
37
+
38
+ [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/CHANGELOG.md )
39
+
40
+ [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/README.md )
41
+
42
+ [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples/v1 )
43
+
44
+ ### [ Python] ( #tab/python )
45
+
46
+ [ ** Package (PyPi)** ] ( https://pypi.org/project/azure-ai-textanalytics/5.3.0b1/ )
47
+
48
+ [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-textanalytics_5.3.0b1/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
49
+
50
+ [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-textanalytics_5.3.0b1/sdk/textanalytics/azure-ai-textanalytics/README.md )
51
+
52
+ [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-textanalytics_5.3.0b1/sdk/textanalytics/azure-ai-textanalytics/samples )
53
+
54
+ ---
22
55
23
56
## October 2022
24
57
@@ -55,40 +88,21 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
55
88
* West US 2
56
89
* Text Analytics for Health now [ supports additional languages] ( ./text-analytics-for-health/language-support.md ) in preview: Spanish, French, German Italian, Portuguese and Hebrew. These languages are available when using a docker container to deploy the API service.
57
90
* The Azure.AI.TextAnalytics client library v5.2.0 are generally available and ready for use in production applications. For more information on Language service client libraries, see the [ ** Developer overview** ] ( ./concepts/developer-guide.md ) .
58
-
59
- This release includes the following updates:
60
-
61
- ### [ C#/.NET] ( #tab/csharp )
62
-
63
- [ ** Package (NuGet)** ] ( https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.2.0 )
64
-
65
- [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md )
66
-
67
- [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/README.md )
68
-
69
- [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/textanalytics/Azure.AI.TextAnalytics/samples )
70
-
71
- ### [ Java] ( #tab/java )
72
-
73
- [ ** Package (Maven)** ] ( https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.2.0 )
74
-
75
- [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
76
-
77
- [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md )
78
-
79
- [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples )
80
-
81
- ### [ Python] ( #tab/python )
82
-
83
- [ ** Package (PyPi)** ] ( https://pypi.org/project/azure-ai-textanalytics/5.2.0/ )
84
-
85
- [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
86
-
87
- [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md )
88
-
89
- [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples )
90
-
91
- ---
91
+ * Java
92
+ * [ ** Package (Maven)** ] ( https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.2.0 )
93
+ * [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
94
+ * [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md )
95
+ * [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples )
96
+ * Python
97
+ * [ ** Package (PyPi)** ] ( https://pypi.org/project/azure-ai-textanalytics/5.2.0/ )
98
+ * [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md )
99
+ * [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md )
100
+ * [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples )
101
+ * C#/.NET
102
+ * [ ** Package (NuGet)** ] ( https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.2.0 )
103
+ * [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md )
104
+ * [ ** ReadMe** ] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/README.md )
105
+ * [ ** Samples** ] ( https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/textanalytics/Azure.AI.TextAnalytics/samples )
92
106
93
107
## August 2022
94
108
0 commit comments