@@ -86,16 +86,23 @@ app_information = am.application_information('application_id')
86
86
87
87
### Changelog
88
88
89
+ 1.0.2 Release
90
+ - Add support for Python 3.8.x
91
+ - Fix HTTPS url parsing
92
+ - Fix JSON body request APIs
93
+ - Handle YARN response with empty contents
94
+ - Better logging support
95
+
89
96
1.0.1 Release
90
97
- Passes the authorization instance to the Active RM check
91
98
- Establishes a new (working) documentation site in readthedocs.io: yarn-api-client-python.readthedocs.io
92
99
- Adds more python version (3.7 and 3.8) to test matrix and removes 2.6.
93
100
94
101
1.0.0 Release
95
102
- Major cleanup of API.
96
- - Address/port parameters have been replaced with complete
97
- endpoints (includes scheme [ e.g., http or https] ).
98
- - ResourceManager has been updated to take a list of endpoints for
103
+ - Address/port parameters have been replaced with complete
104
+ endpoints (includes scheme [ e.g., http or https] ).
105
+ - ResourceManager has been updated to take a list of endpoints for
99
106
improved HA support.
100
107
- ResourceManager, ApplicationMaster, HistoryServer and NodeManager
101
108
have been updated with methods corresponding to the latest REST API.
@@ -107,7 +114,7 @@ app_information = am.application_information('application_id')
107
114
to update to 1.0 as soon as possible.
108
115
109
116
0.3.7 Release
110
- - Honor configured HTTP Policy when no address is provided - enabling
117
+ - Honor configured HTTP Policy when no address is provided - enabling
111
118
using of HTTPS in these cases.
112
119
113
120
0.3.6 Release
0 commit comments