@@ -86,16 +86,23 @@ app_information = am.application_information('application_id')
8686
8787### Changelog
8888
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+
89961.0.1 Release
9097 - Passes the authorization instance to the Active RM check
9198 - Establishes a new (working) documentation site in readthedocs.io: yarn-api-client-python.readthedocs.io
9299 - Adds more python version (3.7 and 3.8) to test matrix and removes 2.6.
93100
941011.0.0 Release
95102 - 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
99106 improved HA support.
100107 - ResourceManager, ApplicationMaster, HistoryServer and NodeManager
101108 have been updated with methods corresponding to the latest REST API.
@@ -107,7 +114,7 @@ app_information = am.application_information('application_id')
107114 to update to 1.0 as soon as possible.
108115
1091160.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
111118 using of HTTPS in these cases.
112119
1131200.3.6 Release
0 commit comments