forked from devdupont/Microsoft-Translator-Python-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
36 lines (28 loc) · 973 Bytes
/
CHANGELOG
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
31
32
33
34
35
36
Changelog
=========
Version 0.9
-----------
* Added support for version 3 of the API (Thanks to @newearthmartin)
* Removed legacy code from version 1 and 2
* This release is not backwards compatible:
- Methods take now an array of texts instead a single text
- API calls return more information in JSON format
Version 0.8
-----------
* Added support for version 2 of the API (Thanks to @flyinactor91)
* Added new way of instantiating Translator using only Azure Translator Key (for V2)
Version 0.7
-----------
* Add support for language detection and finding supported languages (Thanks
to Karthik Balakrishnan)
Version 0.6
-----------
* Handle token expiry (Thanks to @ScreenDriver)
Version 0.4
-----------
* Updated to use the Oauth based token issued by Bing
* This release is not backward compatible as the class signature has changed
Version 0.3
-----------
* Encode text as UTF-8 before sending to translator
* Improved JSON Error handling